C++ 学习步骤

本人已经c++编码3年有余,一直感觉没能系统的学习C++。感觉理论没有系统的学习,查了网上大家介绍的书籍,然后整理了一些要看的书,书的顺序已经标好。

  1. Bjarne Stroustrup的The Design and Evolution of C++
  2. Stanley B. Lippman的C++ Primer,Stanley B.Lippman的Essential C++
  3. C++ 编程思想
  4. Pike和Kernighan的The Practice of Programming
  5. Bruce Eckel写的、候捷译的Thinking in C++
  6. Scott Meyers的Effective C++和More Effective C++
  7. Herb Sutter的Exceptional C++和More Exceptional C++
  8. 侯捷的 STL源码剖析
  9. Inside the C++ Object Model
  10. C++沉思录
  11. Bjarne Stroustrup的The C++  Programming Language(要读四到五遍)
  12. 《Effective STL》, 《STL源码剖析》
  13. 《Modern C++ Design》
  14. ps:  如果需要补C语言的课, K&R的The C Programming Language
下面开始c++之旅吧……

你可能感兴趣的:(C++ 学习步骤)