|
|
|
|
|
|
Who Should Read This Book |
|
|
|
| |
| |
| |
| |
 |
|
|
|
|
Why C++ Is the Right Choice |
|
|
|
| |
 |
|
|
|
|
Procedural, Structured, and Object-Oriented Programming |
|
|
|
| |
 |
|
|
|
|
C++ and Object-Oriented Programming |
|
|
|
| |
 |
|
|
|
|
How C++ Evolved |
|
|
|
| |
 |
|
|
|
|
C++ Isn't Just a Better C |
|
|
|
| |
 |
|
|
|
|
Should I Learn C First? |
|
|
|
| |
 |
|
|
|
|
Preparing to Program |
|
|
|
| |
 |
|
|
|
|
C++, ANSI C++, Windows, and Other Areas of Confusion |
|
|
|
| |
 |
|
|
|
|
Your Compiler and Editor |
|
|
|
| |
 |
|
|
|
|
Compiling and Linking the Source Code |
|
|
|
| |
 |
|
|
|
|
Compiling in an Integrated Development Environment |
|
|
|
| |
 |
|
|
|
|
Linking Your Program |
|
|
|
| |
 |
|
|
|
|
The Development Cycle |
|
|
|
| |
 |
|
|
|
|
HELLO.CPPYour First C++ Program |
|
|
|
| |
 |
|
|
|
|
Compile Errors |
|
|
|
| |
 |
|
|
|
|
Summary |
|
|
|
| |
 |
|
|
|
|
Q&A |
|
|
|
| |
|
|
|
|
|
Hour 2
The Parts of a C++ Program |
|
|
|
| |
 |
|
|
|
|
The Parts of a Simple Program |
|
|
|
| |
 |
|
|
|
|
Examining the #include, Character by Character |
|
|
|
| |
 |
|
|
|
|
Line by Line Analysis |
|
|
|
| |
 |
|
|
|
|
Comments |
|
|
|
| |
 |
|
|
|
|
Types of Comments |
|
|
|
| |
 |
|
|
|
|
Using Comments |
|
|
|
| |
 |
|
|
|
|
Functions |
|
|
|
| |
 |
|
|
|
|
Using Functions |
|
|
|
| |
 |
|
|
|
|
Summary |
|
|
|
| |
 |
|
|
|
|
Q & A |
|
|
|
| |