Publisher's Synopsis
If Standard C++ can do it, you can do it too Whether you're a C++ novice or a veteran C++ programmer who wants to take your skills to the next level, this is the authoritative reference you've been looking for. Written by two renowned programming gurus, it takes you from the basic building blocks of C++ to the major innovations of the new ANSI/ISO standard. Along the way, you'll get expert advice on object–oriented programming and learn to take advantage of the Standard C++ Library. Packed with unbeatable programming tips and hundreds of example programs, this is truly the Bible of C++ programming. Inside, you'll find complete coverage of Standard C++
- Master C++ fundamentals, from data types to control statements
- Create and work with C++ classes
- Deploy encapsulation, polymorphism, and other object–oriented techniques
- Streamline development with classes in the Standard C++ Library, including inheritance, multiple inheritance, templates, exception handling, and more
- Make the most of STL classes for sequences, generic algorithms, and more
- Get a leg up on advanced topics such as namespaces, RTTI, and localization
- Capitalize on type casting and other benefits of the ANSI/ISO standard
- A programmer's editor
- The GCC compiler
- An interactive source level debugger
- All source code from the book