ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

842 results

Nir Lichtman
Trick to Remember Function Pointers in C

Let's say I want to call fu from a function pointer All I got to do is just copy the signature of fu Let's say it's going to point to fu And ...

0:45
Trick to Remember Function Pointers in C

32,607 views

13 days ago

Nic Ferrier
Talking about closures and nested functions in C - Part 1

Closures are (probably) coming to the next C and GNU nested functions have been made safe since gcc-13... so there's no ...

44:30
Talking about closures and nested functions in C - Part 1

109 views

Streamed 6 days ago

Awesome
Write code good enough to deploy rockets

NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...

8:22
Write code good enough to deploy rockets

17,355 views

3 days ago

CppNow
Lightning Talk: Lambda None of the Things - Braden Ganetsky - C++Now 2025

https://www.cppnow.org​ --- Lightning Talk: Lambda None of the Things - Braden Ganetsky - C++Now 2025 --- Lambdas are a ...

5:32
Lightning Talk: Lambda None of the Things - Braden Ganetsky - C++Now 2025

3,332 views

5 days ago

Programming Avec Reza
How to work with array to function pointers in C++?

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

8:01
How to work with array to function pointers in C++?

4 views

3 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

10 days ago

Wadix Technologies
Function Pointers in C – STM32 Callbacks & State Machines Explained

Courses ➤ https://courses.wadixtech.com/courses Website ➤ https://www.wadixtech.com --- Github project: ...

37:27
Function Pointers in C – STM32 Callbacks & State Machines Explained

194 views

1 month ago

How Dev You
C Does OOP Better: Abstract Data Type - Chapter 01

Object Oriented Programming (Source Code): https://github.com/sosumit001/OOP_IN_C OOP in C by implementing real Abstract ...

15:11
C Does OOP Better: Abstract Data Type - Chapter 01

685 views

6 days ago

Coding with Sheikh Amir
Master Function Pointers in C | Pass, Store & Call Functions Dynamically

In this video, you'll learn Function Pointers in C Programming — one of the most powerful and flexible features in the C language.

37:01
Master Function Pointers in C | Pass, Store & Call Functions Dynamically

0 views

8 days ago

Maryrose Punla
Function Pointers in C Programming Tutorial
10:03
Function Pointers in C Programming Tutorial

9 views

3 weeks ago

dr Jonas Birch
Advanced C Programming Concepts

Can you go from mid-level to advanced programmer in just two hours? In this high quality video tutorial you will learn the ...

2:10:34
Advanced C Programming Concepts

8,697 views

3 weeks 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

8 days ago

Coding with Sheikh Amir
Learn Callback Functions in C | Function Pointers in Action 🔗

In this video, you'll master Callback Functions in C Programming — one of the most important uses of function pointers for creating ...

21:19
Learn Callback Functions in C | Function Pointers in Action 🔗

9 views

7 days ago

4G Silver Academy தமிழ்
Pointers and Arrays in C in Tamil | Pointers to Functions in C in Tamil | Computer Programming C
4:18
Pointers and Arrays in C in Tamil | Pointers to Functions in C in Tamil | Computer Programming C

35,627 views

5 days ago

anerdsmeltybrain
[ Coding ] [ #5 ] Flappy Bird Clone in C and Raylib!

this is me learning how to make stuff with C and Raylib, I'm still having trouble learning when to use things like function pointers ...

0:35
[ Coding ] [ #5 ] Flappy Bird Clone in C and Raylib!

0 views

2 weeks ago

The Career Resilience Expert
Illustrated C Programming for College Students, C. Alawee, Ph.D.

Pointers and Memory Addressing, Dynamic Memory Allocation, Pointer to Pointer & Function Pointers, Strings and Character ...

1:22
Illustrated C Programming for College Students, C. Alawee, Ph.D.

0 views

5 days ago

Cerebrosphere
EnzymeAD: AutoDiff Made Easy

An unofficial beginner-friendly coding tutorial showing how to download, build, and use EnzymeAD to automatically differentiate C ...

7:22
EnzymeAD: AutoDiff Made Easy

97 views

4 weeks ago

Meeting Cpp
Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025

Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025 Slides: https://slides.meetingcpp.com With C++23 already ...

1:02:45
Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025

1,337 views

2 days ago

AutoContent API
Decode Any Cryptic C Declaration Instantly with CdeclDump

Sick of staring at C declarations that look like alien hieroglyphics? This quick explainer shows how CdeclDump turns those ...

4:39
Decode Any Cryptic C Declaration Instantly with CdeclDump

71 views

2 weeks ago

Programming Avec Reza
How to work with array to function pointers in C++ (Part 2)?

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

6:37
How to work with array to function pointers in C++ (Part 2)?

0 views

3 days ago