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
235 results
A deeper look at std::shared_ptr, std::weak_ptr, and std::unique_ptr constructs which were added in C++11.
70 views
4 years ago
In this video series we will cover Qt 6. In this episode we will look at two Qt smart pointers - QScopedPointer and QSharedPointer.
14,282 views
What is a smart pointer and when should I use one? I hope you found a solution that worked for you :) The Content (except music ...
0 views
3 years ago
Manual memory management can be hard and error pron. In this video we take a look at how to utilize smart pointers to do the ...
460 views
5 months ago
Qt 5 Design Patterns on Udemy https://www.udemy.com/course/qt-5-design-patterns/?referralCode=3C2C41D87AB3A17B395F.
2,275 views
5 years ago
Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...
13,689 views
11 years ago
In this video, we delve into the powerful combination of Boost Container Vector and smart pointers to enhance memory ...
9 views
6 months ago
Binary tree with C++11 smart pointers Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...
45 views
C++ smart pointers and classes Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...
5 views
In this video, we delve into the intricacies of C++ smart pointers, focusing specifically on `std::unique_ptr`. While `std::unique_ptr` ...
3 views
1 year ago
This video explains how to use pointer to pointer types also known as double pointers. Since pointers just store memory ...
23,826 views
Trie Data Structure Implementation in C++11 using Smart Pointers Helpful? Please support me on Patreon: ...
13 views
Code Review: Reference-counted smart pointer in C Helpful? Please support me on Patreon: ...
2 views
9,941 views
Code Review: C++11 smart pointer 'library' Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...
10 views
"Smart" (ish) pointer in C Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...
So our next concept that we look at is smart pointers it's a so-called structural wrapper pattern so when I first saw this I was totally ...
7 views
Code Review: Trie Data Structure Implementation in C++11 using Smart Pointers -- follow-up Helpful? Please support me on ...
Demo of using pointers and examining them in Eclipse's debugger. Part of the Introduction to C Programming video series from ...
903 views
14 years ago
Smart pointers are widely used to prevent memory errors in modern C++ code. However, improper usage of smart pointers may ...
67 views
6 years ago