ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

124 results

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

2,616 views

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

2,856 views

10 months ago

alcode
Teaching Myself C++ Smart Pointers

Let's try to use smart pointers in C++ and do some refactoring of our Linked List implementation. Chapters: 0:00-0:28 Recap from ...

15:21
Teaching Myself C++ Smart Pointers

797 views

5 months ago

CodeWithMe
Implement std::unique_ptr from Scratch in C++ | Internal Working Explained

In this video, we explore the internal implementation of std::unique_ptr in C++ and understand how it provides automatic memory ...

8:08
Implement std::unique_ptr from Scratch in C++ | Internal Working Explained

6 views

1 month ago

Sowmya's Tech Talks
Advanced C++ Smart PointersUnique Pointer

cpp #cppprogramming #cppprogramming #cplusplus #coding #programming #programminglanguage.

12:33
Advanced C++ Smart PointersUnique Pointer

28 views

10 months ago

pillowmath
Smart Pointers in C++

Smart pointers in C++ are designed specifically to manage ownership of heap-allocated memory, not all pointers. Raw pointers ...

10:12
Smart Pointers in C++

4 views

8 months 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

22 views

11 months ago

Sowmya's Tech Talks
Advanced C++ Tutorial   unique pointers custom deleter

Learn C++ unique_ptr and smart pointers in this step-by-step tutorial. We explain how unique_ptr works, why it is better than raw ...

8:08
Advanced C++ Tutorial unique pointers custom deleter

39 views

10 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

3,132 views

7 months ago

MartinY Tech
Master C++ Memory Management Like a Pro

In this video, we'll dive deep into the essentials of memory management in C++, exploring key concepts like destructors, copy ...

13:49
Master C++ Memory Management Like a Pro

120 views

7 months ago

Sowmya's Tech Talks
Advance C++ Smart Pointers

Learn C++ shared_ptr and smart pointers in this step-by-step tutorial. We explain how shared_ptr works, why it is better than raw ...

11:02
Advance C++ Smart Pointers

15 views

9 months ago

KDAB
Qt UI Classes: Smart Pointers vs. Raw Pointers

When I ask Qt Creator to generate a new UI class for me, then it references the ui class via a raw pointer, rather than via a smart ...

17:12
Qt UI Classes: Smart Pointers vs. Raw Pointers

368 views

1 month ago

GFGVID
7 Function Pointers
7:39
7 Function Pointers

1 view

9 months ago

learningc++slop
The Death of the Pointer

Modern C++ (I): Mastering Ownership, Views, and Move Semantics These sources collectively detail the evolution of **modern ...

8:55
The Death of the Pointer

0 views

2 months ago

Sowmya's Tech Talks
Advanced C++ Smart Pointers

cpp #cppprogramminglanguage #cppprogramming #coding #programminglanguage #softwaredevelopment You want keywords ...

12:39
Advanced C++ Smart Pointers

33 views

11 months ago

Alex Milenkovic
C++ | Shared Pointers Virtual Destructor and Function Invoker

In this video, we are talking about virtual destructors and function invokers in the context of the C++ std::shared_ptr ...

18:31
C++ | Shared Pointers Virtual Destructor and Function Invoker

148 views

1 month ago

MartinY Tech
Master C++ Object Lifetime Management Like a Pro

In this insightful video, we delve into the intricacies of object lifetime management in C++. Learn how to effectively manage ...

11:12
Master C++ Object Lifetime Management Like a Pro

19 views

7 months ago

Technical clean coder c plus plus
unique_ptr Implementation in C++ (Custom Smart Pointer Design Explained

In this video, we design our own smart unique pointer template class in C++ and explain the exact rules required to implement it ...

18:09
unique_ptr Implementation in C++ (Custom Smart Pointer Design Explained

6 views

7 months ago

Code Deep Dive
Episode 10 - C++ std::unique_ptr

The Inner Life of std::unique_ptr** In this episode we peel back the curtain on C++'s flagship smart pointer and see how it truly ...

8:18
Episode 10 - C++ std::unique_ptr

344 views

7 months ago

RosettaCommons
C++ object-oriented programming (with Python comparisons)

This lecture introduces core concepts of object-oriented programming in C++ (with comparisons to Python), including ...

17:49
C++ object-oriented programming (with Python comparisons)

134 views

4 months ago