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
881 results
Learn how to register a C+ + class member function as a C-style callback for legacy APIs that require plain function pointers.
0 views
9 days ago
37,079 views
2 weeks ago
A function pointer in C is a variable that stores the memory address of a function, rather than data. This allows functions to be ...
146 views
8 days ago
The syntax is backwards and confusing, especially with function pointers. More importantly, typedef can't handle template aliases ...
5,302 views
6 days ago
Learn why using const with typedefed function pointers in C can cause confusion and how to correctly apply const qualifiers to ...
3 weeks ago
Object Oriented Programming (Source Code): https://github.com/sosumit001/OOP_IN_C OOP in C by implementing real Abstract ...
740 views
Learn how to safely manage an array of function pointers with different argument types in C using a common void pointer and ...
Software Engineering with C Programming Language.
9,660 views
Streamed 4 days ago
In this video, you'll learn Function Pointers in C Programming — one of the most powerful and flexible features in the C language.
Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...
Learn how to accurately retrieve both argument names and types from function pointer declarations in C using Python bindings for ...
7 days ago
I love programming!
31 views
Closures are (probably) coming to the next C and GNU nested functions have been made safe since gcc-13... so there's no ...
133 views
Streamed 2 weeks ago
In this video, you'll master Callback Functions in C Programming — one of the most important uses of function pointers for creating ...
16 views
Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.
356 views
In C programming, a pointer is a variable that stores the memory address of another variable. Pointers are fundamental for tasks ...
86 views
Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...
75 views
11 days ago
Have you ever wondered what a C++ object actually looks like in memory? In this video, we strip away C++ syntax sugar and ...
1,052 views
Welcome to Module 4 chapter 2 video of "Programming in C" Subject with code 1BEIT105/205 a first year subject under VTU ...
220 views
Most people believe that C++ virtual functions are inherently slow because they rely on runtime vtable lookups. This explanation is ...
598 views