ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

180,814 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 🏠

323,801 views

4 years 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

125,847 views

3 years ago

Boris ('PrimFX')
TUTO C - #13 Les structures

Besoin de stocker davantage d'informations dans une variable ? Découvrons les structures qui nous permettent de faire ça en C ...

10:45
TUTO C - #13 Les structures

83,196 views

6 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! 📦

22,689 views

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

8 years ago

Bro Code
STRUCTS in C++ explained 🏗️

C++ #struct C++ struct tutorial example explained.

5:01
STRUCTS in C++ explained 🏗️

101,819 views

1 year 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,086,714 views

3 years ago

CodeVault
How to return and pass a struct to a function

The difference between C and other languages is quite obscure even if the syntax is the same.

13:30
How to return and pass a struct to a function

33,009 views

6 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?

52,628 views

1 year ago

Neso Academy
Structures and Functions (Part 1)

Data Structures: Passing the Structure Member as an Argument. Topics discussed: 1) Recap of structures in C programming.

7:11
Structures and Functions (Part 1)

229,419 views

5 years ago

Bro Code
C array of structs 🏫

C array of structs tutorial example explained #C #struct #array.

4:12
C array of structs 🏫

86,606 views

4 years ago

Jacob Sorber
When do I use a union in C or C++, instead of a struct?

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

11:18
When do I use a union in C or C++, instead of a struct?

77,871 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

201,903 views

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

4 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

290,038 views

6 years ago

Edoardo Midali
Structures - C Tutorial Italian 22

Lesson 22 of the C course in Italian: Structures. Learn how to define and use custom structures in C, which allow you to ...

15:11
Structures - C Tutorial Italian 22

17,205 views

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

3 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,177 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,430 views

4 years ago

Jenny's Lectures CS IT
C_109 Structures in C - part 1| Introduction to Structures | C Programming

Master Generative AI from Scratch – GenAI Course for Beginners | Start Your AI Career in 2025 GenAI Course for Beginners ...

12:55
C_109 Structures in C - part 1| Introduction to Structures | C Programming

594,348 views

4 years ago