ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

486 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,643 views

11 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,887 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

6 months ago

Exponent and Zack Light
Quant Dev C++ Interview Question: Implement Shared Pointer

Watch SWE mock interviews, practice questions, and prep for upcoming interviews. Start free: https://bit.ly/42iyHqi Shared Pointer ...

43:20
Quant Dev C++ Interview Question: Implement Shared Pointer

2,417 views

2 months ago

Profesor Retroman
Smart Pointers en C++: crear un sistema de partículas sencillo con Raylib (Videojuegos 2/UA)

En esta sesión crearemos un sistema de partículas sencillo en Raylib desde 0 y aprovecharemos para aprender Gestión Básica ...

3:05:36
Smart Pointers en C++: crear un sistema de partículas sencillo con Raylib (Videojuegos 2/UA)

1,969 views

Streamed 4 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

C++Online
Dangling Pointers: What if C++ Simply Didn't Allow Them?

Online Workshops + Training Sessions Available through April-June 2026 from only £150 ($200) 14 Sessions Available on a ...

50:47
Dangling Pointers: What if C++ Simply Didn't Allow Them?

181 views

1 day ago

Konstantin Vladimirov
Lecture 17. Smart Pointers: Resource Management (MIPT, 2025-2026).

In this lecture we discuss smart pointers in C++ and how they help manage various resources, including memory. We begin by ...

1:14:01
Lecture 17. Smart Pointers: Resource Management (MIPT, 2025-2026).

1,526 views

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

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

9 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

40 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

kentolin
2. C++17: Raw pointers
0:50
2. C++17: Raw pointers

3 views

3 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

Dr.Kimia.Ghalkhani
3. Object-Oriented Programming: Pointers, Smart Pointers, Constructors & Destructors

This lecture focuses on core Object-Oriented Programming (OOP) concepts with an emphasis on memory management and class ...

1:07:41
3. Object-Oriented Programming: Pointers, Smart Pointers, Constructors & Destructors

119 views

6 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

125 views

8 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

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

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

150 views

2 months ago