C++指针&引用简笔
摘要:1.困惑的二级指针#include using namespace std;void pt(int* *t) { coutusing namespace std;void reffun() {}void poinfun() {}int main() { int a = 1; int b = 2; c...
阅读全文
posted @ 2015-08-03 10:11
posted @ 2015-08-03 10:11