可执行文件生成过程概述

预处理web 预处理命令 -$gcc -E hello.c -o hello.i -$cpp hello.c > hello.i 处理源文件中以“#”开头的预编译指令,包括: 删除“#define”并展开所定义的宏 处理全部条件预编译指令,如:“#if”,“#ifdef”,”endif”等 插入头文件到“#include”处,能够递归方式进行处理 删除全部的注释“//”和“/**/” 添加行号和文
相关文章
相关标签/搜索