ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

814 results

vlogommentary
How to Pass a Member Function as a C-Style Function Pointer in C+ +

Learn how to register a C+ + class member function as a C-style callback for legacy APIs that require plain function pointers.

3:51
How to Pass a Member Function as a C-Style Function Pointer in C+ +

0 views

12 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

37,195 views

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

3 weeks ago

Know about Embedded Systems
Function Pointers in C | Pointer to Functions

A function pointer in C is a variable that stores the memory address of a function, rather than data. This allows functions to be ...

9:47
Function Pointers in C | Pointer to Functions

148 views

11 days ago

DeepDiveDev
C++ Inheritance Explained: V-Tables, Virtual Destructors & Edge Cases

The C++ Explained Playlist: ...

17:43
C++ Inheritance Explained: V-Tables, Virtual Destructors & Edge Cases

4,300 views

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

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

743 views

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

133 views

Streamed 3 weeks ago

Open Source
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created. In this ...

13:49
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

363 views

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

6 views

2 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

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

16 views

3 weeks ago

vlogommentary
How to Extract Argument Names and Types from Function Pointer Types Using libclang

Learn how to accurately retrieve both argument names and types from function pointer declarations in C using Python bindings for ...

4:04
How to Extract Argument Names and Types from Function Pointer Types Using libclang

0 views

10 days ago

CodeBing
C++ Objects Are NOT What You Think (Inside vtables & ABI)

Have you ever wondered what a C++ object actually looks like in memory? In this video, we strip away C++ syntax sugar and ...

7:56
C++ Objects Are NOT What You Think (Inside vtables & ABI)

1,100 views

2 weeks ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 513 - How Many Ways Can You End a Program?

Awesome T-Shirts! Sponsors! Books! ☟☟ Hudson River Trading engineers use modern C++ to build performance-critical systems ...

16:13
C++ Weekly - Ep 513 - How Many Ways Can You End a Program?

8,781 views

2 weeks ago

Explore Electronics
Module 4 Chapter 2 Pointers to Functions, C's Dynamic Allocation Functions | Programming in C

Welcome to Module 4 chapter 2 video of "Programming in C" Subject with code 1BEIT105/205 a first year subject under VTU ...

21:31
Module 4 Chapter 2 Pointers to Functions, C's Dynamic Allocation Functions | Programming in C

229 views

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

2 views

3 weeks ago

Syed Amar Nabil
BITP 1113 : Programming Technique (Group A) (Pointer Explanation).

This video provides a clear and simple explanation of the programming concept known as Pointers. The objective of this video is ...

15:57
BITP 1113 : Programming Technique (Group A) (Pointer Explanation).

277 views

6 days ago

Coding with Sheikh Amir
Learn C Function Parameters | Passing & Returning Values Explained 💡

In this video, you'll learn how to make your C functions more powerful by passing data using parameters and getting results back ...

24:54
Learn C Function Parameters | Passing & Returning Values Explained 💡

1 view

4 weeks ago

Arpit Katiyar
FUNCTION POINTER TO A FUNCTION | C Language Tutorial (Hindi Version) | #73 | Arpit Katiyar

FUNCTION POINTER TO A FUNCTION | C Language Tutorial (Hindi Version) | #73 | Arpit Katiyar Welcome to the Channel !

17:21
FUNCTION POINTER TO A FUNCTION | C Language Tutorial (Hindi Version) | #73 | Arpit Katiyar

12 views

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

4,032 views

3 weeks ago

NDC Conferences
Implicit Conversions Considered Harmful - Jason Turner - NDC TechTown 2025

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

1:01:40
Implicit Conversions Considered Harmful - Jason Turner - NDC TechTown 2025

2,281 views

13 days ago

Know about Embedded Systems
Embedded C Questions on Pointers | Pointers in C | void pointers | Null Pointers | Dangling Pointer

In C programming, a pointer is a variable that stores the memory address of another variable. Pointers are fundamental for tasks ...

19:36
Embedded C Questions on Pointers | Pointers in C | void pointers | Null Pointers | Dangling Pointer

96 views

2 weeks ago

Logan Kearsley
The Little C-mer Part 2 - Representing S-Expressions

... the option to put arbitrary other function pointers in there uh in case we want to use like an arena allocator or something like that ...

6:07
The Little C-mer Part 2 - Representing S-Expressions

12 views

2 weeks ago

CSE IT Exam Preparation
CS25C01 C Programming | Pointer to a Function | Anna University R2025

Notes available in https://play.google.com/store/apps/details?id=com.learning.cseitexampreparation Follow us on Whatsapp ...

2:52
CS25C01 C Programming | Pointer to a Function | Anna University R2025

0 views

3 weeks ago