C++ 书籍
- C++编程思想(第2版) 第1卷:标准C++导引————————Bruce Eckel
- C++编程思想(第2版)第2卷:实用编程技术————————Bruce Eckel
C++程序设计
——————————————————————谭浩强
- C++ 程序设计教程(第2版)—————————————————钱能
C++ Primer Plus
(第五版)中文版——————————————Stephen Prata
- The c++ programming language、c++ Primer————————广博如四库全书
- Inside the c++ object model————————————————深奥如山重水复
- The c++ standard libray——————————————————程序库大全
Effective c++
、More Effective c++、Exceptional c++-—————工程经验之积累
C++八大金刚:
- Essentital c++ ——————— lippman,C++之父,旁枝暂略,主攻核心
- The c++ programming language – C++之父,技术权威,用词深峻,思想深远,
c++ Primer
————————- lippman–c++百科全书代表。
- Inside the c++ object model — lippman,揭示c++底层,非常难。
Effective c++
———————– 通过50个编程实例,展示专家经验。
- More Effective c++ ————— 通过35个编程实例,展示专家经验。
- The c++ standard libray ——– c++标准库。
设计模式
:可复用面向对象软件的基础