ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9,348,146 results

Related queries

void pointers

void function python

void function in c++

void function c

voidfnc

void *

Low Level
why do void* pointers even exist?

Why do void pointers exist? Why do they break our code? Should we even use them? In this video I talk about why void pointers ...

8:17
why do void* pointers even exist?

551,179 views

2 years ago

Portfolio Courses
Void Functions | C Programming Tutorial

An explanation of what void functions are in C and how to use them. Source code: ...

5:38
Void Functions | C Programming Tutorial

9,838 views

1 year ago

Timothy Unkert
C Programming Tutorial - Void Function

In this #C #Programming #Tutorial I discuss the #void #function #type. To view this entire playlist: ...

2:53
C Programming Tutorial - Void Function

18,845 views

3 years ago

Portfolio Courses
Void Pointers | C Programming Tutorial

A tutorial about void pointers and how to use them in C, where void pointers are 'generic pointers' without an associated data type ...

12:44
Void Pointers | C Programming Tutorial

15,210 views

2 years ago

Neso Academy
Understanding the Void Pointers

Data Structures: Understanding the Void Pointers Topics discussed: 1) What is a void pointer? 2) The use of void pointers. 3) Use ...

4:19
Understanding the Void Pointers

281,483 views

5 years ago

Jacob Sorber
The What, How, and Why of Void Pointers in C and C++?

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

13:12
The What, How, and Why of Void Pointers in C and C++?

62,481 views

3 years ago

Portfolio Courses
Why We Should NOT Use void main() | C Programming Tutorial

An explanation of why we should not use the void main() function prototype in C, including examples of program exit statuses and ...

10:56
Why We Should NOT Use void main() | C Programming Tutorial

5,185 views

3 years ago

Caleb Curry
C Programming Tutorial 92 - Creating Void Functions

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

4:44
C Programming Tutorial 92 - Creating Void Functions

60,930 views

6 years ago

People also watched

CodeVault
Generic data types in C

Check out our Discord server: https://discord.gg/NFxT8NY.

14:58
Generic data types in C

24,277 views

5 years ago

kavan
Simulating Black Holes in C++

Learning Coding here: https://app.codecrafters.io/join?via=kavan010 Github repo: https://github.com/kavan010/black_hole ...

12:28
Simulating Black Holes in C++

1,892,230 views

4 months ago

Portfolio Courses
How To Return An Array From A Function | C Programming Tutorial

How to return an array from a function in C. We technically cannot return an array from a function in C, but we can use pointers, ...

13:01
How To Return An Array From A Function | C Programming Tutorial

88,492 views

3 years ago

Dave's Garage
Master Pointers in C:  10X Your C Coding!

Pointer basics, indirection, void pointers, pointers to pointers, function pointers, callbacks and much more in this comprehensive ...

14:12
Master Pointers in C: 10X Your C Coding!

405,631 views

2 years ago

Low Level
you will never ask about pointers again after watching this video

One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...

8:03
you will never ask about pointers again after watching this video

3,083,211 views

3 years ago

NDC Conferences
Correcting Common Async/Await Mistakes in .NET 8 - Brandon Minnick - NDC London 2024

This talk was recorded at NDC London in London, England. #ndclondon #ndcconferences #developer #softwaredeveloper Attend ...

56:24
Correcting Common Async/Await Mistakes in .NET 8 - Brandon Minnick - NDC London 2024

54,889 views

1 year ago

Jacob Sorber
Make your Data Type more Abstract with Opaque Types in C

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

13:41
Make your Data Type more Abstract with Opaque Types in C

56,895 views

4 years ago

Hunter Johnson
Void Pointers! C Tutorial 18

What void* type is and how it's used.

3:24
Void Pointers! C Tutorial 18

10,142 views

10 years ago

Portfolio Courses
Function Pointers | C Programming Tutorial

How to use function pointers (i.e. pointers to functions) in C, including a demonstration of some use cases such as callback ...

18:31
Function Pointers | C Programming Tutorial

95,392 views

3 years ago

Redox - Teamfight Tactics TFT
FORCE THIS VOID BUILD in Ranked! - Teamfight Tactics Set 16 Meta | TFT 16.1C Best Comps Guide

FORCE THIS VOID BUILD in Ranked! - Teamfight Tactics Set 16 Meta | TFT 16.1C Best Comps Guide #tft #tftset16 ...

20:24
FORCE THIS VOID BUILD in Ranked! - Teamfight Tactics Set 16 Meta | TFT 16.1C Best Comps Guide

7,645 views

4 days ago

CodeVault
What are void pointers in C?

On paper, they seem like a weird concept... void pointer... as in... pointer to nothing? No, that's not it. In this video we'll explain ...

10:05
What are void pointers in C?

32,814 views

6 years ago

Portfolio Courses
int main() vs int main(void) | C Programming Tutorial

An explanation of the difference between the int main() and int main(void) function prototypes in C, including which one we should ...

3:54
int main() vs int main(void) | C Programming Tutorial

29,071 views

3 years ago

Gary Explains
Void Pointer in C Demystified

Demystify void pointers in C. I start with a quick pointer refresher, then explain how a void pointer has no type size (so you can't ...

8:46
Void Pointer in C Demystified

7,650 views

3 months ago

Charles Cabergs
Advanced C 3: void Pointers

Pointers don't have to have a specific type, learn how to use runtime information to handle void pointers. Links: Website: ...

7:47
Advanced C 3: void Pointers

7,797 views

2 years ago

Portfolio Courses
Legal Ways To Call Void Functions | C Programming Tutorial

Learn about the different legal ways to call void functions in C. This video is mostly just for fun as the unusual but still legal ways ...

9:20
Legal Ways To Call Void Functions | C Programming Tutorial

5,759 views

1 year ago

Portfolio Courses
Return Statement In A Void Function | C Programming Tutorial

How to use a return statement in a void function in C. Source code: ...

6:45
Return Statement In A Void Function | C Programming Tutorial

18,154 views

3 years ago

Jenny's Lectures CS IT
C_80 Void Pointer in C | Detailed explanation with program

In this lecture we will discuss some coding exercises on pointers. Best C Programming Tutorials: ...

18:05
C_80 Void Pointer in C | Detailed explanation with program

183,284 views

4 years ago

Gabriel Parmer
C Tutorial: void *, generic data-structures, and functions

Once you learn the basics of pointers in C, you soon there-after find void * pointers. What are these strange beasts? Related, how ...

1:05:46
C Tutorial: void *, generic data-structures, and functions

7,237 views

6 years ago

Coding Jesus (getcracked.io)
C++ - Void

Let's take a look at void in C++! Welcome to my C++ learning series! This is a series on various C++ concepts that aims to both ...

4:07
C++ - Void

36,386 views

5 years ago

Dylan Falconer
Void pointers in C are LIT

Website: https://falconerd.com ➤ Patreon: https://patreon.com/Falconerd ➤ GitHub: https://github.com/Falconerd ➤ Discord: ...

7:18
Void pointers in C are LIT

1,516 views

5 years ago

CodeBeauty
C++ POINTERS (2025) - What is a void pointer? (for beginners) PROGRAMMING TUTORIAL

Void pointer in C++ is a general-purpose pointer, which means a special pointer that can point to object of any type. It is a typeless ...

15:13
C++ POINTERS (2025) - What is a void pointer? (for beginners) PROGRAMMING TUTORIAL

103,653 views

5 years ago

Zack Freedman
Cursed Coding: How the Void* Does Anything with Nothing

Why is my channel called Voidstar Lab? Try Brilliant free for 30 days and get 20% off at https://brilliant.org/zackfreedman Support ...

21:58
Cursed Coding: How the Void* Does Anything with Nothing

149,374 views

2 years ago