罗列一些C++开发重要的书目。(不定期更新添加)
1. C
1.1 基础
- C Primer Plus
- C语言程序设计现代方法 [C Programming - A Modern Approach]
- C程序设计语言 [The C Programming Language]
1.2 进阶
- C陷阱与缺陷 [C Traps and Pitfalls]
- C专家编程 [Expert C Programming]
- 编程精粹 [Writing Clean Code-Microsoft Techniques for Developing Bug-free C Programs]
- C和指针 [Pointers On C Instructor's Guide]
2. C++
2.1 语法
- The C++ Programming Language
- C++ Template
- C++ Primer
- C++标准库 [The C++ Standard Libary]
2.2 运用
- Effective C++ - 改善程序与设计的55个具体做法 [Effective C++]
- More Effective C++
- Effective Modern C++ 42招独家技巧助您改善C++11和C++14的高效用法[Effective Modern C++]
- 提高C++性能的编程技术 [Efficient C++]
- Exceptional C++
- 大规模C++程序设计 [Large Scale C++ Software Design ]
- C++编程思想 [Thinking In C++]
- Effective STL
- C++模板元编程 [C++ Template Metaprogramming]
- C++代码整洁之道 C++17可持续软件开发模式实践 [Clean C++_ Sustainable Software Development Patterns and Best Practices with C++ 17]
- C++设计新思维 - 泛型编程与设计模式之应用 [Modern C++ Design--Generic Programming and Design Patterns Applied]
2.3 原理
- The Design and Evolution of C++
- 深度探索C++ 对象模型 [Inside The C++ Object Model]