SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)
are "smart pointers" actually smart?
unique_ptr: C++'s simplest smart pointer
Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”
Smart Pointers in C++ (Stop Using new?)
Modern C++: Upgrade Your Skills with Shared Pointers!
Master Pointers, Memory Management & Smart Pointers in C++20
Casey Muratori | Smart-Pointers, RAII, ZII? Becoming an N+2 programmer
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)
Smart Pointers in C++: What, Why, and How with David Millington - CodeRage XI
07 Advanced C++: Smart Pointers, Bignamini
Ho to use C++11 smart pointers
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35
Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson CppCon
C++'s Smart Pointers: Shared Ownership
C++'s Smart Pointers: Ownership Cycle
Pointers in C / C++ [Full Course]
Unreal Pointers - Garbage Collection, Smart Pointers, Class Ptr, and Soft Pointers - UE C++ Tutorial
SMART POINTERS in C++ (for beginners in 20 minutes)