mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
2024年10月9日 08:52
This commit is contained in:
parent
bb62cee225
commit
1510acbc3f
BIN
docs/notes/02_c-leap/06_xdx/assets/1.png
Normal file
BIN
docs/notes/02_c-leap/06_xdx/assets/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@ -0,0 +1,37 @@
|
||||
# 第一章:基本介绍
|
||||
|
||||
## 1.1 回顾 C 语言的编译过程
|
||||
|
||||
* C 语言的编译过程,如下所示:
|
||||
|
||||
![](./assets/1.png)
|
||||
|
||||
* 过程 ① :编写(编辑)源代码,即:编写 C 语言源程序代码,并以文件的形式存储在磁盘中。
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> 源程序需要以 `.c` 作为扩展名。
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 第二章:宏定义
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 第三章:带参数的宏定义
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 第四章:文件包含
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 第五章:条件编译
|
Loading…
Reference in New Issue
Block a user