摘要:
一、基础知识源程序编译/***hello.c***/int main() {printf("hello,world.\n"); return 0;}gcc -o hello hello.c-o生成可执行文件-c只输出目标代码-g可调试makefile编写####makefile1####main: ... 阅读全文
posted @ 2014-11-07 14:07
feilv
阅读(393)
评论(0)
推荐(0)

浙公网安备 33010602011771号