ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

The DEV
your function's secret memory space: the call stack

ever wonder where your variables go when a function runs? they live here, in a temporary, organized space called the call stack.

0:19
your function's secret memory space: the call stack

0 views

4 days ago

Waysom
Why Stack Grows Downward in 8086 | Stack Pointer Explained

In the 8086 microprocessor, the stack grows downward in memory. Most students memorize this fact but do not understand the ...

0:38
Why Stack Grows Downward in 8086 | Stack Pointer Explained

0 views

1 day ago

Waysom
How Stack Really Works | PUSH & POP Explained Physically

... a stack really is • Why it grows downward • How PUSH works internally • How POP retrieves data • Why the stack pointer moves ...

0:29
How Stack Really Works | PUSH & POP Explained Physically

0 views

19 hours ago

SP Engg. ACADEMY
39MP - Microprocessor - 8085 Microprocessor Functional Units - Stack pointer

Join this channel to get access to perks: https://www.youtube.com/channel/UCnTEznFhcHCrQnXSEatlrZw/join Click the link below ...

0:06
39MP - Microprocessor - 8085 Microprocessor Functional Units - Stack pointer

0 views

7 days ago

Roel Van de Paar
push_backing into list of pointers causes memory leak (3 Solutions!!)

push_backing into list of pointers causes memory leak Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:16
push_backing into list of pointers causes memory leak (3 Solutions!!)

377 views

2 days ago

Waysom
CALL & RET Explained Internally | How CPU Uses Stack to Return

Covered clearly: • How CALL saves the return address • Why the stack pointer is decremented • How IP is updated during CALL ...

1:07
CALL & RET Explained Internally | How CPU Uses Stack to Return

0 views

19 hours ago

vlogize
Verständnis der Pointer-Initialisierung in C+ + : Mehr als nur Arrays

Entdecken Sie, wie die Initialisierung eines Zeigers auf ein Array mit einem anderen Array in C+ + funktioniert. Erfahren Sie, wie ...

1:40
Verständnis der Pointer-Initialisierung in C+ + : Mehr als nur Arrays

0 views

5 days ago

Code Career
This C Function Returns a Pointer to Local Variable ⚠️ | Undefined Behavior

This C function returns a pointer to a local variable. Once the function exits, that stack memory is destroyed. The pointer now ...

0:32
This C Function Returns a Pointer to Local Variable ⚠️ | Undefined Behavior

1,570 views

3 days ago

vlogommentary
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...

3:08
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

0 views

6 days ago

vlogommentary
Understanding the Impact of const on typedef Function Pointers in C

Learn why using const with typedefed function pointers in C can cause confusion and how to correctly apply const qualifiers to ...

3:41
Understanding the Impact of const on typedef Function Pointers in C

0 views

7 days ago

vlogize
Verständnis der Pointer-Handhabung in C+ + : Wie man eine Pointer-Instanzvariable effektiv zurückgi

Erfahren Sie, wie Sie Pointer in C+ + verwalten und zurückgeben können, während Sie bewährte Methoden befolgen. Entdecken ...

1:55
Verständnis der Pointer-Handhabung in C+ + : Wie man eine Pointer-Instanzvariable effektiv zurückgi

0 views

7 days ago

Click by Click Tutorials
Make Cursor Code Do What You Want [2025 Guide]

Make Cursor Code Do What You Want [2025 Guide] In today's video, we cover cursor customization, coding tutorial, mouse ...

2:30
Make Cursor Code Do What You Want [2025 Guide]

2 views

6 days ago

-fc-ux
Context Menu Adaptive Input

testing for right click, control click, touch, trackpad, d-pad, pointer, stylus etc Tech Stack: Jetpack Compose 1.10.0, Material3, Kotlin ...

0:48
Context Menu Adaptive Input

5 views

6 days ago

vlogommentary
How to Use an Array of void* Function Pointers with Arbitrary Arguments in C

Learn how to safely manage an array of function pointers with different argument types in C using a common void pointer and ...

2:49
How to Use an Array of void* Function Pointers with Arbitrary Arguments in C

0 views

5 days ago

Zack D. Films
Why You Always See A Trash Can At Disney 🤔
0:30
Why You Always See A Trash Can At Disney 🤔

26,370,190 views

6 days ago

Bruhtus Null
Study with me: learn C programming language by building our own lisp (Part 100)

I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...

Live
Study with me: learn C programming language by building our own lisp (Part 100)

2 views

0

Learn To Troubleshoot
How Do Programs Implement Direct Variable Value Changes?

Ever wondered about the magic behind the scenes when a program directly alters a variable's value? This video dives deep into ...

3:42
How Do Programs Implement Direct Variable Value Changes?

0 views

6 days ago

vlogommentary
Avoiding clang-tidy Security Warnings with container_of Macro in C

Learn how to prevent clang-tidy's security.ArrayBound warnings when using the container_of macro in C for safe and clean parent ...

3:33
Avoiding clang-tidy Security Warnings with container_of Macro in C

0 views

5 days ago

vlogommentary
How to Get Pointer Position from PointerRoutedEventArgs in C+ + /WinRT with WinUI 3

Learn how to correctly retrieve mouse pointer coordinates from PointerRoutedEventArgs in C+ + /WinRT WinUI 3 applications.

2:18
How to Get Pointer Position from PointerRoutedEventArgs in C+ + /WinRT with WinUI 3

0 views

6 days ago

vlogommentary
Make Only Konva Objects Interactive Without Blocking Underlying Elements

Learn how to allow interactions only on Konva shapes while letting mouse events pass through the rest of the Konva stage, ...

3:30
Make Only Konva Objects Interactive Without Blocking Underlying Elements

0 views

6 days ago