Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Core Guidelines - Modernize Your C++ Code Base
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is a Core
- 3 Core Guidelines
- 4 Philosophy of Core Guidelines
- 5 Examples
- 6 Whats cool
- 7 Buffers
- 8 Express Intent
- 9 Type Safety
- 10 Check at compiletime
- 11 Dont produce blue screens
- 12 Dont waste time
- 13 immutable and mutable data
- 14 portability
- 15 myths
- 16 smart pointers
- 17 ownership
- 18 laughing talk
- 19 lightning talks