2024年10月9日 08:52

This commit is contained in:
许大仙 2024-10-09 00:52:49 +00:00
parent bb62cee225
commit 1510acbc3f
2 changed files with 37 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -0,0 +1,37 @@
# 第一章:基本介绍
## 1.1 回顾 C 语言的编译过程
* C 语言的编译过程,如下所示:
![](./assets/1.png)
* 过程 ① :编写(编辑)源代码,即:编写 C 语言源程序代码,并以文件的形式存储在磁盘中。
> [!NOTE]
>
> 源程序需要以 `.c` 作为扩展名。
# 第二章:宏定义
# 第三章:带参数的宏定义
# 第四章:文件包含
# 第五章:条件编译