ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,577 results

Dibcode
C++ Creación de Constantes (#define o const)

En este video se explica el uso de la directiva del preprocesador 'define' y el uso de 'const' para la creación de constantes, ...

4:46
C++ Creación de Constantes (#define o const)

234 views

5 years ago

Cave of Programming
C++Tutorial for Beginners 44 - Const; a Vital Tool for Reducing Bugs

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

13:35
C++Tutorial for Beginners 44 - Const; a Vital Tool for Reducing Bugs

9,427 views

11 years ago

'Oly Cow Robotics
Quick Tips #0002: #defines and const

Do you need to get rid of magic numbers? Consider using a const variable instead of a #define. Although #defines used to have ...

1:06
Quick Tips #0002: #defines and const

2,315 views

11 years ago

Profesor Retroman
C y Ensamblador desde 0: Mueve tus sprites (variables, tipos, funciones, const, enum, if y +)

Episodio 2 - 19/ago/2022 ==== [ Todos: https://bit.ly/C-ASM_desde0 ] Seguimos programando un Mini-Shooter añadiéndole ...

3:12:17
C y Ensamblador desde 0: Mueve tus sprites (variables, tipos, funciones, const, enum, if y +)

250,974 views

Streamed 3 years ago

Julian Kunkel
Week 7-2-5 Type Qualifiers for Pointers: Const, Restrict

... example for a declaration of a function that should do something like a equals b times c okay so we could say this function has a ...

5:36
Week 7-2-5 Type Qualifiers for Pointers: Const, Restrict

187 views

5 years ago

Matej Blagšič
C++ compile time, const and constexpr, bool and operators, pt.3 | VIDEO 52

In this video I continue on the presentation of beginner C++. Make sure to watch previous videos for embedded implementation ...

16:16
C++ compile time, const and constexpr, bool and operators, pt.3 | VIDEO 52

1,529 views

3 years ago

The Debug Zone
Understanding Const Functions: Calling Non-Const Functions Without Duplication

In this video, we delve into the intricacies of const functions in programming, exploring how they interact with non-const functions.

3:54
Understanding Const Functions: Calling Non-Const Functions Without Duplication

1 view

7 months ago

The Debug Zone
Understanding Why Const Member Functions Can Modify Static Data Members

In this video, we delve into the intriguing world of C++ and explore the concept of const member functions. While these functions ...

3:02
Understanding Why Const Member Functions Can Modify Static Data Members

1 view

1 year ago

C# DOTNET
Lecture 17 - Function Args and Constants | C/C++ Video Tutorials and Lectures for Beginners

Complete list: http://hoven.in/Home/Videos/CPP-Video-Tutorials/ Transcription ============= Welcome to this session of my ...

8:26
Lecture 17 - Function Args and Constants | C/C++ Video Tutorials and Lectures for Beginners

151 views

9 years ago

Peter Schneider
Is int(int) const a valid function type in C++23?

Is int(int) const a valid function type in C++23? I hope you found a solution that worked for you :) The Content is licensed under ...

2:46
Is int(int) const a valid function type in C++23?

1 view

1 year ago

SwedenCpp
Harald Achitz: Const should be a type, give me operator .

A lightning talk Event page: * https://gettogether.community/events/4161/0x1d-rtos-in-c-tooling-to-improve-and-a-farewell/ ...

7:16
Harald Achitz: Const should be a type, give me operator .

650 views

5 years ago

Peter Schneider
C++Niche Syntax: Function Reference Type Declaration: const reference?

C++Niche Syntax: Function Reference Type Declaration: const reference? I hope you found a solution that worked for you :) The ...

2:27
C++Niche Syntax: Function Reference Type Declaration: const reference?

3 views

1 year ago

Tricky Bytes
User Intraction using Scanf() function and use of CONST keyword in C
26:02
User Intraction using Scanf() function and use of CONST keyword in C

46 views

5 years ago

C# DOTNET
Lecture 16 - Functions and References | C/C++ Video Tutorials and Lectures for Beginners

Complete list: http://hoven.in/Home/Videos/CPP-Video-Tutorials/ Transcription ============= Welcome to this session of my ...

13:02
Lecture 16 - Functions and References | C/C++ Video Tutorials and Lectures for Beginners

134 views

9 years ago

Leira Hua
Lambdas, Lambdas Everywhere

Lambdas, Lambdas Everywhere by Herb Sutter http://channel9.msdn.com/Events/PDC/PDC10/FT13.

58:57
Lambdas, Lambdas Everywhere

6,730 views

13 years ago

Peter Schneider
How to declare function with a const pointer using VLA syntax

How to declare function with a const pointer using VLA syntax I hope you found a solution that worked for you :) The Content ...

2:33
How to declare function with a const pointer using VLA syntax

5 views

2 years ago

kovolff
Variables and Constants | Rust Programming | Kovolff

By default every variable is by default immutable. i.e. let abc :i32 = 123; abc cannot be changed to any other value. To make a ...

9:11
Variables and Constants | Rust Programming | Kovolff

60 views

5 years ago

Goeduhub Technologies
Constant Data Members in C++ | C++ Programming

Constant Data Members in C++ | C++ Programming Reference Notes ...

3:44
Constant Data Members in C++ | C++ Programming

382 views

4 years ago

Peter Schneider
Why is "const char * const" not used as input string argument for a function in C?

Why is "const char * const" not used as input string argument for a function in C? I hope you found a solution that worked for you ...

4:02
Why is "const char * const" not used as input string argument for a function in C?

1 view

1 year ago

Bethany Petr
Passing Arguments in C++: The Hamster Metaphor

Metaphor of passing by reference vs. passing by value in C++ (as well as marking const) using hamsters in a habitrail as example.

0:43
Passing Arguments in C++: The Hamster Metaphor

777 views

13 years ago