ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

478 results

UncomplicatingTech
Weak Pointers Made Simple: Avoid Shared Pointer Traps in C++

In this video, we simplify weak pointers, demonstrating how they prevent memory leaks and break circular dependencies that ...

4:25
Weak Pointers Made Simple: Avoid Shared Pointer Traps in C++

759 views

9 months ago

LondonGophers
Sam Burns - The Strength of the `weak` Package

Go 1.24, released in Feb '25, adds the new `weak` package to the standard library. The package brings weak pointers to the ...

27:08
Sam Burns - The Strength of the `weak` Package

328 views

7 months ago

GopherCon UK
The Strengths of the `weak` Package: Weak Pointers Arrive in Go - Sam Burns

The arrival of the `weak` package to the Go standard library in 2025 brings weak pointers to the language for the first time.

53:09
The Strengths of the `weak` Package: Weak Pointers Arrive in Go - Sam Burns

844 views

4 months ago

enigma tutorials
Unreal Pointers - Garbage Collection, Smart Pointers, Class Ptr, and Soft Pointers - UE C++ Tutorial

Here we explore the various different types of pointers you can use in the Unreal Engine. Unreal engine combines a garbage ...

18:09
Unreal Pointers - Garbage Collection, Smart Pointers, Class Ptr, and Soft Pointers - UE C++ Tutorial

2,484 views

5 months ago

Coding Shoding
Smart Pointers in C++ | Unique, Shared & Weak Pointers Explained

In this video, we'll learn about Smart Pointers in C++, one of the most powerful features introduced in C++11 for automatic memory ...

7:42
Smart Pointers in C++ | Unique, Shared & Weak Pointers Explained

58 views

2 months ago

Dushyant
I made my own Weak Pointer

We finally built std::weak_ptr from scratch. 🏗️ Over the last month, we have gone from raw pointers to a fully robust memory ...

41:30
I made my own Weak Pointer

20 views

2 weeks ago

anooptube
std::weak_ptr in C++ | weak pointers | Smart Pointers | Basics of C++ Programming - 41 | Malayalam

#anooptube #smart #pointers #programming #cpp #malayalam Mastering std::weak_ptr in C++ | Smart Pointers Explained with ...

6:58
std::weak_ptr in C++ | weak pointers | Smart Pointers | Basics of C++ Programming - 41 | Malayalam

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

4 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

安枫的叶
彻底弄懂C++智能指针 | unique/shared/weak Pointers | 循环引用

00:00 指针的诅咒00:54 RAII 04:08 智能指针概述04:48 unique_ptr 独占与转移06:31 shared_ptr 共享与计数09:02 weak_ptr 观测与 ...

13:38
彻底弄懂C++智能指针 | unique/shared/weak Pointers | 循环引用

451 views

3 months ago

vlogize
Streamline Your C+ +  Callbacks with weak_function Wrapper

... a class type C, a variadic number of argument types Args, a weak pointer to C and a pointer to a member function of C. Lambda ...

2:05
Streamline Your C+ + Callbacks with weak_function Wrapper

1 view

7 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

61 views

2 months ago

GFGVID
3 unique ptr, shared ptr and weak ptr in C++
20:49
3 unique ptr, shared ptr and weak ptr in C++

1 view

3 months ago

vlogize
Understanding segmentation fault with weak_ptr in C+ +

... with shared and weak pointers. --- This video is based on the question https://stackoverflow.com/q/63411813/ asked by the user ...

1:39
Understanding segmentation fault with weak_ptr in C+ +

1 view

4 months ago

vlogize
How to Force Users to Implement __weak Functions in Your C Library

Discover effective strategies to ensure users of your C library implement `__weak` functions with our step-by-step guide to working ...

1:41
How to Force Users to Implement __weak Functions in Your C Library

5 views

7 months ago

vlogize
Navigating Pointers in C+ + : Understanding When to Use Raw vs Smart Pointers

Weak Pointers: If you primarily want to keep ownership in a container but still track nodes elsewhere, using std::weak_ptr ...

1:28
Navigating Pointers in C+ + : Understanding When to Use Raw vs Smart Pointers

3 views

7 months ago

vlogize
Understanding the Weak Semantics of const References and Pointers in C+ +

Explore why C+ + allows reference-to-const to bind with non-const variables and the implications for programmers in terms of ...

1:43
Understanding the Weak Semantics of const References and Pointers in C+ +

0 views

5 months ago

vlogize
Understanding std::weak_ptr: Scott Meyers' Insight from Effective Modern C+ +

... for this backward reference are: Raw pointer Shared pointer Weak pointer (a.k.a std::weak_ptr) Meyers emphasizes that using a ...

1:47
Understanding std::weak_ptr: Scott Meyers' Insight from Effective Modern C+ +

0 views

4 months ago

vlogize
Understanding the Proper Design Pattern for Callbacks in Destructors with Pointers

The Solution: Leveraging Shared and Weak Pointers To gracefully manage this situation, a more robust design pattern is ...

2:00
Understanding the Proper Design Pattern for Callbacks in Destructors with Pointers

1 view

9 months ago

vlogize
Understanding the Destructor Behavior of make_shared in C++

For example, the original title of the Question was: Why make_shared call the destructor even if there are still weak pointer? Also ...

1:48
Understanding the Destructor Behavior of make_shared in C++

5 views

10 months ago