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
2,517 results
In Lesson 4 of Learn C With Me, we tackle one of the most infamous — and important — concepts in C programming: **pointers**.
297 views
Streamed 2 days ago
This video discusses the declaration and initialization of a pointer variable. Also, the difference between a normal variable and a ...
2 views
6 days ago
15 | Demystifying C Pointers | Programming Fundamentals** Build a strong understanding of pointers in C with **Demystifying C ...
0 views
4 days ago
Overview: In this video, we "pull back the curtain" on how computers actually handle data in RAM. We move past the training ...
3 views
5 days ago
Earlier, you saw that when a function receives an array (as a pointer), it can modify the original elements. That's powerful, but it's ...
1 view
this pointer in plain C recap classes in plain C static Why C++ feels complicated.
7 views
7 days ago
17 views
11 views
A void pointer (void *) in C is a generic pointer type that has no associated data type. It can hold the memory address of any ...
Welcome to Day 9 of our 28-Day C & C++ Masterclass! Yesterday, we learned about functions, declarations, prototypes, and ...
4 hours ago
A pointer holds an address — a number. What happens when you add 1 to that number? If p holds address 1000, does p + 1 give ...
Your IntArray from stores integers. If you need the same dynamic array for double, you'd copy the entire IntArray implementation, ...
Every variable you've declared — every int, every double, every char — lives somewhere in memory. That somewhere has a ...
Episode 7 of STM32 in Plain C: a companion series to Hardware Conversations, breaking down C syntax and HAL calls one ...
1 day ago
In the previous section, you passed a struct to a function and the function received a copy. For a Point with two double fields, that's ...
Learn about "Pointers in C — Why Students Fear Them (and why they Shouldn't)" from Vikas Bandaru. This is a concept from IT ...
13 views
15 views
Why did CPP leave a "glaring gap" in the standard container library for nearly two decades? In this episode, we explore the ...
153 views
8 views