运行Hello World
image.png
Shell运行Hello World程序:
image.png
常用基本数据类型:
image.png
Shell运行Demo:
image.png
指针
指针的物理意义:
image.png
操作系统是如何管理内存的:
image.png
内存的分配与释放:
image.png
内存泄露与野指针:
image.png
函数指针:
image.png
指针与数组
image.png
指针:
image.png
数组:
image.png
Shell运行Demo:
image.png
结构体:
image.png
Shell运行Demo:
image.png
枚举类型:
image.png
Shell运行Demo:
image.png
算术运算与比较运算:
image.png
if/else语句:
image.png
for语句:
image.png
while语句:
image.png
函数:
image.png
文件操作:
image.png
Shell运行Demo:
image.png