(1), the book that beginners want to read: "C + + Primer Plus".
(2), learn the STL standard library must book: "C + + STL Programmer Development Guide."
(3), learn C + + template meta-programming to see books: "C + + template meta-programming", "C + + Design new thinking"
(4), improve the C + + level to see the books:
A, "meditation on C + +", "more effective C + + 35 effective ways to improve programming and design", "C + + programming analysis issues, programs and design Guidelines", "exceptional C + +".
B, "C + + Application performance optimization": Need to have a certain operating system knowledge, a little understanding of Unix-like and WINDWS, such as PE files, DLLs and other knowledge.
C, "Effective STL 50 effective use of STL experience" and "STL Source Analysis": Improve the use of STL and understanding of STL internal principles of the necessary books.
(5), c++11 to read books:
Analysis and application of new features of c++11: Here you will see the use of lambda and the conveniences he brings, as well as the power of the new semantics of auto and so on.
(6), other must read C + + books:
"Boost Program Library full development Guide": Need to have a good grasp of the template, but also understand some of the template meta-programming knowledge.
Learn the books that C + + wants to read