摘要: 一个C/C++源代码要变成一个可执行文件,需要经过预处理(Pre processing)-编译(Compiling)-汇编(Assembling)-链接(Link) 基本流程为: test.c 预处理 test.i 编译 test.s 汇编 test.o 链接 test.exe 预处理 E 选项使用 阅读全文
posted @ 2017-05-16 16:43 yyehl 阅读(23474) 评论(0) 推荐(1) 编辑