Completed
Error Message
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Concepts - C++ Design in a Concept World - Part 1 of 2
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Motivation
- 3 About me
- 4 Goals
- 5 Good vs Bad Concepts
- 6 Templates
- 7 History
- 8 Concept Definition
- 9 Types vs Concepts
- 10 Concept Code
- 11 Notable Concepts
- 12 Using Concepts
- 13 First Question
- 14 Basics
- 15 Limitations
- 16 Printable Concept
- 17 Valid Code
- 18 Error Message
- 19 Compile
- 20 Overload Resolution
- 21 PrintLine
- 22 Traditional Solution
- 23 New Concept
- 24 How will I use this
- 25 Print
- 26 Printable overload
- 27 Output stream
- 28 Concept error message
- 29 Static if const
- 30 Cons