Short Overview: In this Deep Engineering interview clip, Patrice Roy breaks down when it can be appropriate to avoid STL containers or

Are Smart Pointers Actually Smart -

Buying & Delivery Considerations for this topic.

Important details found

  • In this Deep Engineering interview clip, Patrice Roy breaks down when it can be appropriate to avoid STL containers or

Why this topic is useful

This topic is useful when readers need a quick overview first, then want to move into supporting details and related references.

Sponsored

Frequently Asked Questions

Why are related topics included?

Related topics help readers compare nearby references and understand the broader subject.

What is this page about?

This page summarizes Are Smart Pointers Actually Smart and connects it with related entries, references, and supporting context.

Is the information always complete?

Not always. Some topics may need verification from official or primary sources.

Topic Gallery

are "smart pointers" actually smart?
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)
Modern C++: Upgrade Your Skills with Shared Pointers!
Smart Pointers in C++ (Stop Using new?)
Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson  CppCon
Raw Pointers vs Smart Pointers: The “Moral Contract” for Ownership (Patrice Roy)
14 Rust Smart Pointers Compared
SMART POINTERS in C++ (for beginners in 20 minutes)
C++ Smart Pointers: Why Smart Pointers?
Smart Pointers in C++: Raw vs Unique Pointers
Sponsored
View Full Details
are "smart pointers" actually smart?

are "smart pointers" actually smart?

Thanks again Yubico for sponsoring this video! Go get a Yubikey at RIGHT NOW with my offer code ...

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)

Read more details and related context about SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr).

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

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

Dave take you a tour of some core advanced C++ features including

Smart Pointers in C++ (Stop Using new?)

Smart Pointers in C++ (Stop Using new?)

Start your software dev career - Be notified of new C/C++ course: ...

Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson  CppCon

Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson CppCon

Read more details and related context about Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson CppCon.

Raw Pointers vs Smart Pointers: The “Moral Contract” for Ownership (Patrice Roy)

Raw Pointers vs Smart Pointers: The “Moral Contract” for Ownership (Patrice Roy)

In this Deep Engineering interview clip, Patrice Roy breaks down when it can be appropriate to avoid STL containers or

14 Rust Smart Pointers Compared

14 Rust Smart Pointers Compared

Read more details and related context about 14 Rust Smart Pointers Compared.

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

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

Read more details and related context about SMART POINTERS in C++ (for beginners in 20 minutes).

C++ Smart Pointers: Why Smart Pointers?

C++ Smart Pointers: Why Smart Pointers?

Read more details and related context about C++ Smart Pointers: Why Smart Pointers?.

Smart Pointers in C++: Raw vs Unique Pointers

Smart Pointers in C++: Raw vs Unique Pointers

In this video I demonstrate that, unlike a raw pointer, when using a