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,146 results
Learn why using arrays as smart pointers in C might not be the best approach, and understand modern best practices for memory ...
0 views
2 weeks ago
Santa has a problem. He needs to check the "Nice List," but the Head Elf needs to verify the toys at the same time. In the last ...
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
Ho ho ho, Merry coding! Welcome to the third episode of Learn C++ With Me, where today we are on a mission to help Santa ...
46 views
4 weeks ago
In the last episode, we saved Christmas from memory leaks using RAII and the Rule of 3. But Santa has a new problem: copying ...
36 views
Unique Pointers (Exclusive Ownership) ✓ Shared Pointers (Reference Counting) ✓ Weak Pointers (Observer Pattern & Control ...
7 days ago
... Pointer ✓ Wild Pointer ✓ Dangling Pointer ✓ Pointer to Pointer ✓ Constant Pointer ✓ Pointer to Constant ✓ Smart Pointer ...
75 views
Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.
354 views
Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...
74 views
9 days ago
In this video, we explore modern C++ features introduced in C++17 and C++20 that make coding cleaner, safer, and more efficient ...
A structure pointer in C is a pointer variable that stores the memory address of a structure. It is used to access and manipulate ...
61 views
10 days ago
Unlock the power of pointers and dynamic memory allocation (DMA) in C! In this video, we break down two of the most important ...
In C programming, a pointer is a variable that stores the memory address of another variable. Pointers are fundamental for tasks ...
83 views
The provided source explains C++ smart pointers, which are class types designed to automatically manage memory and prevent ...
9 views
In this video, we design our own smart unique pointer template class in C++ and explain the exact rules required to implement it ...
6 views
A function pointer in C is a variable that stores the memory address of a function, rather than data. This allows functions to be ...
141 views
6 days ago
Learn how unexpected compiler behavior with NULL pointer checks can be related to GPU driver selection, and how to properly ...
1 view
This interview was recorded for the GOTO Book Club. http://gotopia.tech/bookclub Read the full transcription of the interview here: ...
507 views
Erfahren Sie, wie Sie Speicher im Heap in C+ + nahtlos verwalten, indem Sie `unique_ptr` aus einem rohen Zeiger initialisieren ...
Pointers are one of the most important and often confusing concepts in C++. In this lecture, we break down pointers step by step, ...
62 views
13 days ago