diff --git a/MOOC/detail/programing structure.md b/MOOC/detail/programing structure.md index 7884a4d..e0131a5 100644 --- a/MOOC/detail/programing structure.md +++ b/MOOC/detail/programing structure.md @@ -1,3 +1,7 @@ +## 全局变量 & 宏 & 大程序结构 + +
+ ### 全局变量 #### 认识 全局变量 - 定义在函数外的变量就是全局变量 diff --git a/MOOC/nav.md b/MOOC/nav.md index d2e24b5..e1a2dda 100644 --- a/MOOC/nav.md +++ b/MOOC/nav.md @@ -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. 链表 diff --git a/README.md b/README.md index 28498c0..76990ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +## Introduce 介绍 + +C语言必知必会系列教程 + +C语言自学全网最全资料。 + +
+