本人搜集了C++四书五经中提到的所有26本书,并按照分类分别上传了7个文件,包括:
1. TCPL和D&E
2. 入门教程
3. 高效健壮编程
4. 模板和泛型编程
5. 标准库
6. 网络编程
7. 杂项(因这个文件太大,分成了2个)
与大家共享!!
1. TCPL和D&E
01 The C++ Programming Language
02 The Design and Evolution of C++
2. 入门教程
03 Accelerated C++: Practical Programming by Example
04 C++ Primer
05 Essential C++
3. 高效健壮编程
06 Effective C++: 50 Specific Ways to Improve Your Programs and Design (2nd Edition)
07 More Effective C++: 35 New Ways to Improve Your Programs and Designs
08 Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
09 More Exceptional C++: 40 New Engineering Puzzles, Programming Problems, and Solutions
10 C++ Gotchas: Avoiding Common Problems in Coding and Design
11 Efficient C++: Performance Programming Techniques
4. 模板和泛型编程
12 C++ Templates: The Complete Guide
13 Modern C++ Design: Generic Programming and Design Patterns Applied
5. 标准库
14 The C++ Standard Library: A Tutorial and Reference
15 Standard C++ IOStreams and Locales: Advanced Programmer's Guide and Reference
16 Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library
17 Generic Programming and the STL: Using and Extending the C++ Standard Template Library
6. 网络编程
18 C++ Network Programming, Volume 1: Mastering Complexity with ACE and Patterns
19 C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks
7. 杂项
20 Thinking in C++, Volume 1: Introduction to Standard C++ (2nd Edition)
21 Thinking in C++, Volume 2: Practical Programming (2nd Edition)
22 Ruminations on C++: A Decade of Programming Insight and Experience
23 Inside The C++ Object Model
24 Design Patterns: Elements of Reusable Object-Oriented software
25 Large-Scale C++ Software Design
26 STL源码剖析
C++;四书五经