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,053 results
This is one full lesson from my Udemy course The full course includes the other important interview problems with detailed ...
8 views
7 days ago
Learn why using arrays as smart pointers in C might not be the best approach, and understand modern best practices for memory ...
0 views
3 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 ...
29 views
1,574 views
11 days 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
1 month ago
Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created. In this ...
370 views
Playing with pointers!
19 views
Unique Pointers (Exclusive Ownership) ✓ Shared Pointers (Reference Counting) ✓ Weak Pointers (Observer Pattern & Control ...
20 views
2 weeks ago
Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...
88 views
A Modern Solution: Use std::shared_ptr with Arrays Instead of managing raw pointers manually, use std::shared_ptr<int[]>: Shared ...
In this video, we explore modern C++ features introduced in C++17 and C++20 that make coding cleaner, safer, and more efficient ...
9 views
4 weeks ago
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 structure pointer in C is a pointer variable that stores the memory address of a structure. It is used to access and manipulate ...
75 views
In this first session, we dive into the fundamentals of smart pointers in C++ and walk through building a unique_ptr like container ...
213 views
In C programming, a pointer is a variable that stores the memory address of another variable. Pointers are fundamental for tasks ...
111 views
Die Herausforderung Hintergrund Sie arbeiten mit einer datenbankbasierten Shared Pointer-Struktur, die zugleich als ...
5 days ago
Support the channel on Patreon: https://www.patreon.com/15345164/join Imagine your program is a complex city, but its map is ...
42 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 ...
155 views
C Arrays — Complete & In-Depth Guide Arrays are one of the most important building blocks of C programming. In this completely ...
82 views
12 days ago
Pointers are one of the most important and often confusing concepts in C++. In this lecture, we break down pointers step by step, ...
64 views