摘要:
1 #include"iostream" 2 using namespace std; 3 //sizeof(foo(3)) 有参数时要有参数,否则不正确 4 char foo(int a) 5 { 6 cout<<"这是一个foo函数。"<<endl; 7 return 'a'; 8 } 9 10 //sizeof p与sizeof(funn())与sizeof(funnn())有关指针类型的 11 void fun(int *p) 12 { 13 14 cout<<"sizeof p=&q 阅读全文
posted @ 2013-08-03 18:33
yyy88168
阅读(234)
评论(0)
推荐(0)
浙公网安备 33010602011771号