看了C++5×5断想之一:C++历史上最重要的图书之后,想起最近看书《暗时间》里面写的一些,关于学习和思考的内容,读书的时候,要只看经典,学习经典书籍的思维方式,提升自己的思维和分析解决问题的能力, 发现经典其中的一个方式就是看牛人写的书,

上面的博文中提到了五本书 ,现在我将这五本书的作者,写的做总结一下, 以备需要的时候,从其中选取学习。

1. The C++ Programming Language 作者Bjarne Stroustrup,Addison-Wesley出版社。1986年首版,1991年再版,1997年第三版,2000年特别版

Bjarne Stroustrup:

The C++ Programming Language : 4th Edition

Bjarne Stroustrup / Addison-Wesley Professional / 2013-5-20

C++程序设计原理与实践 : C++之父最新作品

Bjarne Stroustrup / 机械工业出版社 / 2009-10 / 89.00元

Programming : Principles and Practice Using C++

Bjarne Stroustrup / Addison-Wesley Professional / 2008-12-25 / USD 74.99

The Design and Evolution of C++

Bjarne Stroustrup / Addison-Wesley Professional / 1994-04-08 / USD 59.99

2.《Effective C++》,作者Scott Meyers,Addison-Wesley出版社。1992年首版,1998年再版,2005年第三版

Effective C++ : 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

Scott Meyers / Addison-Wesley Professional / 2005-05-22 / USD 49.99

Effective C++ : 改善程序与设计的55个具体做法
Effective C++:改善程序与设计的55个具体做法:第3版(评注版)

3.《Design Patterns》,作者Erich Gamma、Richard Helm、Ralph Johnson和John Vlissides。Addison-Wesley出版社,1995 年。

Design Patterns

Erich Gamma / Pearson Education / 2005-10-3

4.《International Standard for C++》,ISO/IEC。 1998年首版,2003年第二版。标准类资料读起来枯燥乏味,但必须有这样的东西去定义什么是C++,什么不是C++,这本书就担此重任。

5.《Modern C++ Design》,作者Andrei Alexandrescu。Addison-Wesley2001年版。

Modern C++ Design: Generic Programming and Design Patterns Applied

Andrei Alexandrescu / Addison-Wesley Professional / 2001-2-23 / USD 59.99

C++ Coding Standards: 101 Rules, Guidelines, and Best Practices

作者: Herb Sutter / Andrei Alexandrescu