ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

155 results

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

6 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,032 views

5 days ago

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:20:26
C Basics

9,655 views

Streamed 3 days ago

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:01:58
C Basics

13,650 views

Streamed 1 day ago

Meeting Cpp
Embedded Friendly C++: Features That Make a Difference - Andreas Fertig - Meeting C++ 2025

Embedded Friendly C++: Features That Make a Difference - Andreas Fertig - Meeting C++ 2025 Slides: ...

1:02:00
Embedded Friendly C++: Features That Make a Difference - Andreas Fertig - Meeting C++ 2025

1,852 views

5 days ago

dr Jonas Birch
Coding a Key Schedule in C

A key schedule takes an input key of length n, and produces x new keys of the same length n. In our case it provides 16 subkeys, ...

2:09:58
Coding a Key Schedule in C

1,351 views

5 days ago

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:11:23
C Basics

2,430 views

Streamed 4 days ago

Tsoding Daily
Recursive Directory Walker in C

Streamed Live on Twitch: https://twitch.tv/tsoding Chapters: - 00:00:00 - TBD References: - https://github.com/tsoding/nob.h ...

3:19:06
Recursive Directory Walker in C

28,845 views

4 days ago

Explore Electronics
Module 5 Programming in C : Passing Structure to Functions, Structure Pointers | 1BEIT105

Welcome to Module 5 video of "Programming in C" Subject with code 1BEIT105/205 a first year subject under VTU (Visvesvaraya ...

19:32
Module 5 Programming in C : Passing Structure to Functions, Structure Pointers | 1BEIT105

154 views

4 days ago

Stephen Blum
C Basics

Software Engineering with C Programming Language.

2:35:05
C Basics

14,761 views

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

586 views

6 days ago

Professor Basnet
Podcast - C++ Pointers

whare are C/C++ pointers? - what are purpose of pointers? - allocating and deleting dynamic memory with pointers - referencing ...

15:56
Podcast - C++ Pointers

1 view

3 days ago

Cliff Click
Coffee Compiler Club, 2026_01_2

Coffee Compiler Club meeting on Jan 2, 2026 Typical rambling conversation loosely related to compilers, language runtimes, GC, ...

1:54:00
Coffee Compiler Club, 2026_01_2

434 views

5 days ago

w8
please some one tell  me what is the porblem in my code
2:16
please some one tell me what is the porblem in my code

7 views

7 days ago

Bruhtus Null
Study with me: learn C programming language by building our own lisp (Part 110)

I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...

2:17:03
Study with me: learn C programming language by building our own lisp (Part 110)

116 views

Streamed 3 days ago

Know about Embedded Systems
Dynamic Memory Allocation in C | malloc | calloc | realloc

Dynamic memory allocation in C is the process of allocating memory during program execution (runtime) from the heap memory ...

13:38
Dynamic Memory Allocation in C | malloc | calloc | realloc

160 views

6 days ago

Arashtad
Passing Pointers to Functions in C

Learn how to pass pointers to functions in C on Debian 12 using Vim. Covers modifying variables inside functions and ...

1:17
Passing Pointers to Functions in C

0 views

1 day ago

CS with UT
🎯 Master C Structs The "Quick Start": Declaration, Pointers & Memory Layout

Structures help us group different data types under one name, making programs more organized and efficient. This topic is ...

14:01
🎯 Master C Structs The "Quick Start": Declaration, Pointers & Memory Layout

33 views

2 days ago

Hacktrickz
2.2: Functions & Parameter Passing in C & C++ for DSA [Abdul Bari] DSA Course

Tags: DSA, Data Structures and Algorithms, Abdul Bari DSA, C Functions, C++ Functions, Parameter Passing in C, Pass by ...

1:18:05
2.2: Functions & Parameter Passing in C & C++ for DSA [Abdul Bari] DSA Course

25 views

6 days ago

House of Code
Manual & Dynamic Memory Allocation in C

Hello everyone, today we take a dive into memory allocation in C and go through two use cases for manual memory allocation.

31:28
Manual & Dynamic Memory Allocation in C

88 views

3 days ago