ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

881 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

9 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,079 views

2 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

146 views

8 days ago

Quiche19
STOP using typedef!!!

The syntax is backwards and confusing, especially with function pointers. More importantly, typedef can't handle template aliases ...

2:06
STOP using typedef!!!

5,302 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

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

740 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

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:20:26
C Basics

9,660 views

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

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

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

7 days ago

SnoopSqueak
Pointers in C (and parameters, and pointers as parameters, and pointers to pointers)

I love programming!

4:41
Pointers in C (and parameters, and pointers as parameters, and pointers to pointers)

31 views

2 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 2 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

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.

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

356 views

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

86 views

2 weeks ago

PicoBit
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...

33:05
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

75 views

11 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,052 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

220 views

3 weeks ago

CodeBing
Most C++ Virtual Calls Are NOT Dynamic Dispatch

Most people believe that C++ virtual functions are inherently slow because they rely on runtime vtable lookups. This explanation is ...

7:33
Most C++ Virtual Calls Are NOT Dynamic Dispatch

598 views

7 days ago