Wednesday, May 9, 2012

C++ Primer


The new edition of C + + Primer, a favorite choice for the first C + + books, has been greatly improved with the latest and greatest in C + +, emphasize built-in language features of C + + Standard Library. New material is excellent for programmers who want to get the most out of new features and advanced in language. The authors still introduce the basics of C + +, including data types and pointers, but quickly switched to stress how to get the most from the built-in features of ISO-standard C + +. Throughout this book built-in support for C + + Standard Library, such as container classes like vectors and maps, and other standard features, such as string classes, integrated into a tried-and-proven basic-language tutorial. The main new features of C + + (templates, name spaces, and run-time type identification) all get their due. 

Download Link

No comments:

Post a Comment