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
179 results
In this video, we delve into the intricacies of using shared pointers with queues in FreeRTOS, a real-time operating system ...
1 view
1 month ago
Reference counted smart pointer with concept I hope you found a solution that worked for you :) The Content is licensed under ...
0 views
2 months ago
In this video, we delve into the world of smart pointers in C++ and their crucial role in managing binary search trees efficiently.
4 views
3 weeks ago
In this video, we delve into the intricacies of managing threads in C++11 using smart pointers. As multithreading becomes ...
31 views
6 months ago
In this video, we delve into the powerful combination of Boost Container Vector and smart pointers to enhance memory ...
9 views
5 months ago
In this video, we delve into the intricacies of using `shared_ptr` with arrays in C++. While `shared_ptr` is a powerful tool for ...
27 views
In this video, we delve into the fascinating world of smart pointers in C++. Specifically, we'll explore how to create a smart pointer ...
25 views
7 months ago
In this video, we delve into the intricacies of C++ memory management, focusing on the relationship between `shared_ptr` and ...
2 views
4 months ago
In this video, we dive into the powerful world of smart pointers in C++, focusing specifically on `std::unique_ptr`. As modern C++ ...
3 months ago
In this video, we dive into the intricacies of using `std::map` in C++ with `shared_ptr`. Whether you're a beginner looking to ...
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 ...
442 views
Richard Szabo tells us about some of the pitfalls and limitations of std::shared_ptr. Slides are available at ...
398 views
11 months ago
Why, if constructing a shared_ptr from raw pointer, "main()" exits with some negative error code? duplicate I hope you found a ...
8 months ago
In this video, we delve into the intricacies of memory management in C++ by exploring how to convert `std::shared_ptr` to ...
45 views
How can I point a void pointer to different objects that share have different implementations of a virtual function? Hey guys!
In this video, we delve into the advantages of using `unique_ptrT` over raw pointers for output parameters in C++. As modern C++ ...
6 views
In this video, we delve into the intricate world of C++ pointer ownership, a crucial concept for effective memory management in ...
7 views
Andrew Bates leads a discussion of Chapter 15 ("Smart Pointers") from The Rust Programming Language by Steve Klabnik ...
484 views
Using array as smart point in C I hope you found a solution that worked for you :) The Content is licensed under ...
10 months ago
In this video, we delve into the crucial decision-making process of when to return by value versus using unique pointers in C++.
std::vector: when is a pointer not a pointer? I hope you found a solution that worked for you :) The Content is licensed under ...
Maze game from book Design Patterns with smart pointers and polymorphism I hope you found a solution that worked for you ...
Leveraging EBCO (Empty Base Class Optimization )in a Simplified Smart‐Pointer with Custom Deleters I hope you found a ...
Okay now what is beautiful about this one is that when you create a shared pointer and you point to a place what it does it creates ...
39 views
9 months ago
Then if I actually created a pointer like this i need to be able to say. Right i need to be able to say that C pointer of mine and use ...
48 views