ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,125 results

UncomplicatingTech
Weak Pointers Made Simple: Avoid Shared Pointer Traps in C++

In this video, we simplify weak pointers, demonstrating how they prevent memory leaks and break circular dependencies that ...

4:25
Weak Pointers Made Simple: Avoid Shared Pointer Traps in C++

736 views

9 months ago

CppNuts
Write Your Own Shared Pointer Class In C++

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts In this video, ...

5:43
Write Your Own Shared Pointer Class In C++

1,770 views

4 months ago

Automatic Addison
How to Use Memory Management and Smart Pointers in C++

In this video, I'll guide you through memory management in C++ using both traditional methods like malloc and modern tools like ...

12:14
How to Use Memory Management and Smart Pointers in C++

234 views

9 months ago

CppNow
Lightning Talk: I Now Maybe Understand C++ Hazard Pointers - Denis Yaroshevskiy - C++Now 2025

https://www.cppnow.org --- Lightning Talk: I Now Maybe Understand C++ Hazard Pointers - Denis Yaroshevskiy - C++Now 2025 ...

5:42
Lightning Talk: I Now Maybe Understand C++ Hazard Pointers - Denis Yaroshevskiy - C++Now 2025

2,523 views

1 month ago

enigma tutorials
Unreal Pointers - Garbage Collection, Smart Pointers, Class Ptr, and Soft Pointers - UE C++ Tutorial

Unreal engine combines a garbage collection system with a smart pointer system more common in the c++ language.

18:09
Unreal Pointers - Garbage Collection, Smart Pointers, Class Ptr, and Soft Pointers - UE C++ Tutorial

2,323 views

5 months ago

UncomplicatingTech
What are Shared Pointers in C++ ? Learn C++ Smart Pointers

When you want multiple owners or share the memory among pointers, use a a shared pointer. - A shared pointer keeps a ...

4:31
What are Shared Pointers in C++ ? Learn C++ Smart Pointers

186 views

9 months ago

DeepDiveDev
Pointer VS Reference — What's the Difference?

The difference between pointers and references My Memory Mananagement Series: ...

6:35
Pointer VS Reference — What's the Difference?

276 views

6 months ago

Selected Topics in IT
C++ 87: Understanding shared_ptr — how multiple pointers share one object

Learn how shared_ptr in C++ allows multiple smart pointers to share ownership of the same object — and how it automatically ...

5:59
C++ 87: Understanding shared_ptr — how multiple pointers share one object

57 views

6 months ago

CodeLucky
C++ Smart Pointers: Modern Memory Management for Beginners

We'll explore the key features of each smart pointer type, demonstrating when and how to use them effectively. Learn how ...

9:33
C++ Smart Pointers: Modern Memory Management for Beginners

121 views

9 months ago

CodeLucky
C++ Dynamic Memory Management: New, Delete & Smart Pointers Explained!

Learn C++ dynamic memory management from scratch! This tutorial covers everything you need to know about allocating and ...

13:53
C++ Dynamic Memory Management: New, Delete & Smart Pointers Explained!

190 views

9 months ago

CppNuts
Write Your Own Unique Pointer Class In C++

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts Learn how to ...

8:02
Write Your Own Unique Pointer Class In C++

1,447 views

4 months ago

C++ tips and tricks
Master smart pointers in C++ with 4 simple steps.

In this video, you'll learn the general concept of smart pointers along with the different types: ...

8:46
Master smart pointers in C++ with 4 simple steps.

866 views

9 months ago

Last Mile Developer
Smart Pointers vs. Observer: Navigating the C++ Design Trade-off Between Safety and Efficiency

For more checkout https://cpp.rougeneuron.in This video focuses on the core debate in modern C++ regarding memory ...

19:36
Smart Pointers vs. Observer: Navigating the C++ Design Trade-off Between Safety and Efficiency

520 views

2 months ago

anooptube
std::shared_ptr in C++ | Smart Pointers | Basics of C++ Programming - 40 | Malayalam

... shared pointer in cpp shared pointer c++ example pointer smart classes cpp shared pointer shared pointer (shared_ptr) for c ...

7:30
std::shared_ptr in C++ | Smart Pointers | Basics of C++ Programming - 40 | Malayalam

158 views

10 months ago

Coding Shoding
Smart Pointers in C++ | Unique, Shared & Weak Pointers Explained

In this video, we'll learn about Smart Pointers in C++, one of the most powerful features introduced in C++11 for automatic memory ...

7:42
Smart Pointers in C++ | Unique, Shared & Weak Pointers Explained

58 views

2 months ago

Computer Engineering life
smart pointers to avoid memory leaks: UNIQUE pointer (unique_ptr) in C++

IMPORTANT: make sure to include: "#include memory" (with arrows) in the preprocessor directives area Just the basics!

4:57
smart pointers to avoid memory leaks: UNIQUE pointer (unique_ptr) in C++

22 views

6 months ago

Sowmya's Tech Talks
C++ Smart Pointers Explained | unique_ptr, shared_ptr, weak_ptr | Modern C++ Tutorial

cpp #cppprogramming #cppprogramminglanguage #cplusplus #cplusplusprogramming #cplusplustutorial In this C++ Smart ...

9:29
C++ Smart Pointers Explained | unique_ptr, shared_ptr, weak_ptr | Modern C++ Tutorial

61 views

1 month ago

Sowmya's Tech Talks
Advanced C++ Master in Smart Pointer   Unique Pointer

Learn C++ Smart Pointers in depth with real examples. In this tutorial, we explain unique_ptr, shared_ptr, weak_ptr, and why they ...

18:30
Advanced C++ Master in Smart Pointer Unique Pointer

16 views

4 months ago

よっしー
【C++言語入門】 第28回 スマートポインタ(shared_ptr)

初心者向けのC++言語の解説 今回はshared_ptrについてお話しをします 対象年齢は中学生以上 ある程度のC言語の知識があること ...

9:17
【C++言語入門】 第28回 スマートポインタ(shared_ptr)

181 views

8 months ago

ByteWise Academy
C++ स्मार्ट पॉइंटर्स

The provided source explains C++ smart pointers, which are class types designed to automatically manage memory and prevent ...

5:47
C++ स्मार्ट पॉइंटर्स

9 views

4 weeks ago