ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

532 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,425 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

182 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

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

Christian Stöcker
C-Programmierung #30: Funktionspointer

Dieses Video erklärt, was Funktionspointer sind, was es bei deren Verwendung zu beachten gibt und zeigt wozu ihr ...

12:39
C-Programmierung #30: Funktionspointer

2,135 views

3 years ago

Julian Kunkel
CS1PC C++ Week 4-2-4: Constant objects and data members with const

... was declared const right so it means it works for constant object C is const so it works when I try to call the set function set demo ...

7:24
CS1PC C++ Week 4-2-4: Constant objects and data members with const

1 view

4 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

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

Einsteinzee
Learning by doing :: C++ -- Constexpr Keyword in C++

This video is part of the new series called "Learning by doing :: C++" which is dedicated to random topics in C++. Here we talked ...

9:15
Learning by doing :: C++ -- Constexpr Keyword in C++

165 views

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

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

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

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

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

11 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

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

1 year ago