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
868 results
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
3 weeks 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
4 weeks ago
1,580 views
12 days ago
This is one full lesson from my Udemy course The full course includes the other important interview problems with detailed ...
8 views
8 days ago
In this first session, we dive into the fundamentals of smart pointers in C++ and walk through building a unique_ptr like container ...
214 views
Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created. In this ...
371 views
Unique Pointers (Exclusive Ownership) ✓ Shared Pointers (Reference Counting) ✓ Weak Pointers (Observer Pattern & Control ...
21 views
2 weeks ago
A Modern Solution: Use std::shared_ptr with Arrays Instead of managing raw pointers manually, use std::shared_ptr<int[]>: Shared ...
13 days ago
Playing with pointers!
22 views
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
Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...
91 views
In this video, we explore the difference between typedef and using in C++. typedef is a legacy feature from C that's been carried ...
6,071 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 ...
76 views
Shallow Copy vs Deep Copy is one of the most important and misunderstood concepts in C programming. In this video, we ...
10 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
In C programming, a pointer is a variable that stores the memory address of another variable. Pointers are fundamental for tasks ...
115 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 ...
157 views
C Arrays — Complete & In-Depth Guide Arrays are one of the most important building blocks of C programming. In this completely ...
82 views
ACCU Membership: https://tinyurl.com/ydnfkcyn --- Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short ...
548 views
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