摘要:
1:第一个程序 : hello world#include int main(void){ printf("Hello , world ! \n"); return 0;}编译: gcc -Wall hello.c -o hello2:调试错误 : debug.c#include int main(... 阅读全文
posted @ 2015-09-21 10:04
dormscript
阅读(414)
评论(0)
推荐(0)