is a hands-on guide to the C++ programming language. Readers are provided with short, practical examples that illustrate key concepts, syntax, and techniques.
Using a straightforward approach, this fast and friendly tutorial teaches you everything you need to know, from installing and using a compiler, to debugging the programs you’ve created, to what’s new in C++14.
Step-by-step instructions carefully walk you through the most common C++ programming tasks
Quizzes and exercises at the end of each chapter help you test yourself to make sure you’re ready to go on
Learn how to...
-
Hour 1: Writing Your First Program
-
Hour 2: Organizing the Parts of a Program
-
Hour 3: Creating Variables and Constants
-
Hour 4: Using Expressions, Statements, and Operators
-
Hour 5: Calling Functions
-
Hour 6: Controlling the Flow of a Program
-
Hour 7: Storing Information in Arrays and Strings
-
Hour 8: Creating Basic Classes
-
Hour 9: Moving into Advanced Classes
-
Hour 10: Creating Pointers
-
Hour 11: Developing Advanced Pointers
-
Hour 12: Creating References
-
Hour 13: Developing Advanced References and Pointers
-
Hour 14: Calling Advanced Functions
-
Hour 15: Using Operator Overloading
-
Hour 16: Extending Classes with Inheritance
-
Hour 17: Using Polymorphism and Derived Classes
-
Hour 18: Making Use of Advanced Polymorphism
-
Hour 19: Storing Information in Linked Lists
-
Hour 20: Using Special Classes, Functions, and Pointers
-
Hour 21: Using New Features of C++
-
Hour 22: Employing Object-Oriented Analysis and Design
-
Hour 23: Creating Templates
-
Hour 24: Dealing with Exceptions and Error Handling