ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,819 results

The Cherno
Weak Pointers in C++ (std::weak_ptr)

To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/TheCherno . You'll also get 20% off an ...

17:25
Weak Pointers in C++ (std::weak_ptr)

82,980 views

1 year ago

Mike Shah
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

Weak pointers are probably the most strange of the 3 types of smart pointers introduce in modern C++, in that they work with ...

13:08
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

12,328 views

3 years ago

CppNuts
Weak Pointer In C++

JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...

16:47
Weak Pointer In C++

29,915 views

5 years ago

The Cherno
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)

Patreon ▻ https://patreon.com/thecherno Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno ...

11:37
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)

776,540 views

8 years ago

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

703 views

8 months ago

Code, Tech, and Tutorials
weak ptrs

... circumvent that is to use weak pointers. --- Notable Video Resources: ▷ https://en.cppreference.com/w/cpp/memory/shared_ptr ...

11:11
weak ptrs

1,419 views

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

6 months ago

Dave's Garage
Modern C++: Upgrade Your Skills with Shared Pointers!

Dave take you a tour of some core advanced C++ features including smart pointers, weak pointers, constructor aliasing, custom ...

17:43
Modern C++: Upgrade Your Skills with Shared Pointers!

73,868 views

2 years ago

mascai
weak_ptr C++

Weak pointer C++ (weak_ptr) Link to code: ...

3:41
weak_ptr C++

865 views

4 years ago

CodeSolve
weak pointers in c std weak ptr

Download 1M+ code from https://codegive.com/f64eccd in c++, the concept of weak pointers is part of the smart pointer facilities ...

7:22
weak pointers in c std weak ptr

3 views

11 months ago

Coding Jesus (getcracked.io)
Quant dev candidate REALLY understands smart pointers #coding #quant

Discover the common pitfalls when using unique pointers in C++. We explain the risks of double deletion and highlight the best ...

1:04
Quant dev candidate REALLY understands smart pointers #coding #quant

65,184 views

1 year ago

Kevin Wood | Robotics & AI
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)

Get FREE Robotics & AI Resources (Guide, Textbooks, Courses, Resume Template, Code & Discounts) – Sign up via the pop-up ...

10:14
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)

1,540 views

2 years ago

Bo Qian
C++ 11 Library: Weak Pointers

Another kind of smart pointers that C++ 11 standard library provides. Errata: As pointed out by Foo Bar, the lock() function doesn't ...

5:56
C++ 11 Library: Weak Pointers

43,767 views

12 years ago

BreakInterview
C++ Weak Pointer: weak_ptr | Smart pointer tutorial

C++ Weak pointer (weak_ptr) doesn't take ownership of object but simply observe. Other tutorial on this series 1. unique_ptr ...

12:02
C++ Weak Pointer: weak_ptr | Smart pointer tutorial

444 views

2 years ago

Kantan Coding
Learn golang pointers in 179.001 seconds

Become a Golang Expert With This Hands-On Golang Course https://kantancoding.io/p/gomicro.

3:11
Learn golang pointers in 179.001 seconds

17,688 views

2 years ago

Knowledge Center
C++ Smart Pointers: weak_ptr | cyclic reference | shared_ptr vs weak_ptr

C++ Smart Pointers: weak_ptr | cyclic reference Watch the complete playlist on C++ Smart Pointers: ...

13:13
C++ Smart Pointers: weak_ptr | cyclic reference | shared_ptr vs weak_ptr

8,037 views

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

56 views

1 month ago

Coding Jesus (getcracked.io)
unique_ptr vs. shared_ptr

Dive into the world of shared pointers and discover how they enable shared ownership of dynamically allocated objects in C++.

0:23
unique_ptr vs. shared_ptr

8,547 views

1 year ago

Logic Hive
C++ Smart Pointers Unique/Shared/Weak

Introduction to C++ smart pointers.

7:23
C++ Smart Pointers Unique/Shared/Weak

646 views

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

816 views

3 months ago