ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

495 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

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

SwedenCpp
Petter Holmberg: The Dark Art Of Type Functions

A lightning talk Slides: https://github.com/petter-holmberg/talks/blob/master/TheDarkArtOfTypeFunctionsCppSthlm11.pdf ...

9:46
Petter Holmberg: The Dark Art Of Type Functions

110 views

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

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

Cave of Programming
C++Tutorial for Beginners 43 - References; Nicer than Pointers!

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

8:39
C++Tutorial for Beginners 43 - References; Nicer than Pointers!

9,941 views

11 years 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
How to pass a char** to a function that expects a const array of const char pointers

How to pass a char** to a function that expects a const array of const char pointers I hope you found a solution that worked for you ...

6:30
How to pass a char** to a function that expects a const array of const char pointers

5 views

1 year ago

Sophia Wagner
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? Hey guys! Hopefully you found a solution that ...

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

24 views

1 year ago

VoidRealms
LAMP 35 - Const and Static values

learn about constant and static values.

6:11
LAMP 35 - Const and Static values

907 views

13 years ago

CppNow
C++Now 2018: Phil Nash “We have always been at war with West Constia”

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

4:38
C++Now 2018: Phil Nash “We have always been at war with West Constia”

1,950 views

7 years ago

Brian Will
Go - lesson 5 - constants

... foo here to get the value for Monday because it's a Const and you at compile time the compiler can't call functions functions only ...

10:33
Go - lesson 5 - constants

520 views

7 years ago

Programa con Leo
var, let y const: ¿cuáles son las diferencias?

Este video trata sobre var, let y const: ¿en qué difieren? También consideramos ámbito de función y ámbito de variable. Y cómo ...

11:16
var, let y const: ¿cuáles son las diferencias?

4,428 views

8 years ago

Peter Schneider
Is it actually advantageous to use const references for non-primitive function parameters when po...

Is it actually advantageous to use const references for non-primitive function parameters when possible? I hope you found a ...

4:37
Is it actually advantageous to use const references for non-primitive function parameters when po...

0 views

2 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

Cave of Programming
Intermediate-Advanced C++ 1: Exceptions Basics

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

13:57
Intermediate-Advanced C++ 1: Exceptions Basics

19,370 views

10 years ago

The Debug Zone
Understanding Why const int& Can Bind to an int in C++: A Technical Explanation

In this video, we delve into the intricacies of C++ type binding, specifically focusing on the behavior of `const int&` and its ability to ...

7:54
Understanding Why const int& Can Bind to an int in C++: A Technical Explanation

8 views

1 year ago