Course Slides
A Dropbox folder with all the slides can be found here.
- Lecture 0: Intro
- Lecture 1: Language Basics
- Lecture 2: Pointers and References
- Lecture 3: Classes
- Lecture 4: Inheritance
- Lecture 5: Stack, Heap, RAII
- Lecture 6: Templates
- Lecture 7: Iterators and
<algorithm> - Lecture 8: LValues and RValues
- Lecture 9: Smart Pointers
- Lecture 10: Zero-Cost Abstractions
- Lecture 11: Undefined Behavior