Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Concepts for Developers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 C++ concepts
- 3 History of concepts
- 4 What can concepts achieve (and what not)?
- 5 Concepts and contracts
- 6 Concepts and other languages
- 7 Types and scaling development
- 8 Concepts as a form of introspection
- 9 Concepts and metaprogramming
- 10 Concepts and hierarchies
- 11 Concepts and type erasure
- 12 Concepts vs object-orientation
- 13 Concepts and design patterns
- 14 Concepts as application roles
- 15 Concepts check syntax only
- 16 Concepts check code syntax or values
- 17 Concept syntax variations
- 18 Concepts - variables and functions
- 19 Conjunction and disjunction
- 20 Concepts and unit testing
- 21 Things that you can do only with concepts
- 22 Concepts and the C++ Core Guidelines
- 23 Summary