Completed
Code Example
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reflection in C++ - Past, Present, and Hopeful Future
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is reflection
- 3 Design by reflection
- 4 Million Lines of Code Challenge
- 5 Templates
- 6 String Types
- 7 Constructors
- 8 The Verdict
- 9 Container adapters
- 10 Container independent code
- 11 Powerset interfaces
- 12 History of Reflection
- 13 Static Reflection
- 14 D Reflection Applications
- 15 Code Example
- 16 Language Changes
- 17 Example
- 18 Runtime Switch
- 19 Algorithm Selection
- 20 STD Meta