ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

34,901 results

Related queries

typedef in c++

malloc in c

bro code c

typecraft

struct c

structure in c

struct c++

linked list in c

#include

c pointers

Bro Code
C typedef 📛

C typedef keyword tutorial example explained #C #typedef #keyword //typedef char user[25]; typedef struct { char name[25]; char ...

3:33
C typedef 📛

106,030 views

4 years ago

Neso Academy
Structure Types (Using typedef)

C Programming: Specifying the Structure Types using typedef in C Programming. Topics discussed: 1) Defining typedef. 2) Using ...

2:23
Structure Types (Using typedef)

310,112 views

6 years ago

Portfolio Courses
typedef Basics | C Programming Tutorial

An overview of typedef in C. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/typedef.c. Check out ...

2:16
typedef Basics | C Programming Tutorial

19,312 views

4 years ago

Boris ('PrimFX')
TUTO C - #12 Créer ses propres types de variables (typedef)

Nous connaissons les types int, float, char, etc. Mais que diriez-vous si nous pouvions créer nos propres types de variables ?

6:52
TUTO C - #12 Créer ses propres types de variables (typedef)

15,149 views

6 years ago

Bluefever Software
Simple C - Using typedef and struct

Chapters 00:00 intro 00:11 the struct 00:56 why we need "struct xxxx" for a variable type 03:17 what is typedef 04:04 typedef with a ...

6:40
Simple C - Using typedef and struct

4,469 views

3 years ago

Bro Code
Learn typedef in 5 minutes! 📛

coding #programming #cprogramming typedef int Number; typedef char String[50]; typedef char Initials[3]; int main() { // typedef ...

5:03
Learn typedef in 5 minutes! 📛

6,604 views

8 months ago

Bro Code
C++ Typedef and type aliases explained 🙋‍♂️

typedef #using // Typedefs and type aliases // typedef = reserved keyword used to create an additional name // (alias) for another ...

5:26
C++ Typedef and type aliases explained 🙋‍♂️

63,043 views

1 year ago

CodeVault
What is typedef?

We all use this before even knowing what it actually does so let's solve that mistery now and for all!

6:47
What is typedef?

35,201 views

6 years ago

People also watched

Oscar
Here's Why You Don't Make a TUI with C...

clanguage #tui #linux Source: https://github.com/kurealnum/todoist-terminal Today's video talks about my struggle of utilizing C ...

12:24
Here's Why You Don't Make a TUI with C...

33,173 views

8 months ago

NeuralNine
Typedef - C++ Tutorial For Beginners #24

Today we talk about type definitions in C++. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ Programming Books & Merch The ...

9:52
Typedef - C++ Tutorial For Beginners #24

19,141 views

4 years ago

Andrew Scholer
161 Typedef And Enum

>> Welcome this video focuses on Typedef and Enum and just for some hints for understanding and dealing with them.

11:17
161 Typedef And Enum

21,261 views

12 years ago

Eskil Steenberg
Advanced C: The UB and optimizations that trick good programmers.

This is a video that will talk about some less know things in the programming language C, and how these things impact ...

1:12:34
Advanced C: The UB and optimizations that trick good programmers.

248,855 views

4 years ago

dev-creations
01.28 - C Basics - Structs and typedef example

In this video I am explaining structs by using an example and introducing typedefs.

13:30
01.28 - C Basics - Structs and typedef example

21,798 views

8 years ago

Tsoding Daily
OOP in Pure C

Streamed Live on Twitch: https://twitch.tv/tsoding Enable CC for Twitch Chat Panim Playlist: ...

2:00:13
OOP in Pure C

109,590 views

1 year ago

Clickate Academy
Structs, Struct Arrays & Typedef in C | 0x0E. C - Structures, typedef

Structs, Struct Arrays & Typedef in C | 0x0E. C - Structures, typedef ALX Structs, Struct Arrays & Typedef in C | 0x0E. C - Structures ...

17:14
Structs, Struct Arrays & Typedef in C | 0x0E. C - Structures, typedef

3,029 views

3 years ago

Portfolio Courses
struct Basics | C Programming Tutorial

An overview of struct in C. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/struct.c. Check out ...

24:44
struct Basics | C Programming Tutorial

201,934 views

4 years ago

Caleb Curry
Structs in C | What you Need to Know

Start your software dev career - https://calcur.tech/dev-fundamentals Be notified of new C/C++ course: ...

24:39
Structs in C | What you Need to Know

17,058 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,085,658 views

3 years ago

Logic Lambda
Using typedef with structs in C

0:06 - A struct declaration with typedef 0:42 - struct structname vs typedef typename 1:23 - Example structure declarations 2:41 ...

6:07
Using typedef with structs in C

5,005 views

3 years ago

linuxhint
Typedef in C programming languge

This video demonstrates the use of typedef to give aliases to the reserved "data-type" keywords. #typedef #c_programming.

2:32
Typedef in C programming languge

759 views

3 years ago

3 minutes master
Enum | typedef | user-defined data types in C | Declaration,Operation | 3 minutes master | Neverquit

user-defined data types in C.

3:17
Enum | typedef | user-defined data types in C | Declaration,Operation | 3 minutes master | Neverquit

17,186 views

4 years ago

Wisdomers - Computer Science and Engineering
typedef in C || Lesson 76 || C Programming || Learning Monkey ||

typedef in C In this class, we will try to understand typedef in C. We have seen how to declare a structure tag in our previous class.

5:57
typedef in C || Lesson 76 || C Programming || Learning Monkey ||

9,934 views

4 years ago

Jenny's Lectures CS IT
C_115 Structures in C using typedef | C Language Tutorials

C complete playlist: https://www.youtube.com/playlist?list=PLdo5W4Nhv31a8UcMN9-35ghv8qyFWD9_S Use my code JKL10 to ...

11:06
C_115 Structures in C using typedef | C Language Tutorials

157,631 views

4 years ago

Educative
How to Use typedef struct in C

Tired of typing struct over and over again in your C programs? In this video, we'll break down how to use typedef struct in C to ...

1:38
How to Use typedef struct in C

234 views

7 months ago

LearningLad
typedef in C Programming Language Video Tutorial

In this C programming language video tutorial / lecture for beginners video series, you will learn how to give a new name to a ...

3:33
typedef in C Programming Language Video Tutorial

27,673 views

12 years ago

ProgrammingKnowledge
C Programming Tutorial for Beginners 27 - typedef in C Programming | Learn typedef in C

C Programming Language is the most popular computer language and most used programming language till now. It is very ...

13:21
C Programming Tutorial for Beginners 27 - typedef in C Programming | Learn typedef in C

2,896 views

5 years ago

Mark Endsley
Typedef Structs in C & Smart Array

How to use Structs in C both normally and with pointers. Also includes how to create a Smart Array in C.

9:14
Typedef Structs in C & Smart Array

26,965 views

8 years ago

Kris Jordan
Structs (Structures) in C - An Introductory Tutorial on typedefs, struct pointers, & arrow operator

0:00 Structs are Structures / Compound Data Types to group related variables 0:55 The syntax of struct declarations in C with an ...

33:36
Structs (Structures) in C - An Introductory Tutorial on typedefs, struct pointers, & arrow operator

41,162 views

5 years ago

Logic Lambda
User-Defined Types in C - typedef, enum, struct, & union

0:00 - Defining a type with typedef 1:32 - Enumeration types (enum) 6:30 - Aggregate types (struct) 14:10 - unions 20:15 - Size of ...

24:47
User-Defined Types in C - typedef, enum, struct, & union

1,877 views

4 years ago

Fred Overflow
C typedef struct

https://github.com/fredoverflow/skorbut.

7:08
C typedef struct

9,203 views

4 years ago