6th edition. — Addison-Wesley, 2011. — 1420 p. — ISBN10: 0321776402 | ISBN13: 978-0321776402.
New C++11 Coverage
C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible and easy-to-use self-study guide, this book is appropriate for both serious students of programming as well as developers already proficient in other languages.
The sixth edition of C++ Primer Plus has been updated and expanded to cover the latest developments in C++, including a detailed look at the new C++11 standard.
Author and educator Stephen Prata has created an introduction to C++ that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C++ language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use.
Getting Started with C++
Setting Out to C++
Dealing with Data
Compound Types
Loops and Relational Expressions
Branching Statements and Logical Operators
Functions: C++’s Programming Modules
Adventures in Functions
Memory Models and Namespaces
Objects and Classes
Working with Classes
Classes and Dynamic Memory Allocation
Class Inheritance
Reusing Code in C++
Friends, Exceptions, and More
The string Class and the Standard Template Library
Input, Output, and Files
Visiting with the New C++ Standard