ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,660 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,791 views

4 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,451 views

5 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

125 views

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

242 views

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

867 views

9 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

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

752 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,477 views

4 months ago

CppNuts
Unique Shared and Weak Pointer Difference

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

0:57
Unique Shared and Weak Pointer Difference

3,155 views

3 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

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!

308 views

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

3 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

UncomplicatingTech
When to not use Unique Pointer? The need of Shared Pointer in C++ #shorts #cppprogramming

cpp #development #softwaredevelopment.

0:16
When to not use Unique Pointer? The need of Shared Pointer in C++ #shorts #cppprogramming

224 views

9 months ago

Paul Stus
C++ Shared Pointer IMPLEMENTATION

C++ Implementations 2 If I made any mistakes point it out in comments. This is much appreciated.

21:39
C++ Shared Pointer IMPLEMENTATION

154 views

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

195 views

9 months ago

Aleksandar Haber PhD
Learn Modern C++: Smart Pointer unique_ptr

Instead, programs and programmers are encouraged to use smart pointers. - A smart pointer is a class template that is declared ...

31:00
Learn Modern C++: Smart Pointer unique_ptr

638 views

5 months ago

Dushyant
RAII: I made my own Smart Pointer

Ho ho ho, Merry coding! Welcome to the third episode of Learn C++ With Me, where today we are on a mission to help Santa ...

25:40
RAII: I made my own Smart Pointer

46 views

1 month ago

Dushyant
I made my own Shared Pointer (Reference Counting Explained)

Santa has a problem. He needs to check the "Nice List," but the Head Elf needs to verify the toys at the same time. In the last ...

37:55
I made my own Shared Pointer (Reference Counting Explained)

28 views

2 weeks ago

Code in Seconds
Unveiling C++'s Smart Pointers Revolution

Explore the magic of C++ smart pointers, revolutionizing memory management and boosting application efficiency with unique ...

0:53
Unveiling C++'s Smart Pointers Revolution

43 views

10 months ago