Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Programming with Contracts in C++20
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 What are contracts
- 4 How I learned about contracts
- 5 Systematic approaches to program construction
- 6 Ring Buffers
- 7 Precondition
- 8 Preconditions
- 9 Postcondition
- 10 Exceptions
- 11 Post Conditions
- 12 Contract Logic
- 13 Invariants
- 14 Portrait specialization
- 15 Specializations
- 16 Subcontractors
- 17 Why bother
- 18 Contract Violations
- 19 Science Fiction
- 20 The Draft Standard
- 21 Contract Attributes
- 22 Contract Attributes Example