ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,852 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,267 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,839 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

890 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

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

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

2 weeks ago

kentolin
2. C++20: Std::Shared Pointer
0:58
2. C++20: Std::Shared Pointer

0 views

3 months ago

Bioelectric Base
C++ Programming Decoded 59 Shared Pointer Weak Pointer and the Leak That Cannot Happen

https://www.bioelectricbase.com/ CHAPTERS 0:00 The Leak That Cannot Happen 0:42 Everybody Shares, Nobody Owns 1:20 ...

17:34
C++ Programming Decoded 59 Shared Pointer Weak Pointer and the Leak That Cannot Happen

1 view

3 weeks 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

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

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

8 views

2 weeks 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,119 views

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

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

10 months ago

Quant Finance C++ Online
Session 2: Implementing a std::shared_ptr

In this second session of Quant Finance C++, we continue with smart pointers in C++ and walk through building a shared_ptr like ...

1:01:24
Session 2: Implementing a std::shared_ptr

58 views

5 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

Last Mile Developer
Why Reference-to-Const Shared Pointers Cause Silent Memory Corruption | Ep. 60

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 | Ep. 60

142 views

1 month 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,512 views

4 months ago

Dushyant
I made my own Shared Pointer (Reference Counting Explained)

Santa has a problem. He needs to check the "Nice List," but the Head Elf needs to verify the toys at the same time. In the last ...

37:55
I made my own Shared Pointer (Reference Counting Explained)

41 views

6 months ago