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
1,818 results
http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...
77,223 views
6 years ago
By Dima Danilov, presented at Core C++ 2022. I will present some important caveats when working with shared pointers: ...
1,679 views
3 years ago
Hello Programmers, in this series we'll look at some of the more advanced features and new features being added to the C++ ...
140 views
2 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 ...
333 views
1 year ago
"With great power comes great responsibilities" - said no one who uses pointers in C++ and seg-faulting your computer. In this ...
1,533 views
Shilpa Dodeja explains about std::shared_ptr & std::weak_ptr in detail with practical examples, pros and cons. Speaker profile: ...
309 views
5 years ago
The arrival of the `weak` package to the Go standard library in 2025 brings weak pointers to the language for the first time.
1,038 views
11 months ago
Programming In Modern C++ | NPTEL Course Material / Pdfs / Ppts: ...
859 views
4 years ago
Smart pointers are very important concept in C++ which is often asked in interviews so be prepared for it through this video.
9,180 views
So we can actually print the the reference count and you can use if you're using SharePoint err or weak pointer later or see that ...
544 views
Shared Pointer and Weak Pointer smart pointer in c++.
180 views
We finally built std::weak_ptr from scratch. 🏗️ Over the last month, we have gone from raw pointers to a fully robust memory ...
36 views
7 months ago
C++ smart pointers: shared pointer, unique pointers, weak pointers.
93 views
Hola gente, en esta clase daremos un vistazo a los que son los Hard Pointers y Weak Pointer de Unreal Engine usando C++, este ...
146 views
https://cppcon.org/ --- Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022 https://github.com/CppCon/CppCon2022 ...
77,288 views
There are three types of smart pointers in C++: unique pointer, shared pointer and weak pointer (std::unique_ptr, std::shared_ptr, ...
138,422 views
shared_ptr and unique_ptr are the key smart pointers of Modern C++. This talk gives an overview about when to use them and ...
23,302 views
Twenty-eighth video of the new Unreal Engine and C++ course where we'll learn to use soft and weak pointers. My Plugin: https ...
238 views
DISCLAIMER: The following implementations for shared_ptr and weak_ptr are my own work. These are far from perfect and can ...
606 views
7 years ago
Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...
21,744 views