ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

697 results

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!”

36 views

3 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

419 views

3 weeks ago

Tsoding Daily
Autodoc Tool in C

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - Intro - 00:02:51 - Adding ...

2:28:08
Autodoc Tool in C

26,714 views

6 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!

286 views

11 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!!!

6,757 views

4 weeks ago

Alaa Okasha
Pointers, Smart Pointers, Virtual Functions, Slicing
1:13:48
Pointers, Smart Pointers, Virtual Functions, Slicing

1,606 views

3 weeks ago

CyberspACe securiTy and forensIcs lab (CactiLab)
[NEU CY 5770 Spring 2026] Week-4 Overflow Frame Pointers. DEP, Stack Canary.

The system function like necessary for all programs is it loaded for all by default yes although all C programs by default they were ...

2:29:11
[NEU CY 5770 Spring 2026] Week-4 Overflow Frame Pointers. DEP, Stack Canary.

92 views

4 days ago

dr Jonas Birch
Coding  a Database server in C

6 episodes in 1. In this series you will learn how to design data structures and how to think when designing and coding a fast ...

10:30:27
Coding a Database server in C

4,798 views

6 days 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)

143 views

3 weeks ago

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:01:58
C Basics

13,671 views

Streamed 3 weeks ago

dr Jonas Birch
Coding a WINZIP file compressor in C

We'll code a file compressor which will divide a file into 32 bit integers and create a list with unique entries. Then we'll swap each ...

3:14:25
Coding a WINZIP file compressor in C

3,294 views

1 day 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++

5 views

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

3 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

7 views

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

12 days 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

43 views

10 days ago

ACM MJCET
CodeCraft Day 4 Session | C Programming – Pointers & Strings

CodeCraft Live Session | C Programming – Day 4 In this live CodeCraft session, we covered Day 4 of C Programming, focusing ...

1:47:50
CodeCraft Day 4 Session | C Programming – Pointers & Strings

56 views

2 weeks ago

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:20:26
C Basics

9,664 views

Streamed 4 weeks ago

Vaughn Betz
ECE243 Lecture8 Subroutines 2026

... use that even in C there's something in C called function pointers um and basically you can actually pass around functions what ...

52:16
ECE243 Lecture8 Subroutines 2026

82 views

8 days 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,113 views

2 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

736 views

1 month 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

0 views

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

3 weeks ago

alcode
Python dev attempting to understand pointers for 23 minutes straight (C++ Ep. 3: Memory)

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 (C++ Ep. 3: Memory)

963 views

13 days 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).

280 views

3 weeks ago