C++/OPP/OOD系列:
层级一:语法/语意(C++)
Essential C++ 中文版 ,侯俊杰 译,282页
C++语言核心,张铭泽 译 ,236页
C++大学教程(第二版),邱仲潘等 译,816页
标准C++宝典,林丽闽等 译,766页
C++ 编程思想,刘宗田等 译,420页
层级二:专家经验(C++/OOP)
More Effective C++中文版,侯俊杰,培生 2000. 318页
Effective C++ 2/e 中文版,侯俊杰,培生 2000.256页
Exceptional C++中文版,侯俊杰,培生 2000.248页
层级三:底层机制(C++ Object Model)
Addison Wesley Longman,1990,447 pages.
深度探索C++物件模型,侯俊杰 译
层级四:设计观念的复用(C++/Patterns)
设计模式,李英军等译,机械工业出版社,2000.254页
Genericity/STL系列:
第一个境界是使用STL:
第二个境界是了解泛型技术的内涵与STL的学理:
第三个境界是扩充STL:
[Stepanov2001]:C++ Standard Template Library by P.J.Plauger,Alexander A.Stepanov,
Meng Lee,David R.Musser,Prentice Hall 2001
层级一:语法/语意(C++)
- [Lippman2000] Essential C++
Essential C++ 中文版 ,侯俊杰 译,282页
- [Gregory95] C++:The Core Language
C++语言核心,张铭泽 译 ,236页
- [Deitel98] The Complete C++ Training Course
C++大学教程(第二版),邱仲潘等 译,816页
- [Stevens2000] Standard C++ Bible
标准C++宝典,林丽闽等 译,766页
- [Eckel2000] Thinking in C++
C++ 编程思想,刘宗田等 译,420页
- [Lippman98] C++Primer
C++ Primer,3rd Editoin,by Stanley Lippman and Josee Lajoie
Addison Wesley Longman,1998 1237 pages
C++ Primer 中文版,侯俊杰 译,1999,1237页- [Struostrup2000] The C++ Programming Language
The C++ Programming Language,Special Editoin,by Bjarne Stroustrup
Addison Wesley Longman,2000,1017 pages
C++程序语言经典本,叶秉哲 译,儒林 1999- [ANSI C++] C++规格书 1998.9.1 PDF格式
层级二:专家经验(C++/OOP)
- [Meyers96] More Effective C++
More Effective C++中文版,侯俊杰,培生 2000. 318页
- [Meyers98] Effective C++
Effective C++ 2/e 中文版,侯俊杰,培生 2000.256页
- [Sutter99] Exceptional C++
Exceptional C++中文版,侯俊杰,培生 2000.248页
- [Sutter2001]More Exceptional C++
层级三:底层机制(C++ Object Model)
- [Ellis90] The Annotated C++ Reference Manual
Addison Wesley Longman,1990,447 pages.
- [Lippman96] Inside the C++ Object Model
深度探索C++物件模型,侯俊杰 译
层级四:设计观念的复用(C++/Patterns)
- [Gamma95] Design Patterns:Elements of Reusable Object Oriented Software,
设计模式,李英军等译,机械工业出版社,2000.254页
- [Alex2001]Modern C++ Design: Generic Programming and Design Patterns Applied
Genericity/STL系列:
第一个境界是使用STL:
- [Josuttis99]:The C++ Standard Library -A Tutorial and Reference,by Nicolai M.Josuttis,
第二个境界是了解泛型技术的内涵与STL的学理:
- [Austern98]:Generic Programming and the STL -Using and Extending the C++ Standard
第三个境界是扩充STL:
[Stepanov2001]:C++ Standard Template Library by P.J.Plauger,Alexander A.Stepanov,
Meng Lee,David R.Musser,Prentice Hall 2001

本文详细整理了C++编程领域的经典书籍,包括语法/语意、面向对象编程、底层机制、设计模式等多个层面,从入门到进阶,提供了一套全面的技术深度解析。同时介绍了STL的三个使用境界,以及泛型技术、模板库的理解与应用。通过阅读这些书籍和技术资料,读者可以深入理解C++的核心概念和实践技巧。
4万+

被折叠的 条评论
为什么被折叠?



