C C++库和参考
学习C++
汇总较为全面的资料,作为开发时参考索引。虽然更喜欢使用Golang,但有时不得不使用C/系列的语言
如何学习C++
优秀的C++库
C++ 代码规范
- 英文 https://google.github.io/styleguide/cppguide.html
- 中文 https://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/magic/
C++ 代码规范图片
学习C语言
优秀的C库
Json C 库
Json C++ 库
- 官方 https://github.com/nlohmann/json
- 讲解 https://www.oschina.net/p/json-4modern-cpp
- 讲解 http://blog.guorongfei.com/2017/05/14/json-for-modern-cpp-note/
GSL库
游戏引擎库
并行渲染库
Cello是一个为C语言带来更高级别编程的库。
通过充当现代,强大的运行时系统,Cello使许多事情变得简单,以前在C中是不切实际或尴尬的,例如:
通用数据结构 多态函数 接口/类型类 构造函数/析构函数 可选的垃圾收集 例外 反射 而且由于Cello与标准C无缝协作,您可以获得所有其他好处,例如出色的性能,强大的工具和丰富的库。
build your own lisp
C++基础学习课程
图像学
- https://github.com/avilapa/vxt/blob/master/README.md
- https://github.com/avilapa/vxr
- https://github.com/google/filament/blob/master/README.md