实用教程linux下 gcc c语言 hello word学习及gcc详解 linux下 gcc c语言 hello word学习及gcc详解 编写如下代码: #include <stdio.h> int main() { printf("hello,world!\n"); } 执行情况如下: gcc -E hello.c -o hello.i 预编译过程 ……继续阅读 » 开心洋葱 14年前 (2012-01-08) 2866浏览 0评论2544个赞