ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

173 results

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

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

Peter Schneider
Why is it allowed for a const pointer to be passed as non-const argument of a function and get mo...

Why is it allowed for a const pointer to be passed as non-const argument of a function and get modified? I hope you found a ...

3:00
Why is it allowed for a const pointer to be passed as non-const argument of a function and get mo...

9 views

10 months ago

Sophia Wagner
Can you have "const const" after the function name?

Can you have "const const" after the function name? Hey guys! Hopefully you found a solution that helped you! The Content is ...

3:04
Can you have "const const" after the function name?

2 views

2 months ago

Nida Karagoz
Can you convert int*[N] to std::spanconst int * const? (2 SOLUTIONS!!)

Can you convert int*[N] to std::spanconst int * const? (2 SOLUTIONS!!) ✧ I really hope you found a helpful solution!

5:35
Can you convert int*[N] to std::spanconst int * const? (2 SOLUTIONS!!)

1 view

10 months ago

The Debug Zone
Why Removing Default Parameter Breaks Constexpr Counter in C++ Explained

In this video, we delve into the intricacies of C++ programming, specifically focusing on the impact of removing default parameters ...

2:12
Why Removing Default Parameter Breaks Constexpr Counter in C++ Explained

14 views

5 months ago

Peter Schneider
Why does the tuple hash function itself, i.e., operator(), need to be const?

Why does the tuple hash function itself, i.e., operator(), need to be const? I hope you found a solution that worked for you :) The ...

2:27
Why does the tuple hash function itself, i.e., operator(), need to be const?

0 views

6 months ago

The Debug Zone
Understanding Why Goto is Disallowed in C++ Constexpr Functions

In this video, we delve into the intricacies of C++ constexpr functions and explore the reasons behind the disallowance of the goto ...

1:31
Understanding Why Goto is Disallowed in C++ Constexpr Functions

12 views

4 months ago

The Debug Zone
Why Can't a Destructor Be Marked constexpr in C++? Explained with Examples

In this video, we delve into the intriguing world of C++ and explore the limitations surrounding destructors and the `constexpr` ...

3:09
Why Can't a Destructor Be Marked constexpr in C++? Explained with Examples

21 views

5 months ago

The Debug Zone
Understanding int(int)& vs int(int) const& in C++: Key Differences Explained

In this video, we delve into the nuances of C++ function overloading, specifically focusing on the differences between `int(int)&` ...

1:31
Understanding int(int)& vs int(int) const& in C++: Key Differences Explained

47 views

7 months ago

Nida Karagoz
Why can I call a callable that is const-referenced and where the actual callable is a mutable lambda

Why can I call a callable that is const-referenced and where the actual callable is a mutable lambda ✧ I really hope you found a ...

1:34
Why can I call a callable that is const-referenced and where the actual callable is a mutable lambda

0 views

8 months ago

Sophia Wagner
Why does the tuple hash function itself, i.e., operator(), need to be const?

Why does the tuple hash function itself, i.e., operator(), need to be const? Hey guys! Hopefully you found a solution that helped ...

2:34
Why does the tuple hash function itself, i.e., operator(), need to be const?

3 views

3 weeks ago

CTE
Using Arithmetic Operators and Expressions, Variables and Power Functions in C++

C++ Language Tutorial Using Arithmetic Operators and Expressions, Variables and Power Functions in C++ C++17 standard ...

19:31
Using Arithmetic Operators and Expressions, Variables and Power Functions in C++

10 views

1 month ago

The Debug Zone
Understanding Delegating Copy Constructors and Const Data Initialization in C++

In this video, we delve into the intricacies of C++ copy constructors and the concept of const data initialization. Understanding how ...

2:03
Understanding Delegating Copy Constructors and Const Data Initialization in C++

3 views

3 months ago

Peter Schneider
Can move constructor with (const T&&) parameter be defaulted?

Can move constructor with (const T&&) parameter be defaulted? I hope you found a solution that worked for you :) The Content is ...

2:07
Can move constructor with (const T&&) parameter be defaulted?

0 views

8 months ago

Nida Karagoz
How to check that a function result is constexpr even when the argument is not?

How to check that a function result is constexpr even when the argument is not? ✧ I really hope you found a helpful solution!

1:49
How to check that a function result is constexpr even when the argument is not?

0 views

10 months ago

The Debug Zone
Can You Declare a Constexpr Lambda Inside a Template Parameter in C++?

In this video, we dive into the intriguing world of C++ templates and constexpr lambdas. As modern C++ continues to evolve, ...

1:31
Can You Declare a Constexpr Lambda Inside a Template Parameter in C++?

1 view

10 months ago

Nida Karagoz
Can move constructor with (const T&&) parameter be defaulted?

Can move constructor with (const T&&) parameter be defaulted? ✧ I really hope you found a helpful solution! ♡ The Content is ...

1:59
Can move constructor with (const T&&) parameter be defaulted?

1 view

8 months ago

Nida Karagoz
Compiler is out of heap when compiling recursive consteval function

Compiler is out of heap when compiling recursive consteval function ✧ I really hope you found a helpful solution! ♡ The Content ...

2:22
Compiler is out of heap when compiling recursive consteval function

4 views

8 months ago