各位大哥大姐!那我用VC++2005中编程,调试后结果总是一闪而过,必须要在源文件的"return 0;"前加上cin.get();cin.get();才能长时间的显示,有什么办法用其他简单的字符来代替吗?
#include <iostream>#define using using namespaceint main(){ using std; cout<<\"hello world!\"<<endl;}
宏定义最好用大写,#define US_N using namespace