ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,822 results

makigas
C Tutorial – 9. Union, enum and typedef

Let's pay a little attention to the other constructs C offers: union, enum, and typedef. C also offers these, and they're also ...

8:31
C Tutorial – 9. Union, enum and typedef

28,734 views

10 years ago

CppCon
CppCon 2018: Nir Friedman “Wise Enum: A C++ Smart Enum For All Your Reflective Enum Needs”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

4:41
CppCon 2018: Nir Friedman “Wise Enum: A C++ Smart Enum For All Your Reflective Enum Needs”

5,013 views

7 years ago

C++ Weekly With Jason Turner
C++ Weekly Ep 467 - enum struct vs enum class

Awesome T-Shirts! Sponsors! Books! ☟☟ Episode details: https://github.com/lefticus/cpp_weekly/issues/441 T-SHIRTS ...

3:00
C++ Weekly Ep 467 - enum struct vs enum class

15,854 views

11 months ago

Jakubication
C Enums

In C, a data type called an enumeration allows a variable to be a collection of preset constants. It has many advantages, such ...

1:10
C Enums

22 views

2 years ago

Unity
C# Enumerations in Unity! - Beginner Scripting Tutorial

Watch this video in context on Unity Learn: https://learn.unity.com/tutorial/enumerations Enumerations allow you to create a ...

4:27
C# Enumerations in Unity! - Beginner Scripting Tutorial

106,275 views

6 years ago

Charles Cabergs
Advanced C 27: Change enum's Underlying Type

How you can change the underlying type that is used to represent an enum in C. Social links: Website: https://cacharle.xyz Github: ...

1:49
Advanced C 27: Change enum's Underlying Type

1,955 views

1 year ago

Sofia Lemons
Enum

Using enums to specify names for groups of values and for bitmask flags.

7:19
Enum

33 views

5 years ago

Craig Kaercher
If/Else, ENUM, and Constants In C

This shows the use of the if/else coding structure in C. The basics of if/else are common across all programming languages.

36:27
If/Else, ENUM, and Constants In C

8 views

3 years ago

Alex Hyett
Bitwise Operators and WHY we use them

Bitwise operators are one of the least understood parts of programming when you are first starting out. In this video, I cover what ...

8:41
Bitwise Operators and WHY we use them

148,327 views

3 years ago

S&T CAFE
Lesson 18-Enumerations

Learn to develop your own nomenclature for creating cleaner and easier to read code in C++.

6:40
Lesson 18-Enumerations

8,033 views

14 years ago

KV ALGORITHMS
ADVANTAGES OF ENUM IN C PROGRAMMING

EXPLANATION OF ADVANTAGES OF ENUM IN C PROGRAMMING. Notes http://easynotes12345.com/

3:39
ADVANTAGES OF ENUM IN C PROGRAMMING

125 views

6 years ago

Ed Andersen
Enum types - Typescript for C# Developers

Covering enum types in TypeScript, from the perspective of a C# Developer. Spoiler alert! They are almost the same! Part of a ...

1:41
Enum types - Typescript for C# Developers

464 views

3 years ago

RetroTK2
_ 💻 The Enum Type in C# Explained ⚪ A Unity C# Tutorial Giving The Definition of An Enum

Today, we 're looking at Enums in c#. This a basic run through of the definition of Enums and some general examples of their uses ...

8:38
_ 💻 The Enum Type in C# Explained ⚪ A Unity C# Tutorial Giving The Definition of An Enum

820 views

8 years ago

EdumasterRD
que es un enum y Buscar valor en un ENUM en C# ejemplos

curso de programacion c# desde cero como usar y crear enum en c sharp que es un enum en c# como recorrer un enum en c# ...

18:39
que es un enum y Buscar valor en un ENUM en C# ejemplos

138 views

10 months 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++

528,273 views

8 years ago

KV ALGORITHMS
ENUM IN C PROGRAMMING

EXPLANATION OF ENUM IN C PROGRAMMING. Notes http://easynotes12345.com/

5:19
ENUM IN C PROGRAMMING

22 views

6 years ago

Coding Tutorials
C# Flags Enum

In C#, an enum represents a single named value. But with a little bit of work, we can store multiple value in a single enum variable.

12:35
C# Flags Enum

7,670 views

2 years ago

KDAB
Enum Class and Model/View

You want enum class over just enum, right? That is, however, a bit troublesome with Qt's model/view framework, where you often ...

11:50
Enum Class and Model/View

1,637 views

4 years ago

House Of Coding Cats
C++ Fundamentals: 10. Enums

Welcome to the C++ Course for Beginners "C++ Fundamentals".

11:42
C++ Fundamentals: 10. Enums

101 views

2 years ago

Hexapyxis
Unity C# Basics - Ep06 - Enumeration

Vidéo en Français : https://youtu.be/E6iC7V1xDmg In this video, we dive deep into the concept of enums in C# and how to ...

9:58
Unity C# Basics - Ep06 - Enumeration

127 views

1 year ago