Skip to content

Latest commit

 

History

History
37 lines (36 loc) · 746 Bytes

File metadata and controls

37 lines (36 loc) · 746 Bytes
  1. 一些前置知识

  2. 如何编译运行程序

  3. 数据类型和表达式 上

  4. 数据类型和表达式 下

  5. 函数和标准IO

  6. 分支控制

  7. 循环控制

  8. 使用库

  9. 内存模型和数组

  10. 指针

  11. 栈和堆

  12. 结构体和共用体

  13. 头文件 源码文件 多文件项目

  14. 程序构建 预处理 编译 链接

  15. 编写Makefile

  16. 调试程序

  17. 版本管理和git

  18. 后续学习

  19. computer basic

  20. compile & run

  21. data types & expr (i)

  22. data types & expr (ii)

  23. function & stdio

  24. branch

  25. loop

  26. import library

  27. memory module & array

  28. pointer

  29. stack & heap mem

  30. struct & union

  31. header, src & multi-file

  32. preprocess, compile, link

  33. makefile

  34. debug: log & gdb

  35. git

  36. next