摘要:
以该程序为例: 1 /*test.c*/ 2 #include 3 int sum(int m); 4 int main() 5 { 6 int i,n=0; 7 sum(50); 8 for(i=1; iThis is free software:... 阅读全文
posted @ 2015-02-27 17:04
ht-beyond
阅读(459)
评论(0)
推荐(0)
摘要:
#includeint main(){ printf("Hello world !\n"); return 0;}1.预处理阶段[ht@localhost hello]$ gcc -E hello.c -o hello.iGcc进行预处理,把“stdio.h”的内容插入到... 阅读全文
posted @ 2015-02-27 16:20
ht-beyond
阅读(314)
评论(0)
推荐(0)
浙公网安备 33010602011771号