1.The C + + programming Lanuage, by Bjarne Stroustrup, speical 3rd Edition,addison Wesley
This is the founder of C + + master of the masterpiece, a description of C + + language classic book. The third edition of this book is 97, b the old man to the book opened a Web page http://www.research.att.com/~bs/3rd.html,2000 years, and out of a special 3rd edition, compared with the third edition of 97, More than two appendix, the two chapters on the web can be downloaded, in addition, also changed more than 1000 small errors. I said, "B" your elderly small mistakes are too much of it, why not like Knuth old people study, others more rigorous that. To take this book as a reference manual, you have to buy the 2000 version of the.
A total of three books were written by the guru, the C + + programming language,the design and Evolution of C++,the annotated C + + Reference Manual, plus translation books together, sold millions of copies. Well, that's awesome.
2. The C + + Standard, wiley,isbn:0-470-84674-7
This book is the C + + language standard, C + + grammar is too cumbersome, so some of the doubt, still have to turn the book. A thick book, more than 700 pages, but the paper is very light, take up not heavy. Is the bookbinding is not good, spine a bit Songsong, people worry about watching a certain day to fall apart.
3. C + + Templates, the Complete guide,by Vandevoorde, Josuttis,addison Wesley, isbn:0-201-73484-2
The reason why this book is so important is because since 1987, the focus of C + + development is not object-oriented, but templates, static polymorphism, generic programming, MULTIPARADIGM Programming. Master, C + + template's power is enormous.