`
xu_java
  • 浏览: 863 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
#include <iostream> using namespace std; void test(int* p)//void test(int* &p) { cout<<"In the function;from main"<<endl; cout<<"Where is the p"<<endl; cout<<&p<<endl; cout<<"What's the p point to&qu ...
Global site tag (gtag.js) - Google Analytics