ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,643 results

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

647 views

5 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,821 views

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

4 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

1 view

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

159 views

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

1 month ago

vlogize
Understanding C++ Pointer Member Initialization: Why Memory Management Matters

By using smart pointers, you can minimize the risk of memory leaks and dangling pointers. Final Thoughts Using pointers in C++ ...

1:42
Understanding C++ Pointer Member Initialization: Why Memory Management Matters

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

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

246 views

9 months ago

vlogize
How to Create a smart pointer from 'this' in C+ +

Now that you're equipped with this knowledge, you can practice implementing smart pointers in your C+ + programs with the ...

1:29
How to Create a smart pointer from 'this' in C+ +

1 view

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

205 views

9 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,411 views

3 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

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

9 months ago

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

32 views

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

9 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

Paul Stus
Unique Pointer Implementation | C++ Implementations 1

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

13:09
Unique Pointer Implementation | C++ Implementations 1

146 views

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

113 views

7 months ago