ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,166 results

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

2 months ago

DigitalGems
C++ Programming Tutorial: How to DOUBLE the performance of your shared pointers! 🔥

my buddy and I created this script a couple years ago I just wanted to share it with you guys let me know if you guys use it in ...

3:41
C++ Programming Tutorial: How to DOUBLE the performance of your shared pointers! 🔥

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

2,828 views

10 months ago

pildorasinformaticas
Smart Pointers in C++: shared_ptr and RAII explained with examples

In this video from the C++ course, we continue exploring the use of smart pointers, focusing on shared pointers, or ...

29:49
Smart Pointers in C++: shared_ptr and RAII explained with examples

889 views

1 month ago

Pojobox Tech Tutorials
C++ desde Cero a Avanzado | Clase 30: Smart Pointers en C++

Clase 30: Smart Pointers en C++ (unique_ptr, shared_ptr, weak_ptr) En esta clase aprenderás cómo usar punteros inteligentes ...

13:29
C++ desde Cero a Avanzado | Clase 30: Smart Pointers en C++

190 views

10 months ago

Carter
How to Switch to Modern C++

Subscribe for more programming content! Use code *CARTERCPP20* for 20% off any JetBrains IDE tool: ...

3:46
How to Switch to Modern C++

2,589 views

2 weeks ago

SLiiX
Smart pointers & function profilers in C

__attribute__((cleanup(cb))) // attaches to the lifetime of a variable __builtin_ia32_rdsc() // returns a u64 containing the current ...

1:50
Smart pointers & function profilers in C

164 views

5 months ago

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

For shared pointers, we cover typical problems associated with shared ownership: cyclic references, the use of weak_ptr, aliasing ...

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

1,511 views

4 months ago

Open Source
Master Smart Pointers in Rust! Box, Rc & Arc Explained with Real Examples

Topics Covered: - What are Smart Pointers? - When to use Box for heap allocation - How Rc enables shared ownership - How Arc ...

19:35
Master Smart Pointers in Rust! Box, Rc & Arc Explained with Real Examples

3,113 views

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

2,587 views

10 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

147 views

1 month ago

The Debug Zone
Using C++ shared pointer's aliasing constructor with an empty shared pointer

Today's Topic: Using C++ shared pointer's aliasing constructor with an empty shared pointer Thanks for taking the time to learn ...

1:37
Using C++ shared pointer's aliasing constructor with an empty shared pointer

1 view

3 months ago

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

... between unique_ptr, shared_ptr, and weak_ptr ✓ Best practices for smart pointers in C++17 and C++20 By the end of this video ...

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

37 views

9 months ago

ByteWiseAcademy
C++ स्मार्ट पॉइंटर्स

The provided source explains C++ smart pointers, which are class types designed to automatically manage memory and prevent ...

5:47
C++ स्मार्ट पॉइंटर्स

11 views

7 months ago

code with Alko
Stop Passing Smart Pointers — Do This Instead | Clean Code C++ Series

This video is dubbed with professional voice-over. Original visuals were recorded separately from the narration. Are you ...

5:53
Stop Passing Smart Pointers — Do This Instead | Clean Code C++ Series

212 views

5 months ago

Alex Milenkovic
C++ | std::shared ptr vs std::unique ptr

In this video, I am breaking down the difference between shared_ptr and unique_ptr in C++ from my experience.

27:08
C++ | std::shared ptr vs std::unique ptr

137 views

2 weeks ago

Last Mile Developer
Why Reference-to-Const Shared Pointers Cause Silent Memory Corruption

A std::shared_ptr handle is a non-atomically editable smart pointer component that occupies a physical memory layout of two raw ...

16:35
Why Reference-to-Const Shared Pointers Cause Silent Memory Corruption

141 views

4 weeks ago

Huagang Liu
UEC++ From Basics to Advanced | M16-002: Shared Pointer Simple Usage

This hands-on video demonstrates creating and using TSharedPtr in C++. We create a shared pointer using MakeShared, which ...

15:29
UEC++ From Basics to Advanced | M16-002: Shared Pointer Simple Usage

6 views

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

796 views

5 months ago

Sowmya's Tech Talks
C++ Smart Pointers Explained | unique_ptr, shared_ptr, weak_ptr | Modern C++ Tutorial

cpp #cppprogramming #cppprogramminglanguage #cplusplus #cplusplusprogramming #cplusplustutorial In this C++ Smart ...

9:29
C++ Smart Pointers Explained | unique_ptr, shared_ptr, weak_ptr | Modern C++ Tutorial

81 views

8 months ago