This file has a list of the good pages on https://learncpp.com which new students should read through as a basic introduction to C++. Students probably don't need to spend a ton of time reading each page. If needed, https://repl.it can be used for compiling examples for experimentation.
- All of Chapter 1
- All of Chapter 2
- All of Chapter 4 except for 4.7 and 4.12
- All of Chapter 5 except 5.2 and 5.3
- All of Chapter 6
- All of Chapter 7
- All of Chapter 8