Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Core Guidelines - Safer C++
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Lifetime goal
- 3 What are guidelines
- 4 Guidelines landscape
- 5 Role of guidelines
- 6 Undefined behavior
- 7 Bad corners
- 8 Good practices
- 9 Core Guidelines
- 10 Examples
- 11 Philosophy behind the Guidelines
- 12 Myths
- 13 Interfaces
- 14 Constructors
- 15 Default of Operations
- 16 Move Assignments
- 17 League Resources
- 18 Multiple Resources
- 19 Ownership
- 20 Cons
- 21 Classes
- 22 Support Library
- 23 RevUp
- 24 Questions