Completed
Naming
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
If I Had My 'Druthers - A Proposal for Improving the Containers in C++2x
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Cognitive Dissonance
- 3 Goals
- 4 History
- 5 STLs brilliance
- 6 Improving the containers
- 7 Guiding principles
- 8 Container names
- 9 Requirements
- 10 Naming
- 11 Concrete Containers
- 12 Containers Shape
- 13 Level 0 List Engine
- 14 Level 1 List Engine
- 15 Extended Container Interface
- 16 Creating a Custom Heap
- 17 Other Containers