原文链接:The Definitive C++ Book Guide and List
参考手册——适合所有人
- C++程序设计语言(The C++ Programming Language)
- C++标准程序库:自修教程与参考手册(C++ Standard Library Tutorial and Reference)
- 标准C++输入输出流与本地化(The C++ IO Streams and Locales)
C++11参考手册
- 标准C++(The C++ Standard (INCITS/ISO/IEC 14882-2011))
- 新C++11/14标准概述(Overview of the New C++ (C++11/14))
初级
入门级
- C++ Primer
- Accelerated C++
- Thinking in C++
最佳实践
- Effective C++
- Effective STL
中级
- More Effective C++
- Exceptional C++
- More Exceptional C++
- Exceptional C++ Style
- C++ Coding Standards
- C++ Templates: Complete Guide
高级
- Modern C++ Design
- C++ Template Metaprogramming
- C++ Concurrency In Action
- Advanced C++ metaprogramming
经典
- The Design and Evolution of C++
- Ruminations on C++
- Large Scale C++ Software Design
- Inside the C++ Object Model