Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
5,016 results
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 ...
85,010 views
1 year ago
Weak pointers are probably the most strange of the 3 types of smart pointers introduce in modern C++, in that they work with ...
13,044 views
3 years ago
Patreon ▻ https://patreon.com/thecherno Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno ...
787,133 views
8 years ago
JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...
30,312 views
6 years ago
In this video, we simplify weak pointers, demonstrating how they prevent memory leaks and break circular dependencies that ...
913 views
10 months ago
Dave take you a tour of some core advanced C++ features including smart pointers, weak pointers, constructor aliasing, custom ...
75,425 views
2 years ago
Thanks again Yubico for sponsoring this video! Go get a Yubikey at https://www.yubico.com/store/ RIGHT NOW with my offer code ...
105,593 views
Weak pointer C++ (weak_ptr) Link to code: ...
876 views
5 years ago
Download 1M+ code from https://codegive.com/f64eccd in c++, the concept of weak pointers is part of the smart pointer facilities ...
4 views
Another kind of smart pointers that C++ 11 standard library provides. Errata: As pointed out by Foo Bar, the lock() function doesn't ...
43,884 views
13 years ago
C++ is a great language to know; however, as time goes on more features are added to the language. These extra features make ...
381,015 views
5 key things about weak_ptr of C++11 Example of weak_ptr usage.
566 views
10 years ago
Get FREE Robotics & AI Resources (Guide, Textbooks, Courses, Resume Template, Code & Discounts) – Sign up via the pop-up ...
1,836 views
C++ Weak pointer (weak_ptr) doesn't take ownership of object but simply observe. Other tutorial on this series 1. unique_ptr ...
463 views
C++ Smart Pointers: weak_ptr | cyclic reference Watch the complete playlist on C++ Smart Pointers: ...
8,152 views
There are three types of smart pointers in C++: unique pointer, shared pointer and weak pointer (std::unique_ptr, std::shared_ptr, ...
131,851 views
4 years ago
Go 1.24, released in Feb '25, adds the new `weak` package to the standard library. The package brings weak pointers to the ...
328 views
9 months ago
The arrival of the `weak` package to the Go standard library in 2025 brings weak pointers to the language for the first time.
883 views
5 months ago
Here we explore the various different types of pointers you can use in the Unreal Engine. Unreal engine combines a garbage ...
2,757 views
6 months ago
Dive into the world of shared pointers and discover how they enable shared ownership of dynamically allocated objects in C++.
10,638 views