ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12,442 results

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

3 months ago

Coding Jesus (getcracked.io)
Pointers vs References: 3 Key Differences Explained

Dive into the essential distinctions between pointers and references in programming. We explore their characteristics, such as ...

0:40
Pointers vs References: 3 Key Differences Explained

5,836 views

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

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,772 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

xyve
Use SMART pointers in C++!

I hope you enjoyed the video and found it useful. Please make sure to provide feedback on this video in the comments. #project ...

1:47
Use SMART pointers in C++!

8,794 views

7 months ago

xyve
Use SMART pointers in RUST!

I hope you enjoyed the video and found it useful. Please make sure to provide feedback on this video in the comments. #project ...

2:01
Use SMART pointers in RUST!

18,725 views

7 months ago

Coding Jesus (getcracked.io)
Why is make_shared better than passing in a raw pointer?

We explore the constructors of shared pointers, focusing on using raw pointers versus the makeShared function from the standard ...

0:33
Why is make_shared better than passing in a raw pointer?

4,257 views

11 months ago

CppNuts
Why Smart Pointers Are Better Than Raw Pointers

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

0:58
Why Smart Pointers Are Better Than Raw Pointers

3,249 views

3 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,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

Coding Jesus (getcracked.io)
get this wrong == instantly fired before you're even hired.

Discover why a shared pointer is typically 16 bytes in size. #SharedPointers #C++ #MemoryManagement #ControlBlock ...

0:14
get this wrong == instantly fired before you're even hired.

17,117 views

6 months ago

Linkfy
How smart pointers work

... lo adecuado sería moverlo por otro lado tenemos los Shared Pointers este recurso se libera automáticamente cuando nadie lo ...

2:00
How smart pointers work

19,591 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

121 views

9 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

Coding Jesus (getcracked.io)
He's onto something...

Why 'make_shared' beats 'new' for shared pointers? Explore memory control, block creation, & avoid dynamic allocation pitfalls.

1:25
He's onto something...

30,139 views

5 months ago

Coding Jesus (getcracked.io)
2 YoE C++ SWE does NOT understand shared_ptr basics

Discover the essential role of smart pointers in managing memory in C++. We dive into what constructors take in and how objects ...

0:28
2 YoE C++ SWE does NOT understand shared_ptr basics

4,545 views

11 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

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

CppNuts
How Weak Pointer Helps In C++

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

1:00
How Weak Pointer Helps In C++

4,221 views

4 months ago