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
1,475 results
Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...
9,427 views
11 years ago
... 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 ...
185 views
5 years ago
Do you need to get rid of magic numbers? Consider using a const variable instead of a #define. Although #defines used to have ...
2,314 views
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
In this video, we delve into the concept of const references in C++ and explore their significance, particularly when it comes to ...
2 views
1 year ago
Metaphor of passing by reference vs. passing by value in C++ (as well as marking const) using hamsters in a habitrail as example.
777 views
13 years ago
How to declare function with a const pointer using VLA syntax I hope you found a solution that worked for you :) The Content ...
5 views
2 years ago
Why can I call member's non-const function inside const member function? I hope you found a solution that worked for you :) The ...
Returning const in a function does not make the variable to be const? I hope you found a solution that worked for you :) The ...
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
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 && ...
4,391 views
9 years ago
In the 3rd exercise of #ziglings, I learned about consts, vars and different sizes for signed and unsigned integer types.
364 views
4 months ago
A lightning talk Event page: * https://gettogether.community/events/4161/0x1d-rtos-in-c-tooling-to-improve-and-a-farewell/ ...
650 views
Is int(int) const a valid function type in C++23? I hope you found a solution that worked for you :) The Content is licensed under ...
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 ...
60 views
If a C++ function returns some heavy object by value should I capture it by const ref or by value? I hope you found a solution that ...
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 ...
In this video, we delve into the intricacies of initializing constant elements in C++ arrays. Whether you're a beginner looking to ...
11 months ago
C++Niche Syntax: Function Reference Type Declaration: const reference? I hope you found a solution that worked for you :) The ...
3 views
Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...
883 views