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
126 results
... a stack really is • Why it grows downward • How PUSH works internally • How POP retrieves data • Why the stack pointer moves ...
0 views
1 day ago
ever wonder where your variables go when a function runs? they live here, in a temporary, organized space called the call stack.
4 days ago
Matt Godbolt goes deep into the actual implementation details of modern Intel microarchitecture. We'll explore how the execution ...
6,036 views
Ever passed a list to a function and it changed without you touching it? That's not a bug — that's how memory works. In this video, I ...
941 views
16 hours ago
In the 8086 microprocessor, the stack grows downward in memory. Most students memorize this fact but do not understand the ...
2 days ago
push_backing into list of pointers causes memory leak Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
378 views
Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.
263 views
NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...
11,659 views
17 hours ago
The Secret: Mapping stack suffixes to STM/LDM (IA, IB, DA, DB). Stop memorizing and start visualizing how the Stack Pointer ...
8 views
In this video, we start building a custom STM32 bootloader from scratch and learn how to divide flash memory and jump safely ...
2,929 views
This C function returns a pointer to a local variable. Once the function exits, that stack memory is destroyed. The pointer now ...
1,570 views
3 days ago
Learn how to properly parse CSV lines into a struct using double pointers (`char**`) in C on ESP-IDF, with a simple and clear CSV ...
1 view
5 days ago
Entdecken Sie, wie die Initialisierung eines Zeigers auf ein Array mit einem anderen Array in C+ + funktioniert. Erfahren Sie, wie ...
Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...
6 days ago
So a stack machine emulates things like registers, the virtual stack, the virtual instruction pointer, the virtual stack pointer, and the ...
12 views
Stack instructions are fundamental to 8086 Assembly Language programming, enabling function calls, data storage, and program ...
193 views
testing for right click, control click, touch, trackpad, d-pad, pointer, stylus etc Tech Stack: Jetpack Compose 1.10.0, Material3, Kotlin ...
5 views
7 days ago
Struggling to understand Linked Lists? This video explains Linked Lists in just 5 minutes — the easiest and fastest way to ...
9 views
26,686,883 views
Ever wondered about the magic behind the scenes when a program directly alters a variable's value? This video dives deep into ...