ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

186,559 results

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

Nathan Williams
C Structs

A quick overview of what a struct is in C, and how to use them.

1:53
C Structs

84 views

13 years ago

ABMedia
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

C#, as a language, is all about flexibility. Sure, the ability to rapidly prototype and deliver on code quickly, without worrying about ...

41:47
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

3,397 views

1 year ago

The Debug Zone
How to Initialize a Const Array Inside a Struct in C/C++: A Complete Guide

In this video, we delve into the intricacies of initializing constant arrays within structs in C and C++. Whether you're a beginner ...

4:25
How to Initialize a Const Array Inside a Struct in C/C++: A Complete Guide

26 views

1 year ago

The Debug Zone
How to Access C# Struct Values from C++: A Step-by-Step Guide

In this video, we'll explore the intricacies of accessing C# struct values from C++. Whether you're a seasoned developer or just ...

3:08
How to Access C# Struct Values from C++: A Step-by-Step Guide

7 views

5 months ago

VoidRealms
Python 17 -  Working with Structs

Learn how to make and store structs.

9:36
Python 17 - Working with Structs

20,382 views

10 years ago

Bald. Bearded. Builder.
What is the Record Type in C#?

Hello world, I'm Michael and in this video, I discuss the record type in .NET and when you should use it rather than normal .

4:24
What is the Record Type in C#?

12,491 views

1 year ago

Mohamed Abdulaal - Embinux
Structure in C | Fundamentals - Part 1 شرح

In this topic we will discuss structure fundamentals (i.e. Structure benefits, creating structure, accessing structure and how to use it.

6:58
Structure in C | Fundamentals - Part 1 شرح

4,326 views

4 years ago

pwn.college
File Structure Exploits - FILE_plus and the vtable

Now we see the file struct that is embedded in the file plus as well as the V table entry so what was that R15 again R15 is this V ...

28:14
File Structure Exploits - FILE_plus and the vtable

4,279 views

2 years ago

Jogos & Programação
Linguagem c (struct como parametros)

Linguagem c (struct como parametros) https://www.facebook.com/alexandredorockk ...

9:50
Linguagem c (struct como parametros)

1,135 views

8 years ago

SHS-DCC
Video 34 Curso lenguaje C - Struct

Esta es una opción con la que el lenguaje C permite crear un tipo de variable personalizada. Link para descargar, de GitHub, los ...

14:45
Video 34 Curso lenguaje C - Struct

20 views

1 year ago

Peter Schneider
Why should we typedef a struct so often in C?

Why should we typedef a struct so often in C? I hope you found a solution that worked for you :) The Content is licensed under ...

6:12
Why should we typedef a struct so often in C?

18 views

11 months ago

Neal Holtschulte
Matlab: Structs

This video covers structs in Matlab. All the code shown works perfectly in Octave as well. This video is part of a series comprising ...

9:33
Matlab: Structs

1,778 views

2 years ago

Welcome to Zig
From C programming language to Zig. Struct methods. #ziglang

The Zig programming language is relatively new. It was first released to the public on February 8, 2016. It is designed as a modern ...

1:45
From C programming language to Zig. Struct methods. #ziglang

210 views

3 weeks ago

Skill Horizon NextGen
Reading and writing array of structure into file using file handling | c programming by sanjay gupta

Find Here: Links of All C language Video's Playlists C Interview Questions & Answers ...

11:54
Reading and writing array of structure into file using file handling | c programming by sanjay gupta

53,768 views

7 years ago

Steve Spicklemire
C Programming: Lesson 3, malloc, free and struct (2019)

Review of some slides regarding using pointers and allocating and freeing structures with malloc and free. Also, simple ...

15:43
C Programming: Lesson 3, malloc, free and struct (2019)

4,252 views

6 years ago

Shakmuria
C++- Estructura (struct)- Dos ejemplos.

Hola.

15:47
C++- Estructura (struct)- Dos ejemplos.

2,369 views

8 years ago

NetSecProf
Introduction to Structs in C++

Shows how to create structs, declare instances of structs, how to create struct pointers, and how to address struct attributes using ...

6:35
Introduction to Structs in C++

168 views

3 years ago

Skill Horizon NextGen
struct vs union | C programming | by Sanjay Gupta

Find Here: Links of All C language Video's Playlists/Video Series C Interview Questions & Answers | Video Series ...

6:27
struct vs union | C programming | by Sanjay Gupta

1,956 views

7 years ago

Programming with Dr. Hayes
Structs (Records) in C++: Defining Your Own Structured Data Type

Now obviously we'll want to not do all this and everything with structs in main and so the next step is to use functions how do we ...

11:24
Structs (Records) in C++: Defining Your Own Structured Data Type

1,328 views

7 years ago