【项目学习总结】GitHub : miloyip/json-tutorial(轻量级JSON)
GitHub : miloyip/json-tutorial(轻量级JSON) 一、项目介绍二、知识点总结1. 项目中的命名格式:1.1 xxx.h文件中的#ifndef (tutorial01)1.2 变量命名格式(tutorial01) 2. 善用枚举(tutorial01)3. 宏定义函数3.1 do-while的使用(tutorial01)3.2 哪些情况下必须用宏定义函数?(tutori…