ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

653 results

Program Rider
Function pointers in C
8:02
Function pointers in C

0 views

4 days ago

Embedded Vibes
Function Pointers in C Explained Simply | Callbacks Made Easy!”

Unlock the power of function pointers in C programming! In this video, we break down what function pointers are, how to declare ...

14:59
Function Pointers in C Explained Simply | Callbacks Made Easy!”

41 views

4 weeks ago

Hacktrickz
09 – Pointers in C++ (Memory, References, Arithmetic & Function Pointers) | [Abdul Bari] C++

In this complete lecture, we cover Pointers in C++ as part 9 of the full C++ Programming Course. This video explains pointers from ...

1:06:52
09 – Pointers in C++ (Memory, References, Arithmetic & Function Pointers) | [Abdul Bari] C++

13 views

9 days ago

Refactoring Bitcoin
This function prevented inlining!

There are cases where functions should be avoided. Why is that the case? And what to use instead?

15:48
This function prevented inlining!

294 views

2 weeks ago

NDC Conferences
Real-time Safety — Guaranteed by the Compiler! - Anders Schau Knatten - NDC TechTown 2025

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

1:03:22
Real-time Safety — Guaranteed by the Compiler! - Anders Schau Knatten - NDC TechTown 2025

430 views

4 weeks ago

alcode
Python dev attempting to understand pointers for 23 minutes straight

I finally attempt to learn about memory management in C++. I cover the use of pointers, references, stack vs. heap memory, and ...

22:48
Python dev attempting to understand pointers for 23 minutes straight

1,158 views

2 weeks ago

Sophia Wagner
Implementing a template function to cast lambdas to function pointer with different calling conve...

Implementing a template function to cast lambdas to function pointer with different calling convention in Visual C++ Hey guys!

2:48
Implementing a template function to cast lambdas to function pointer with different calling conve...

13 views

4 weeks ago

CodeBing
Where Does the this Pointer REALLY Point in C++? (It’s Not the Object)

Most C++ developers believe that the this pointer always points to the object's address. That belief is technically wrong — and in ...

7:43
Where Does the this Pointer REALLY Point in C++? (It’s Not the Object)

165 views

1 month ago

Jithendra babu RKSL Adi
Unit 11  C Pointers Unlocking Memory

This video explains Unit 11 – Pointers in C Programming, focusing on how pointers work and how they allow direct access to ...

3:26
Unit 11 C Pointers Unlocking Memory

3 views

2 weeks ago

Learn Coding
C Pointers | What is Pointer? Full Explanation | Learn Coding

C Programming Series Schedule Update C Language videos will be uploaded every Monday, Wednesday, and Friday at 5 ...

18:30
C Pointers | What is Pointer? Full Explanation | Learn Coding

3,564 views

3 weeks ago

CS with UT
Pointers in C Finally Made Easy 😱 | Beginner Friendly

Pointers in C are one of the most important yet confusing concepts for beginners. In this video, you'll learn pointers in C from ...

14:02
Pointers in C Finally Made Easy 😱 | Beginner Friendly

45 views

2 weeks ago

PicoBit
Double & Triple Pointers in C | Step-by-Step from Beginner to Pro

Video Chapters (Timestamps) ▶️ 00:00 Introduction – What You'll Learn in This Video ▶️ 00:50 Why Single Pointers Are Not ...

34:15
Double & Triple Pointers in C | Step-by-Step from Beginner to Pro

8 views

2 weeks ago

The Debug Zone
Call C++ member function pointer without knowing which class

Today's Topic: Call C++ member function pointer without knowing which class Thanks for taking the time to learn more.

3:24
Call C++ member function pointer without knowing which class

2 views

4 weeks ago

StudentSpark – Ignite Your Engineering Mind
Lecture 16: Pointers with Functions in C | Call by Reference Explained

In this video, we explain Pointers with Functions in C Language in a simple and easy way This topic is very important for ...

7:58
Lecture 16: Pointers with Functions in C | Call by Reference Explained

6 views

11 days ago

SLiiX
Smart pointers & function profilers in C

__attribute__((cleanup(cb))) // attaches to the lifetime of a variable __builtin_ia32_rdsc() // returns a u64 containing the current ...

1:50
Smart pointers & function profilers in C

89 views

4 days ago

Kitflix
Solving Complex Pointer Expressions in C

Source Code & Examples: https://github.com/kitflix/Kitflix-Embedded-C-Crash-Course/ In this lesson, we tackle the part of pointers ...

7:34
Solving Complex Pointer Expressions in C

0 views

3 days ago

StudentSpark – Ignite Your Engineering Mind
Pointers in C | Complete Tutorial for Beginners (Must Know!)

Pointers are one of the most important and confusing topics in C programming. In this video, you will learn Pointers in C from ...

11:36
Pointers in C | Complete Tutorial for Beginners (Must Know!)

2 views

2 weeks ago

Refactoring Bitcoin
Declaring a C++ API for Bitcoin's primitive types

We start migrating some function declarations from the Bitcoin kernel C API to C++.

39:13
Declaring a C++ API for Bitcoin's primitive types

68 views

4 weeks ago

Sabrina Balqis
BERC1313 PROGRAMMING FUNDAMENTAL (Pointer)

This course introduces the fundamental concepts of programming using the C language, including program structure, data types, ...

12:23
BERC1313 PROGRAMMING FUNDAMENTAL (Pointer)

7 views

4 weeks ago

Roel Van de Paar
Can I use the result of a C++17 captureless lambda constexpr conversion operator as a function...

Can I use the result of a C++17 captureless lambda constexpr conversion operator as a function pointer template non-type ...

1:46
Can I use the result of a C++17 captureless lambda constexpr conversion operator as a function...

17 views

3 weeks ago