Completed
Unique pointers limitations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Smart Pointers - Usage and Secrets
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Smart Pointers
- 3 Shared Pointers Details
- 4 Weak Pointers
- 5 MakeShare
- 6 Can we use smart pointers
- 7 Dynamic pointer cast
- 8 Common problem
- 9 How it works
- 10 Performance
- 11 Demonstration
- 12 Measurements
- 13 Unique pointers
- 14 Unique pointers trick
- 15 Unique pointers limitations
- 16 Unique pointers ownership
- 17 Move semantics