您的位置:首页 > 编程语言 > C语言/C++

C++经典书籍汇总 (转)

2012-07-27 22:09 267 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: