ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,060 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?

54,596 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

RoseHulmanCSSE
Structs

Concepts and syntax of structures and fields, declared using typedef. Various ways to Initialize and use struct variables. Part of the ...

7:21
Structs

799 views

14 years ago

The Coding Gopher
Go: Inheritance through Struct Embedding in 2 Minutes

In this video, we explore Go's powerful feature of struct embedding with a simple example involving an Animal and a Dog. You'll ...

2:08
Go: Inheritance through Struct Embedding in 2 Minutes

402 views

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

8 years ago

VoidRealms
Python 17 -  Working with Structs

Learn how to make and store structs.

9:36
Python 17 - Working with Structs

20,402 views

10 years 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,354 views

4 years ago

pwn.college
File Structure Exploits - Introduction

And let's see how long that takes to run we see here it's about .014.015 seconds okay now I have a second C program called f ...

15:13
File Structure Exploits - Introduction

5,000 views

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

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

1 year ago

Fernando Emilio Puntel
Aula Algoritmos em C 40 - Struct na linguagem C

Neste vídeo vamos aprender o básico sobre struct na linguagem C. Código: https://github.com/fpuntel/ @fpuntel.

10:49
Aula Algoritmos em C 40 - Struct na linguagem C

930 views

5 years ago

Cooper
Kaitai Struct: A Tool For Dealing With Binary Formats - Petr Pucil & Mikhail Yakshin

... And er for to to specify these fields we use the seq section which is a sequence of fields It's like a packed structure in C but more ...

30:29
Kaitai Struct: A Tool For Dealing With Binary Formats - Petr Pucil & Mikhail Yakshin

475 views

2 months 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

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

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,328 views

2 years 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,781 views

7 years ago

Skill Horizon NextGen
structure and pointer | C programming | Sanjay Gupta

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

4:16
structure and pointer | C programming | Sanjay Gupta

2,568 views

7 years 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,808 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

219 views

1 month 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,334 views

7 years ago