2019年11月8日

C/C++ knowledge collection

摘要: # pointer & const Key point: The * is the seperator. The right side is declarator, *p is a pointer, *const p is a const pointer. The left side is the  阅读全文

posted @ 2019-11-08 11:08 荷树栋 阅读(240) 评论(0) 推荐(0)

导航