Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
173 results
In this video, we delve into the intricacies of const functions in programming, exploring how they interact with non-const functions.
1 view
7 months ago
Does using const on function parameters have any effect? Why does it not affect the function signature? I hope you found a ...
9 views
5 months ago
In this video, we dive into the world of `constexpr` functions in C++, a powerful feature that allows for compile-time evaluation of ...
3 views
1 month ago
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 ...
10 months ago
Can you have "const const" after the function name? Hey guys! Hopefully you found a solution that helped you! The Content is ...
2 views
2 months ago
Can you convert int*[N] to std::spanconst int * const? (2 SOLUTIONS!!) ✧ I really hope you found a helpful solution!
In this video, we delve into the intricacies of C++ programming, specifically focusing on the impact of removing default parameters ...
14 views
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 ...
0 views
6 months ago
In this video, we delve into the intricacies of C++ constexpr functions and explore the reasons behind the disallowance of the goto ...
12 views
4 months ago
In this video, we delve into the intriguing world of C++ and explore the limitations surrounding destructors and the `constexpr` ...
21 views
In this video, we delve into the nuances of C++ function overloading, specifically focusing on the differences between `int(int)&` ...
47 views
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 ...
8 months ago
Why does the tuple hash function itself, i.e., operator(), need to be const? Hey guys! Hopefully you found a solution that helped ...
3 weeks ago
C++ Language Tutorial Using Arithmetic Operators and Expressions, Variables and Power Functions in C++ C++17 standard ...
10 views
In this video, we delve into the intricacies of C++ copy constructors and the concept of const data initialization. Understanding how ...
3 months ago
Can move constructor with (const T&&) parameter be defaulted? I hope you found a solution that worked for you :) The Content is ...
How to check that a function result is constexpr even when the argument is not? ✧ I really hope you found a helpful solution!
In this video, we dive into the intriguing world of C++ templates and constexpr lambdas. As modern C++ continues to evolve, ...
Can move constructor with (const T&&) parameter be defaulted? ✧ I really hope you found a helpful solution! ♡ The Content is ...
Compiler is out of heap when compiling recursive consteval function ✧ I really hope you found a helpful solution! ♡ The Content ...
4 views