Modern C++: Upgrade Your Skills with Shared Pointers!

Modern C++: Upgrade Your Skills with Shared Pointers!

SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)Подробнее

SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)

SMART POINTERS in C++ (for beginners in 20 minutes)Подробнее

SMART POINTERS in C++ (for beginners in 20 minutes)

are "smart pointers" actually smart?Подробнее

are 'smart pointers' actually smart?

std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35Подробнее

std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

Shared Pointers Implementation-MUST know! Advanced C++ Topics for Interviews!Подробнее

Shared Pointers Implementation-MUST know! Advanced C++ Topics for Interviews!

Considerations when Working with Shared PointersПодробнее

Considerations when Working with Shared Pointers

Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be UsefulПодробнее

Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

std::shared_ptr - A reference counted smart pointer | Modern Cpp Series Ep. 34Подробнее

std::shared_ptr - A reference counted smart pointer | Modern Cpp Series Ep. 34

Smart Pointers Explained with Code Implementation | MUST know topic for C++ Interview!!Подробнее

Smart Pointers Explained with Code Implementation | MUST know topic for C++ Interview!!

Mastering Smart Pointers in C++: Unique_ptr, Shared_ptr, and Weak_ptr Explained!Подробнее

Mastering Smart Pointers in C++: Unique_ptr, Shared_ptr, and Weak_ptr Explained!

Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel AndersonПодробнее

Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson

CPP-08 Modern C++: Smart/Unique/Shared ptrs, Associative con., Enumeration (2018, Igor)Подробнее

CPP-08 Modern C++: Smart/Unique/Shared ptrs, Associative con., Enumeration (2018, Igor)

"Shared pointers - implementation details" by Peter EdwardsПодробнее

'Shared pointers - implementation details' by Peter Edwards

How do Shared Pointers Work?Подробнее

How do Shared Pointers Work?

Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022Подробнее

Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022

Актуальное