摘要: 指针的指针(二级指针): 指针的引用: 直接看例子: c++ include using namespace std; void fun0(int p) { p = new int(10); cout 阅读全文
posted @ 2017-10-09 01:50 NexTen 阅读(154) 评论(0) 推荐(0)