TCPL和D&E編程
1:Bjarne Stroustrup, The C++ Programming Language (Special 3rd Edition)設計模式
《C++ 程序設計語言(特別版)》,裘宗燕譯,機械工業出版社,計算機科學叢書,¥85網絡
另David Vandevoorde, C++ Solutions Companion to The C++ Programming Language框架
《C++程序設計語言題解》,裘宗燕譯,機械工業出版社,計算機科學叢書,¥23ide
2:Bjarne Stroustrup, The Design and Evolution of C++性能
《C++ 語言的設計和演化》,裘宗燕譯,機械工業出版社,計算機科學叢書,¥48ui
入門教程spa
1:Andrew Koenig, Barbara E. Moo, Accelerated C++: Practical Programming by Example設計
《Accelerated C++ 中文版》,覃劍鋒譯,中國電力出版社,深刻C++ 系列,¥39.5orm
2:Stanley B.Lippman, Josee Lajoie, C++ Primer (3rd Edition)
《C++ Primer (3rd) 中文版》,潘愛民、張麗譯,中國電力出版社,深刻C++系列,¥128
《C++ Primer (4th) 中文版》,李師賢、蔣愛軍、梅曉勇、林瑛譯,人民郵電出版社,圖靈計算機科學叢書,¥99
另Clovis L.Tondo Bruce P.Leung,《C++ Primer Answer Book》
《C++ Primer 題解》,侯捷譯,華中科技大學出版社,侯捷譯做系列,¥48
《C++ Primer(第4版)習題解答》,蔣愛軍、李師賢、梅曉勇著,人民郵電出版社,圖靈計算機科學叢書,¥45
3:Stanley B. Lippman, Essential C++
《Essential C++ 中文版》,侯捷譯,華中科技大學出版社,侯捷譯做系列,¥39.8
4:Francis Glassborow, You Can Do It!: A Beginner's Introduction to Computer Programming
《You Can Do It——C++編程新手互動教程》,徐波譯,人民郵電出版社,¥45
高效、健壯編程
1:Scott Meyers, Effective C++: 55 Specific Ways to Improve Your Programs and Design (3nd Edition)
《Effective C++ 3rd 中文版》,侯捷譯,電子工業出版社,¥58
2:Scott Meyers, More Effective C++: 35 New Ways to Improve Your Programs and Designs
《More Effective C++ 中文版》,侯捷譯,中國電力出版社,深刻C++系列,¥50
3:Herb Sutter, Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
《Exceptional C++ 中文版》,卓小濤譯,中國電力出版社,深刻C++系列,¥35
4:Herb Sutter, More Exceptional C++ : 40 New Engineering Puzzles, Programming Problems, and Solutions
《More Exceptional C++ 中文版》,於春景譯,華中科技大學出版社,深刻C++叢書,¥39.8
5:Stephen C. Dewhurst, C++ Gotchas: Avoiding Common Problems in Coding and Design
《C++ 程序設計陷阱》,陳君譯,中國青年出版社,¥36.8
6:Dov Bulka & David Mayhew, Efficient C++: Performance Programming Techniques
《提升 C++ 性能的編程技術》,常曉波、朱劍平譯,清華大學出版社,¥33
模板和泛型編程
1:David Vandevoorde, Nicolai M. Josuttis, C++ Templates: The Complete Guide
《C++ Templates 中文版》(簡體),陳偉柱譯,人民郵電出版社,C和C++實務精選,¥62
《C++ Templates 中文版》(繁體),侯捷譯,臺灣碁峯資訊股份有限公司
2:Andrei Alexandrescu, Modern C++ Design: Generic Programming and Design Patterns Applied
《C++ 設計新思惟:泛型編程與設計模式之應用》,侯捷、於春景譯,華中科技大學出版社,¥59.8
標準庫
1:Nicolai M. Josuttis, The C++ Standard Library: A Tutorial and Reference
《C++ 標準程序庫:自修教程與參考手冊》,侯捷、孟巖譯,華中科技大學出版社,侯捷譯做系列,¥108
2:Angelika Langer, Klaus Kreft, Standard C++ IOStreams and Locales: Advanced Programmer's Guide and Reference
《標準 C++ 輸入輸出流與本地化》,何渝、孫悅紅、劉宏志、武劍譯,人民郵電出版社,計算機技術譯林精選系列,¥57 //中文版很差?
3:Scott Meyers, Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library
《Effective STL 中文版》,潘愛民、陳銘、鄒開紅譯,清華大學出版社,¥30
4:Matthew H. Austern , Generic Programming and the STL: Using and Extending the C++ Standard Template Library
《泛型編程與STL》,侯捷譯,中國電力出版社,深刻C++系列,¥72
5:P.J.Plauger,Alexander A.Stepanov,Meng Lee,David R.Musser,Prentice Hall, C++ Standard Template Library
《C++ STL 中文版》,王昕譯,中國電力出版社,深刻C++系列,¥69
6:侯捷,《STL 源碼剖析》,華中科技大學出版社,侯捷譯做系列,¥68
網絡編程
1:Douglas C. Schmidt, Stephen D. Huston, C++ Network Programming, Volume 1: Mastering Complexity with ACE and Patterns
《C++ 網絡編程,卷1:運用ACE和模式消除複雜性》,於春景譯,華中科技大學出版社,¥35
2:Douglas C. Schmidt, Stephen D. Huston, C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks
《C++ 網絡編程,卷2:基於ACE和框架的系統化複用》,馬維達譯,電子工業出版社,¥38
其餘
1:Bruce Eckel, Thinking in C++, Volume 1: Introduction to Standard C++ (2nd Edition)
《C++ 編程思想(第2版)第1卷:標準 C++ 導引》,劉宗田、袁兆山、潘秋菱譯,機械工業出版社,計算機科學叢書,¥59
2:Bruce Eckel, Chuck Alison, Thinking in C++, Volume 2: Practical Programming (Second Edition)
《C++編程思想 第2卷:實用編程技術》,刁成嘉譯,機械工業出版社,計算機科學叢書,¥59
3:Andrew Koenig, Barbara E. Moo, Ruminations on C++: A Decade of Programming Insight and Experience
《C++ 沉思錄》,黃曉春譯,人民郵電出版社,C和C++實務精選,¥50
4:Stanley B. Lippman, Inside The C++ Object Model
《深度探索 C++ 對象模型》,侯捷譯,華中科技大學出版社,侯捷譯做系列,¥54
5:Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides, Design Patterns: Elements of Reusable Object-Oriented software
《設計模式:可複用面向對象軟件的基礎》,李英軍、馬曉星、蔡敏、劉建中譯,機械工業出版,計算機科學叢書,¥35
6:Martin Fowler, Refactoring: Improving the Design of Existing Code
《重構:改善既有代碼的設計(中文版)》,侯捷、熊節譯,中國電力出版社,軟件工程系列,¥68
7:John Lakos, Large-Scale C++ Software Design
《大規模 C++ 程序設計》,李師賢、明仲譯,中國電力出版社,深刻C++系列,¥72
8:Matthew Wilson, Imperfect C++ : Practical Solutions for Real-Life Programming
《Imperfect C++中文版》,榮耀、劉未鵬譯,人民郵電出版社,¥75
9:James O.Coplien, Multi-Paradigm Design for C++
《C++ 多範型設計》,鄢愛蘭、周輝譯,中國電力出版社,深刻C++系列,¥26
10:Herb Sutter,Andrei Alexandrescu, C++ Coding Standards: 101 Rules,Guidelines,and Best Practices
《C++ 編程規範:101條規則、準則與最佳實踐》,劉基誠譯,人民郵電出版社,圖靈程序設計叢書,¥35
11:David Abrahams,Aleksey Gurtovoy, C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond
《C++ 模板元編程 中文版》,侯捷、榮耀譯,機械工業出版社,C++設計新思惟系列叢書,¥59
更多參考