Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C++: The Complete Reference (Repost)

Posted By: melia
C++: The Complete Reference (Repost)

Herbert Schildt, "C++: The Complete Reference"
Publisher: Osborne/McGraw-Hill | 1998 | ISBN: 0078824761 | PDF | 1041 Pages | 8.77 MB

Schildt's Classic C++Reference - Now Updated to include the new features of the C++Standard.
The International Standard for C++ added many new libraries, keywords, and features to C++ – Learn about them all in this completely revised and updated Third Edition of Herb Schildt's outstanding classic. In carefully organized chapters, you'll find expertly-crafted explanations, insider tips, and hundreds of examples that describe and demonstrate every aspect of C++. And just as you'd expect, everything is presented in the clear, uncompromising style that has made Herb the choice of millions.
Whether you are a newcomer just learning C++ or an experienced pro coming up to speed on the new International Standard, you'll find C++: The Complete Reference a lasting resource that will help you maximize your programming efforts. You'd expect nothing less from Herb Schildt, the world's leading programming author. Covering the entire C++ language, the book is organized into five parts: the C subset – foundations of C++, C++, C++ Object Oriented features, the C++ Function Library, the C++ Class Library, and Applications.
You'll find these topics and more inside:
* Classes and objects
* Constructors and deconstructors
* Virtual functions and inheritance
* The modern forms of new and delete
* Function overloading
* Operator overloading
* Runtime type ID (RTTI)
* Namespaces
* Templates
* Exception handling
* The new casting operators
* The new I/O library
* The Standard Template Library (STL)
* Algorithms, iterators, and predicates
* The principles of Object Oriented Programming