Resources
C/C++
Books
- 入门:《C++ Primer》
- 进阶:《Effective C++》,《Effective STL》,《More Effective C++》,《Effective Modern C++》,《深度探索C++对象模型》
Data Structrue and Algorithm
Visualization:
Computer architecture
CSAPP
Low level
Computer Network
Blog
Operating System
Linux sites
Unix Programming
Sites:
Tools
Build
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/