The main contents of this chapter include all of the following: Basic program structure, C++ syntax, creating a banner, sonnecting strings, character escape sequences, debugging, run-time errors, logic errors.
Chapter 2 – Getting Started Basic Program Structure #include using namespace std; int main( ) { Header Location of header files Primary function Marks beginning of function body object cout