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,577 results
En este video se explica el uso de la directiva del preprocesador 'define' y el uso de 'const' para la creación de constantes, ...
234 views
5 years ago
Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...
9,427 views
11 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,315 views
Episodio 2 - 19/ago/2022 ==== [ Todos: https://bit.ly/C-ASM_desde0 ] Seguimos programando un Mini-Shooter añadiéndole ...
250,974 views
Streamed 3 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 ...
187 views
In this video I continue on the presentation of beginner C++. Make sure to watch previous videos for embedded implementation ...
1,529 views
3 years ago
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 intriguing world of C++ and explore the concept of const member functions. While these functions ...
1 year ago
Complete list: http://hoven.in/Home/Videos/CPP-Video-Tutorials/ Transcription ============= Welcome to this session of my ...
151 views
9 years ago
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 ...
A lightning talk Event page: * https://gettogether.community/events/4161/0x1d-rtos-in-c-tooling-to-improve-and-a-farewell/ ...
650 views
C++Niche Syntax: Function Reference Type Declaration: const reference? I hope you found a solution that worked for you :) The ...
3 views
46 views
134 views
Lambdas, Lambdas Everywhere by Herb Sutter http://channel9.msdn.com/Events/PDC/PDC10/FT13.
6,730 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
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
Constant Data Members in C++ | C++ Programming Reference Notes ...
382 views
4 years ago
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 ...
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