C++入门学习清单

1. Bjarne Stroustrup的The Design and Evolution of C++(了解历史)

2. Stanley B. Lippman的C++ Primer (基础好的看这个)

3. Pike和Kernighan的The Practice of Programming (编程的注意事项)

4. Bruce Eckel写的、候捷译的Thinking in C++ (半年读一次,反复的读)

5. Meyers的 Effective C++和More Effective C++

 

好了,现在你成为了一个高手了,继续努力

你可能感兴趣的:(C++)