Completed
Boring intro: history
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 Operator overloading
- 4 Unsigned primitives
- 5 Immutability: const vs final
- 6 Pointers
- 7 Death by Macros
- 8 Hungarian Camels
- 9 Unholy union
- 10 Destructor
- 11 Default arguments
- 12 The memory watcher
- 13 Pop goes the callstack
- 14 Floating point operator precedence
- 15 Conditional breakpoints
- 16 A backwards compatible story?