Completed
Runtime correctness
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Progress on Contract Support for C++17
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The problem with contracts
- 3 Undefined behavior
- 4 Why do people want contracts
- 5 Preconditions assertions
- 6 Runtime correctness
- 7 Log violations
- 8 Complications
- 9 Runtime Optimizer
- 10 P Pointer
- 11 Post Conditions
- 12 Build Modes
- 13 Contract Proposal
- 14 Contract Details
- 15 Transition Support
- 16 Contract Runtime
- 17 Assertion Failures
- 18 Static Declarations
- 19 ABI
- 20 Commandline Options
- 21 Attributes