layout | title | permalink |
---|---|---|
page |
Resources |
/resource/ |
- 入门:《C++ Primer》
- 进阶:《Effective C++》,《Effective STL》,《More Effective C++》,《Effective Modern C++》,《深度探索C++对象模型》
Visualization:
- https://github.com/nhivp/Awesome-Embedded
- https://github.com/gurugio/lowlevelprogramming-university
CMake
Makefile
- https://www.gnu.org/software/make/manual/make.html
- https://makefiletutorial.com
- https://seisman.github.io/how-to-write-makefile/
- https://www.ruanyifeng.com/blog/2015/02/make.html
- https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor
- https://blog.fatedier.com/2014/09/08/learn-to-write-makefile-01/