C++ Fundamentals
Part 1: Analysing a Simple Program
Part 2: The C++ Build Process
- Lecture, slides, code and handout
- How the C++ Compiler Works by The Cherno
- How the C++ Linker Works by The Cherno
Part 3: Fundamental Types
- Lecture and slides
- Why don’t my numbers add up? And the basic answer.
Part 4: Pointers and References
- Lecture, slides and handout
- Binky Pointer Fun
- A good tool for visualising pointers. It doesn’t handle references well.