ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

658 results

Kitflix
Returning Multiple Values from Functions Using Pointers in C

Source Code & Examples: https://github.com/kitflix/Kitflix-Embedded-C-Crash-Course/ In this lesson, we learn how to return ...

11:42
Returning Multiple Values from Functions Using Pointers in C

0 views

1 hour ago

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

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

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

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

29,140 views

13 days 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,157 views

2 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

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

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,563 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

8 views

2 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

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

Coding with Tom
Zig Programming Language - Beginner's Guide

Zig tutorial project: https://github.com/hcsalmon1/Zig-Tutorial-Project Timestamps: 0:00 Intro 2:28 Chess Tools Ad 2:56 Installing ...

3:05:17
Zig Programming Language - Beginner's Guide

6,273 views

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

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

5,453 views

13 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

3 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

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

6 views

12 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

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

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

dr Jonas Birch
Coding a Virtual Machine from scratch in C

In this extremely exciting new project we will be coding our own Virtual Machine. That means creating our own virtual CPU with ...

6:24:43
Coding a Virtual Machine from scratch in C

2,824 views

13 hours ago

IDAS_Durham
Functional Programming - Introduction to Scientific Software Programming in C and C++: Day 8
53:49
Functional Programming - Introduction to Scientific Software Programming in C and C++: Day 8

0 views

8 days ago