Completed
Deleters and SDL lifetimes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learning C++ for Java, C#, and Python Developers - Code Review
Automatically move to the next video in the Classroom when playback concludes
- 1 Today's Project
- 2 How to use Git Submodules
- 3 Compiler-specific Errors
- 4 Running the game
- 5 General program architecture
- 6 Binary deserialization
- 7 Debugging memory leaks
- 8 Caching resources better
- 9 Passing objects by value/reference into functions
- 10 Fixing game freezing during mouse move
- 11 Additional notes
- 12 Deleters and SDL lifetimes
- 13 Conclusion