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,225 results
my buddy and I created this script a couple years ago I just wanted to share it with you guys let me know if you guys use it in ...
17 views
9 months ago
0 views
3 months ago
Subscribe for more programming content! Use code *CARTERCPP20* for 20% off any JetBrains IDE tool: ...
2,744 views
3 weeks ago
__attribute__((cleanup(cb))) // attaches to the lifetime of a variable __builtin_ia32_rdsc() // returns a u64 containing the current ...
164 views
5 months ago
Today's Topic: Using C++ shared pointer's aliasing constructor with an empty shared pointer Thanks for taking the time to learn ...
1 view
10 months ago
In this video, we delve into the intricacies of using shared pointers with queues in FreeRTOS, a real-time operating system ...
2 views
8 months ago
3 views
Example usage of unique_ptr with two classes ( Trigonometry and Test ).
6 views
In this video, we dive into the intricacies of using `std::map` in C++ with `shared_ptr`. Whether you're a beginner looking to ...
Today's Topic: Wrapping C create and destroy functions using a smart pointer Thanks for taking the time to learn more.
4 months ago
11 months ago
Why Do Hackers Use Dangling Pointers To Achieve Code Execution? Have you ever wondered how hackers exploit ...
8 views
How to prevent a unordered_map of shared pointers from leaking? Helpful? Please use the *Thanks* button above! Or, thank me ...
1 month ago
Reference counted smart pointer with concept I hope you found a solution that worked for you :) The Content is licensed under ...
What Are Dangling Pointers And How Do You Debug Them Effectively? Have you ever encountered unexpected crashes or ...
9 views
Wap to add two no in pointer C language. Thank you for watching. Please subscribe, comment, like & share it. KRITIKA ...
5 views
How Do You Prevent Dangling Pointers In C/C++? Have you ever encountered crashes or data corruption due to memory issues ...
In this video, we dive into the powerful world of smart pointers in C++, focusing specifically on `std::unique_ptr`. As modern C++ ...