ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

296 results

IT'S ARUN STARK
Nasty Function Pointers are Dangerous but Beautiful (Useful Too) | Clean Functional Structures

For precedence table , checkout the cppreference https://en.cppreference.com/c/language/operator_precedence Functional ...

27:09
Nasty Function Pointers are Dangerous but Beautiful (Useful Too) | Clean Functional Structures

54 views

2 weeks ago

Roel Van de Paar
C++ Function Pointers. How and why it works?

C++ Function Pointers. How and why it works? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:11
C++ Function Pointers. How and why it works?

10 views

4 months ago

The Debug Zone
Is it possible to declare a pointer to a function with unknown (at compile time) return type

Today's Topic: Is it possible to declare a pointer to a function with unknown (at compile time) return type Thanks for taking the time ...

1:47
Is it possible to declare a pointer to a function with unknown (at compile time) return type

0 views

5 months ago

NetSecProf
C Programming 024 - Pointers

Shows how to create and use integer pointers in C. Shows how to assign them to the address of an integer variable and how to ...

4:47
C Programming 024 - Pointers

43 views

7 months ago

The Debug Zone
Calling C Function Pointers in WebAssembly from JavaScript: A Step-by-Step Guide

In this video, we dive into the fascinating world of WebAssembly and explore how to seamlessly call C function pointers from ...

2:54
Calling C Function Pointers in WebAssembly from JavaScript: A Step-by-Step Guide

4 views

11 months ago

Roel Van de Paar
passing functions address to the function pointer in Objective C

passing functions address to the function pointer in Objective C Helpful? Please use the *Thanks* button above! Or, thank me via ...

3:04
passing functions address to the function pointer in Objective C

12 views

4 months ago

The Debug Zone
How to Parametrize Function Templates with Generic Function Pointers in C++

In this video, we delve into the powerful world of C++ function templates and explore how to effectively parametrize them using ...

3:05
How to Parametrize Function Templates with Generic Function Pointers in C++

0 views

9 months ago

The Statistics Lab
SQ4007 Tutorial wk5 Pointers in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

29:08
SQ4007 Tutorial wk5 Pointers in C

13 views

10 months ago

The Debug Zone
Understanding C++ Functions with Pointer Arguments: A Complete Guide

In this comprehensive guide, we delve into the world of C++ functions, focusing specifically on the powerful concept of pointer ...

4:25
Understanding C++ Functions with Pointer Arguments: A Complete Guide

8 views

11 months ago

Roel Van de Paar
Conversion of lambda expression to function pointer

Conversion of lambda expression to function pointer Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:24
Conversion of lambda expression to function pointer

15 views

6 months ago

Roel Van de Paar
Bubblesort algorithm with Function Pointers in C (3 Solutions!!)

Bubblesort algorithm with Function Pointers in C Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

4:18
Bubblesort algorithm with Function Pointers in C (3 Solutions!!)

1 view

4 months ago

Roel Van de Paar
C++ non-static function pointer inside own class

C++ non-static function pointer inside own class Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:16
C++ non-static function pointer inside own class

6 views

7 months ago

The Debug Zone
Understanding C++ Pointers to Non-Static Member Functions: A Complete Guide

In this comprehensive guide, we delve into the intricacies of C++ pointers to non-static member functions. Understanding this ...

3:05
Understanding C++ Pointers to Non-Static Member Functions: A Complete Guide

4 views

11 months ago

OgloTheNerd 📎
Pointers Do Not Exist (Pointers Explained)

In this video, I explain how C pointers work, and why they actually don't exist in the way that a lot of people think. Website: ...

23:49
Pointers Do Not Exist (Pointers Explained)

2,839 views

7 months ago

Nida Karagoz
Can I pass a pointer to a consteval function as an NTTP in C++?

Can I pass a pointer to a consteval function as an NTTP in C++? ✧ I really hope you found a helpful solution! ♡ The Content is ...

1:31
Can I pass a pointer to a consteval function as an NTTP in C++?

0 views

2 months ago

Roel Van de Paar
Function Pointer assignment works in C but not C++ (2 Solutions!!)

Function Pointer assignment works in C but not C++ Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:26
Function Pointer assignment works in C but not C++ (2 Solutions!!)

34 views

6 months ago

Philip Bohun
What is the Overhead of Calling a C Function from Go?

I went and wrote a benchmark to measure the overhead of calling a C function from Go.

10:15
What is the Overhead of Calling a C Function from Go?

614 views

1 month ago

Single-line
Why does a class inherited from lambda type lack conversion to function pointer in Visual C++?

Source: https://stackoverflow.com/questions/79885461 Question Author: - Fedor https://stackoverflow.com/users/7325599 Answer ...

0:31
Why does a class inherited from lambda type lack conversion to function pointer in Visual C++?

4 views

2 months ago

Linux Renaissance
Learn C With Me #04 — Pointers | Live

In Lesson 4 of Learn C With Me, we tackle one of the most infamous — and important — concepts in C programming: **pointers**.

2:40:36
Learn C With Me #04 — Pointers | Live

409 views

Streamed 1 month ago

Peter Schneider
The C 'Array-to-Pointer Decay' Paradox: Why do these function declarations behave identically? vo...

The C 'Array-to-Pointer Decay' Paradox: Why do these function declarations behave identically? void func(char a10) vs void ...

4:20
The C 'Array-to-Pointer Decay' Paradox: Why do these function declarations behave identically? vo...

1 view

11 months ago