Getting started with C++
This section will introduce basics of C++ syntax, structure, keywords, variables and standards.
No prior knowledge of C++ should be required, but some assumptions about basic programming knowledge may be made (I don't intend to make any assumptions, but I may do without realising it).
- 1.1.1. Basic program structure
- 1.1.2. Basic input and output, introducing libraries
- 1.1.3. Conditionals IF and CASE statements
- 1.x.x.Tip How can I keep the window open