编译和链接
可分为四个过程:预处理(prepressing)、编译(Compilation)、汇编(Assembly)和链接(Linking)
预编译:
源代码文件.c和相关的头文件被预编译器cpp预编译成一个.i文件。