网上有两篇介绍C++书籍比较有名的文章《C++程序设计之四书五经(上,下篇)》,
介绍的非常详细,不过对于没有耐心的人来说,篇幅显得有点长.下面这一段话摘自《More Effective C++ --- 译序》,简单介绍了C++比较经典的书籍,你可以参考一下.
... ...
C++相关书籍之多,车载斗量;如天上繁星,如过江之鲫。
广博如四库全书者有之
- The C++ Programming Language
- C++ Primer
深奥如重山复水者有之
- The Annotated C++ Reference Manual
- Inside the C++ Boject Model
细说历史者有之
- The Design and Evolution of C++
- Ruminations on C++
独沽一味者有之
- Polymorphism in C++
- Genericity in C++
独树一帜者有之
- Design Patterns
- Large scale C++ Software Design
- C++ FAQs
程式库大全有之
- The C++ Standard Library
另辟蹊径者有之
- Generic Programming and the STL
工程经验之累积亦有之
- Effective C++
- More Effective C++
- Exceptional C++