天天看点

学习c++该读的书籍

1 、 C++ 程序员必备的书(我以为,即时你不看,也建议备上,充门面也好,争吵也好都很用)

a) 《 C++ Programming Language 》 Bjarne Stroustrup

b) 《 C++ Primer 》 Stanley B Lippman

c) 《 Effective C++ 》 Scott Meyers

d) 《 Design Patterns 》 GoF

2,、提高或学习的书

a) 《 Inside The C++ Object Model 》 Stanley B Lippman

b) 《 Thinking in C++ 》 Bruce Eckel

c) 《 More Effective C++ 》 Scott Meyers

d) 《 STL 源码剖析》侯捷

e) 《 Modern C++ Design 》 Andrei Alexandrescu

f) 《 Small Memory Software - Patterns for memory management 》