ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,554 results

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

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

186 views

5 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,316 views

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

CppNow
C++Now 2019: Daveed Vandevoorde “C++ Constants”

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

1:26:23
C++Now 2019: Daveed Vandevoorde “C++ Constants”

6,738 views

6 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

CppNow
David Stone: Type Deduction in C++14

C++14 has many ways of naming a type. In addition to using the type's name directly, we have auto, auto &, auto const &, auto && ...

1:31:41
David Stone: Type Deduction in C++14

4,393 views

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

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

The Debug Zone
Understanding const References: Why String Literals Work in C++ Parameters

In this video, we delve into the concept of const references in C++ and explore their significance, particularly when it comes to ...

4:14
Understanding const References: Why String Literals Work in C++ Parameters

2 views

1 year ago

Peter Schneider
Does using const on function parameters have any effect? Why does it not affect the function sign...

Does using const on function parameters have any effect? Why does it not affect the function signature? I hope you found a ...

5:53
Does using const on function parameters have any effect? Why does it not affect the function sign...

9 views

5 months ago

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

In this video, we delve into the intricacies of initializing constant elements in C++ arrays. Whether you're a beginner looking to ...

2:39
How to Initialize Const Elements in a C++ Array: A Complete Guide

2 views

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

Streamed 3 years ago

Peter Schneider
Returning const in a function does not make the variable to be const?

Returning const in a function does not make the variable to be const? I hope you found a solution that worked for you :) The ...

2:05
Returning const in a function does not make the variable to be const?

2 views

2 years ago

Utah Cpp Programmers
Illuminating Lambda Expressions in C++

Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...

1:18:13
Illuminating Lambda Expressions in C++

883 views

5 years ago

The Debug Zone
Understanding constexpr Functions in C++: Common Confusions and Solutions

In this video, we dive into the world of `constexpr` functions in C++, a powerful feature that allows for compile-time evaluation of ...

2:17
Understanding constexpr Functions in C++: Common Confusions and Solutions

3 views

1 month ago

Skill Horizon NextGen
How to modify value of const variable using pointers in c programming | by Sanjay Gupta

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

3:42
How to modify value of const variable using pointers in c programming | by Sanjay Gupta

4,124 views

7 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

Peter Schneider
C++ Function overloading using const parameters

C++ Function overloading using const parameters I hope you found a solution that worked for you :) The Content is licensed under ...

2:34
C++ Function overloading using const parameters

0 views

1 year 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