编译链接概论
摘要:
预编译 编译 汇编 链接 预编译 处理以 开头的预编译指令 gcc E hello.c o hello.i /g++ hello.c hello.i 删除 define, 展开宏定义 处理条件预编译 if。。。。 递归处理 include, 删除注释 添加行号和文件名 保留所有的 pragma, 编 阅读全文
posted @ 2019-04-24 22:00 slowlyChange 阅读(99) 评论(0) 推荐(0) 编辑