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
595 results
Metaphor of passing by reference vs. passing by value in C++ using hamsters in a habitrail as example.
1,254 views
13 years 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
Demo of accumulating value in a single variable in C++.
5,762 views
Heyo! I'm Michael and in this video we're going to cover the basics of Reference Types in C#. What really makes them different ...
1,124 views
1 year ago
Shows the difference between passing a string by value and by reference to a function in C++.
2,421 views
3 years ago
Assigning reference variable using a reference variable duplicate I hope you found a solution that worked for you :) The Content is ...
1 view
Why rvalue reference template variable is able to bind to lvalue I hope you found a solution that worked for you :) The Content ...
4 views
2 years ago
In this video, we delve into a common question among C++ developers: Is it safe to use const references for temporary variables?
0 views
3 months ago
C++ reference to a variable on its initialization [duplicate] I hope you found a solution that worked for you :) The Content (except ...
2 views
Demo of how to pass parameters by value to a function in C++. Questions: 1) What is the return type of drawBar? 2) What are the ...
7,699 views
14 years ago
In this video, we delve into the intricacies of extending local variable lifetime in C++ through the effective use of references.
4 months ago
C++ reference to a variable on its initialization duplicate Hey guys! Hopefully you found a solution that helped you! The Content is ...
Arrays are reference variables, which means simple assignment doesn't make a copy of the values.
755 views
6 years ago
Is it valid to use a reference to a local variable to initialize a constexpr variable? I hope you found a solution that worked for you ...
What are the differences between a pointer variable and a reference variable? (3 SOLUTIONS!!) ✧ I really hope you found a ...
10 months ago
Difference between instance and a reference variable in C# I hope you found a solution that worked for you :) The Content is ...
131 views
5 years ago
Use of Functions in Microcontroller programming. Importance of Functions in microcontroller programming Four Aspects of ...
218 views
Demo showing how to use an if..else if..else ladder to assess how bad a mini golfer someone is in C++. Questions: 1) What data ...
718 views
Does a constant reference member variable in an anonymous struct extend the lifetime of a temporary? I hope you found a ...