C++书单
2018-01-13 本文已影响34人
编程半岛
- 《C++ Prime》5th—— Stanley Lippman, Josée Lajoie, and Barbara E. Moo
- 《Effective C++》3th —— Scott Meyers
- 《More Effective C++》 —— Scott Meyers
- 《c++标准程序库》 —— Nicolai M. Josuttis
- 《C++ Concurrency in Action》 —— Anthony Williams
- 《Linux 多线程服务端编程》 —— 陈硕
- 《STL源码剖析》 —— 侯捷