Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fallacies of Doom - Lessons Learned from Porting Doom 3 to Java
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Boring intro: history
- 3 Immutability, const vs final
- 4 Unsigned primitives
- 5 Operator overloading
- 6 Destructor
- 7 Grandfather inheritance
- 8 Hungarian Camels
- 9 Unholy union
- 10 Default arguments
- 11 The memory watcher
- 12 Floating point operator precedence
- 13 Conditional breakpoints
- 14 A backwards compatible story?