ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,184,386 results

Bro Code
C structs 🏠

C structs tutorial example explained #C #struct #structs struct Player { char name[12]; int score; }; int main() { // struct = collection of ...

4:12
C structs 🏠

326,856 views

4 years ago

Low Level
the cleanest feature in C that you've probably never heard of

You've heard of structures, you've heard of functions, maybe you've even heard of the C preprocessor. But, have you heard of ...

8:13
the cleanest feature in C that you've probably never heard of

203,491 views

2 years ago

Daniel Españadero
💻📚 Master C Structures [STRUCT]

In the C programming language, structures (`struct`) are a way to group different types of related data under a single name ...

16:30
💻📚 Master C Structures [STRUCT]

18,999 views

1 year ago

Engineer Man
Structs and Pointers to Structs in C -- Engineer Man

Learn about structs and pointers to structs and the differences in syntax for property access. Hope you enjoyed the video!

4:28
Structs and Pointers to Structs in C -- Engineer Man

85,887 views

8 years ago

Bald. Bearded. Builder.
C#: Class, Struct or Record - Which Should You Choose?

Hello world! My name is Michael. In this video, I'll be covering what a C# class, struct, record class, and record struct are and when ...

7:53
C#: Class, Struct or Record - Which Should You Choose?

53,546 views

1 year ago

Programiz
#26  C Struct | C Programming for Beginners

26 C Struct | C Programming for Beginners In this video, we will learn about struct in C programming. More specifically, we will ...

13:37
#26 C Struct | C Programming for Beginners

127,161 views

3 years ago

Bro Code
Structs in C are easy! 📦

coding #programming #cprogramming typedef struct{ char name[50]; int age; float gpa; bool isFullTime; }Student; void ...

12:15
Structs in C are easy! 📦

24,716 views

8 months 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,107,538 views

3 years ago

ProgramaTutos
23. Struct | C Programming from Scratch

In this video, we continue our C programming course and this time we'll learn how to group data types into a structure ...

6:12
23. Struct | C Programming from Scratch

1,713 views

3 years ago

Logic Lambda
How C structs Use Memory

This video demonstrates different things that impact the amount of memory allocated for a struct 0:05 - Declaring tightstruct - a ...

13:07
How C structs Use Memory

1,895 views

4 years ago

Portfolio Courses
Arrow Operator For Pointers To Structs | C Programming Tutorial

How to use the arrow operator in C to access the member variables of a struct when we have a pointer to the struct. Source code: ...

6:37
Arrow Operator For Pointers To Structs | C Programming Tutorial

57,941 views

4 years ago

The Cherno
CLASSES vs STRUCTS in C++

Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno Patreon ▻ https://patreon.com/thecherno ...

8:32
CLASSES vs STRUCTS in C++

527,258 views

8 years ago

Logic Lambda
Working with C Structs Containing Pointers

In this video, we work with & allocate memory for C structures that contain pointers 0:05 - Example struct with pointers 0:38 ...

8:36
Working with C Structs Containing Pointers

10,713 views

4 years ago

Portfolio Courses
Structure Padding | C Programming Tutorial

An explanation of what structure padding is, how it works, why it optimizes performance at the cost of memory, including how to ...

8:10
Structure Padding | C Programming Tutorial

16,285 views

3 years ago

Neso Academy
Structure Padding in C

C Programming: Structure Padding in C Programming. Topics discussed: 1) Memory allocation to Structures. 2) Need for Structure ...

8:42
Structure Padding in C

291,230 views

6 years ago

Charles Cabergs
Advanced C 15: Anonymous Struct And Array

You don't have to declare structs or arrays to pass them to functions. Social links: Website: https://cacharle.xyz Github: ...

4:13
Advanced C 15: Anonymous Struct And Array

2,965 views

2 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,048 views

3 years ago

El Profe Ariel
Cómo manejar estructuras en C (struct)

Explicamos que es una estructura y su sintaxis en lenguaje c. Se explican también las estructuras anidadas No olvides suscribirte ...

14:30
Cómo manejar estructuras en C (struct)

1,942 views

2 years ago

Nick Proud
C# Tutorial - Using Structs

Let's take a look a Structs - the way to get a 'class-like' object with the benefits of stack memory allocation. This is a key topic in a ...

12:11
C# Tutorial - Using Structs

3,480 views

4 years ago

Portfolio Courses
Dynamically Allocate An Array Of Structs | C Programming Tutorial

How to dynamically allocate an array of structs in C, including how to use realloc() to re-allocate and increase the size of the array, ...

15:11
Dynamically Allocate An Array Of Structs | C Programming Tutorial

44,041 views

3 years ago