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,542 results
Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...
9,426 views
11 years ago
A lightning talk Event page: * https://gettogether.community/events/4161/0x1d-rtos-in-c-tooling-to-improve-and-a-farewell/ ...
650 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
... 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
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
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
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
Episodio 2 - 19/ago/2022 ==== [ Todos: https://bit.ly/C-ASM_desde0 ] Seguimos programando un Mini-Shooter añadiéndole ...
250,954 views
Streamed 3 years 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
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
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
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
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
In the 3rd exercise of #ziglings, I learned about consts, vars and different sizes for signed and unsigned integer types.
363 views
3 months ago
C++ Function overloading using const parameters I hope you found a solution that worked for you :) The Content is licensed under ...
0 views
Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...
883 views
In this video, we delve into the intriguing world of C++ and explore the concept of const member functions. While these functions ...
Complete list: http://hoven.in/Home/Videos/CPP-Video-Tutorials/ Transcription ============= Welcome to this session of my ...
151 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 ...