摘要:
#include int main(int argc,char **argv){ printf("hello world\n"); return 0;}在linux下,使用GCC来编译helloworld 程序时,只需使用最简单的命令:& gcc hello.cpp -o a或$ gcc h... 阅读全文
posted @ 2014-12-12 12:07
RunningSnail
阅读(393)
评论(0)
推荐(0)
浙公网安备 33010602011771号