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
3,044 results
const function - member variables cannot be modified non const function with const input parameters.
40 views
11 months ago
C++ Object Oriented Programming. C++ Classes and OOP. In the previous video we went over how to define a struct, add class ...
374 views
3 months ago
Learn how to use the const keyword in C++ to define constants and protect data from being modified. In this video, we'll cover how ...
7 views
8 months ago
next: https://www.youtube.com/watch?v=z1kTivdgiks prev: https://www.youtube.com/watch?v=y7yUrjFRinc ko-fi: ...
10 views
9 months ago
Learn what the `const` operator means in C++ method declarations and how it affects functionality, particularly with const objects.
0 views
10 months ago
Codeforces Profile : https://codeforces.com/profile/Folka Leetcode Profile :https://leetcode.com/u/Folka95/ Linked In ...
477 views
Using std::string but need a const char*? Learn how and when to use .c_str() to safely convert modern C++ strings for compatibility ...
80 views
6 months ago
Explore whether the `inline` modifier is useful when using `const` function attributes in C/C+ + . Discover the implications for ...
... बुक के नाम से उसी तरह से C प्लस प्लस उसकी वैल्यू जाएगी 1 टू 3 जाएगी सेट ...
505 views
Const is a type qualifier which prevents a variable's value from being changed it will apply to the thing that's immediately to the left ...
921 views
2 months ago
Explore the effects of using `const` on function parameters in C++ and discover why it doesn't alter the function signature.
GitHUb code: ...
5 views
In this video, we delve into the intricacies of const functions in programming, exploring how they interact with non-const functions.
1 view
Explore the nuances of `const` member functions and the intricacies of operator overloading in C++. Learn to debug common ...
2 views
Topics Covered: What is a const function? Why do we use const functions in C++? Difference between const and non-const ...
163 views
4 months ago
This video breaks down what constants are and how to use them effectively in C++ programming. Varun Sir explains the const ...
25,717 views
7 months ago
Explore the implications of using `const` with function pointers in C. Learn when and why to declare function parameters as `const` ...
Explore the distinctions between `char*[]` and `const char*[]` in the C language main function. Learn why one is preferred over the ...
Explore the challenge of type deduction in `const` member functions in C++ and learn how to effectively use `const` with pointers ...
Dive into the nuances of `extern` function declarations in C and learn why excluding const or restrict qualifiers can lead to ...