TCPLD&E

1:Bjarne Stroustrup, The C++ Programming Language (Special 3rd Edition)

《C++ 程序设计语言(特别版)》,裘宗燕译,机械工业出版社,计算机科学丛书,¥85

另David Vandevoorde, C++ Solutions Companion to The C++ Programming Language

《C++程序设计语言题解》,裘宗燕译,机械工业出版社,计算机科学丛书,¥23

2:Bjarne Stroustrup, The Design and Evolution of C++

《C++ 语言的设计和演化》,裘宗燕译,机械工业出版社,计算机科学丛书,¥48

入门教程

1:Andrew Koenig, Barbara E. Moo, Accelerated C++: Practical Programming by Example

《Accelerated C++ 中文版》,覃剑锋译,中国电力出版社,深入C++ 系列,¥39.5

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

更多参考

http://bestcbooks.com/recommended-cpp-books

最新文章

  1. [Android]使用Dagger 2依赖注入 - 图表创建的性能(翻译)
  2. Android sdk环境配置
  3. 必须掌握的八个cmd 命令
  4. SQL server2008-对象资源管理器
  5. zTree开发下拉树
  6. nyoj 4 ASCII码排序 java
  7. unity
  8. html5添加音乐包括暂停
  9. POST中文乱码解决方案
  10. setting菜单界面的形成--未优化
  11. PCB布线的地线干扰与抑制方法
  12. [转] Ant 编译 Android 项目为 Apk 实战, 常见问题解决
  13. Tomcat常用参数的配置
  14. Html.java 存储页面信息类
  15. 使用eclipse新建一个c项目
  16. Docker优势以及与传统虚拟机对比(1)
  17. pip命令安装 pyinstaller失败解决办法
  18. 学习之"setjmp和longjmp函数"
  19. elastic-job详解(五):自定义任务参数
  20. C#对象序列化成XML,以及自定义标签名

热门文章

  1. 【MySql】脚本备份数据库
  2. C# 直接调用非托管代码的方法
  3. Group By和Order By的总结
  4. 面试题思考:解释一下什么叫AOP(面向切面编程)
  5. 使用PHP,jsonp,jquery实现跨域
  6. 《C++ Primer Plus》第8章 函数探幽 学习笔记
  7. 《C++ Primer Plus》第5章 循环和关系表达式 学习笔记
  8. awk sed grep 详解
  9. Arduino开发版学习计划
  10. js 操作对象的引用和操作实际对象的区分