This commit is contained in:
hairrrrr
2020-03-04 12:02:31 +08:00
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 全局变量 & 宏 & 大程序结构
<br>
### 全局变量
#### 认识 全局变量
- 定义在函数外的变量就是全局变量

View File

@@ -24,10 +24,10 @@
* [const](https://mp.weixin.qq.com/s/Fc-sAgpXmJ1eVKufZCvN8A)
9. 字符串
* [基础](https://mp.weixin.qq.com/s/FSQm1GroRFfnQDSCiKf5dg)
* [常用字符串函数详解](https://mp.weixin.qq.com/s/CrInWDeD5k_XNvPzcgI06Q)
* [常用字符串函数详解](https://github.com/hairrrrr/C-CrashCourse/blob/63f913871c6d2ca0daa1353dead08b75aa7f24a6/C%20Crash%20Course/13%20String/Prelesson/ten-common-used-string-func.md)
10. ACLLib的基本图形函数
11. 结构类型(联合&枚举&结构)
12. 程序结构
12. [程序结构](https://github.com/hairrrrr/C-CrashCourse/tree/master/MOOC/detail)
13. 文件
14. 链表

View File

@@ -1,3 +1,11 @@
## Introduce 介绍
C语言必知必会系列教程
C语言自学全网最全资料。
<br>
<div align="center">
<a href="#"> <img src="https://img.shields.io/badge/language-C-orange"></a>
<a href="#weixin"> <img src="https://img.shields.io/badge/QQ%E7%BE%A4%E5%8F%B7-1040522517-blue"></a>