Smart Pointers in C++: What, Why, and How with David Millington - CodeRage XI
Unique_ptr: How to mix it with containers Lightning Talk with David Millington - CodeRage XI
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33
24.Working with Smart Pointers
Introduction to Smart Pointers and Why
#3 Structured Programming (Smart Pointers C/C++)
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”
C++11 Miniseries: Smart Pointers
Lecture 57 C++11 and beyond Resource Management by Smart Pointers Part 2
CPP-07 Modern C++: Pointers, const with pointers, Stack and Heap, Memory leaks (2018, Igor)
C++ Smart Pointers
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)
Ho to use C++11 smart pointers
C++11 :: Smart Pointers
CppCast Episode 295: C++Builder with David Millington
Dive into C++11 - [4] - Smart pointers
C++ Fundamentals - Smart Pointers
CPP-08 Modern C++: Smart/Unique/Shared ptrs, Associative con., Enumeration (2018, Igor)
C++ Smart Pointers - Usage and Secrets - Nicolai Josuttis