c_learning 学习C语言写的一些小Demo,供以后参考,项目中所有例子都使用了cmake管理构建。 为了偷懒,笔记和相应的说明都记在源文件中了。 编译 cd c_learning mkdir cmake-build ; cd cmake-build cmake .. make