ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,405 results

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,986 views

5 months ago

Andrey Kalmatskiy
#6 Argentum Mutability and Shared Pointers

Argentum enforces true immutability with a unique system of immutable-shared references. Unlike other languages, its const-ness ...

2:59
#6 Argentum Mutability and Shared Pointers

53 views

10 months 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,674 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

146 views

10 months ago

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++

849 views

10 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++

285 views

10 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,657 views

5 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,615 views

2 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

190 views

10 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

63 views

7 months ago

Alaa Okasha
Pointers, Smart Pointers, Virtual Functions, Slicing
1:13:48
Pointers, Smart Pointers, Virtual Functions, Slicing

1,616 views

1 month 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

59 views

3 months ago

GFGVID
3 unique ptr, shared ptr and weak ptr in C++
20:49
3 unique ptr, shared ptr and weak ptr in C++

1 view

4 months ago

cpponsea
Smart Pointers in C++ - Khushboo Verma - C++ on Sea 2025

https://cpponsea.uk​ --- Smart Pointers in C++ - Khushboo Verma - C++ on Sea 2025 --- C++ smart pointers promise to make ...

53:02
Smart Pointers in C++ - Khushboo Verma - C++ on Sea 2025

3,480 views

4 months ago

JADE-ite Games and Programming
🚀 Mastering Modern C++ Smart Pointers: Say Goodbye to Memory Leaks!

Welcome back everyone! This is the first video in a new series where we are going go over C++ and try to learn more and master ...

34:15
🚀 Mastering Modern C++ Smart Pointers: Say Goodbye to Memory Leaks!

324 views

11 months ago

vlogize
Mastering Shared Pointer with Move Semantics in C+ +

Learn how to create a `shared pointer` from a class object using move semantics in C+ + . This comprehensive guide addresses ...

1:48
Mastering Shared Pointer with Move Semantics in C+ +

0 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.

881 views

10 months ago

Huifeng Huang
Mastering C++ Programming Problems for Interviews - Creating Custom Shared Pointer

This is one full lesson from my Udemy course The full course includes the other important interview problems with detailed ...

6:24
Mastering C++ Programming Problems for Interviews - Creating Custom Shared Pointer

8 views

1 month ago

vlogize
How to Pass a Smart Pointer in a Method without Deleting It

The Solution: Using Shared Pointers Understanding the Issue with Unique Pointers The crux of the problem is how unique ...

2:02
How to Pass a Smart Pointer in a Method without Deleting It

2 views

10 months ago

pillowmath
Smart Pointers in C++

Whether that object cleans up additional resources depends entirely on its destructor, not on the smart pointer itself. So smart ...

10:12
Smart Pointers in C++

3 views

2 months ago