摘要:
Stack1 #include2 using namespace std;3 char *get_hello(){4 char b[] = "hello c++ hehe";5 return b;6 }7 int main(void){8 cout 2 using namespace std;3 char *get_hello(){4 char *b = "hello c++ hehe";5 return b;6 }7 int main(void){8 cout 2 using namespace... 阅读全文
posted @ 2013-11-17 17:09
Forwil
阅读(274)
评论(0)
推荐(0)

浙公网安备 33010602011771号