ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,677 results

Paweł 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

130 views

6 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,718 views

3 months ago

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

cpp #cppprogramminglanguage #programming #robotics It takes a significant amount of time and energy to create these free ...

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

623 views

5 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,405 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++

221 views

8 months ago

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

Discover effective methods for passing smart pointers in C++ while preventing unwanted deletes and pointer issues. --- This video ...

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

0 views

8 months ago

vlogize
Solving Smart Pointer Challenges: Adding Vectors in C++

Discover effective solutions for handling `smart pointers` in C++ with this step-by-step guide on vector addition. --- This video is ...

1:40
Solving Smart Pointer Challenges: Adding Vectors in C++

1 view

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

177 views

8 months ago

vlogize
Understanding std::derived_from with Smart Pointers in C++20

Learn how to use `std::derived_from` to effectively handle smart pointers in C++20, ensuring type safety for your models.

1:45
Understanding std::derived_from with Smart Pointers in C++20

0 views

9 months ago

The Debug Zone
Creating a Smart Pointer in C++ that Lazily Recreates Its Resource

In this video, we delve into the fascinating world of smart pointers in C++. Specifically, we'll explore how to create a smart pointer ...

2:32
Creating a Smart Pointer in C++ that Lazily Recreates Its Resource

25 views

6 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,485 views

4 weeks ago

vlogize
How to Properly Initialize a std::shared_ptr std::random_device  in C++

Learn how to efficiently initialize a shared pointer to `std::random_device` in C++, avoiding common pitfalls and enhancing your ...

1:36
How to Properly Initialize a std::shared_ptr std::random_device in C++

2 views

8 months ago

vlogize
Constructing an Array in C++ Using std::make_unique

Learn how to properly use `std::make_unique` for constructing `std::array` in C++. This guide will explore common pitfalls and ...

1:30
Constructing an Array in C++ Using std::make_unique

3 views

9 months ago

vlogize
How to Use Polymorphic Smart Pointer Arrays in C++ Without Changing Argument Types

Learn how to effectively manage polymorphic smart pointer arrays in C++ while still being able to pass raw pointer arrays as ...

1:58
How to Use Polymorphic Smart Pointer Arrays in C++ Without Changing Argument Types

0 views

8 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,369 views

2 months ago

The Debug Zone
Using Smart Pointers in C++ for Efficient Binary Search Tree Management

In this video, we delve into the world of smart pointers in C++ and their crucial role in managing binary search trees efficiently.

2:11
Using Smart Pointers in C++ for Efficient Binary Search Tree Management

4 views

13 days ago

Professor Czech
C++ Memory Safety - Tetris Source Code

Mastering Memory Management in Modern C++ | Best Practices & Techniques Unlock the secrets of efficient and secure memory ...

6:36
C++ Memory Safety - Tetris Source Code

112 views

7 months ago

vlogize
Understanding Smart Pointers: What Happens When Raw Pointers Go Out of Scope?

Explore the relationship between raw pointers and smart pointers in C++. Learn about memory management and scope with ...

1:26
Understanding Smart Pointers: What Happens When Raw Pointers Go Out of Scope?

1 view

9 months ago

vlogize
How to Accept Any Pointer Type in C++

Discover how to implement a function in C++ that can accept any pointer type, including smart pointers and iterators, while ...

1:52
How to Accept Any Pointer Type in C++

1 view

9 months ago

RefactorRoom
Unique Pointer Implementation in C++
12:32
Unique Pointer Implementation in C++

32 views

5 months ago