ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

628 results

Bethany Petr
Passing by Reference in C++ - The Hamster Metaphor

Metaphor of passing by reference vs. passing by value in C++ using hamsters in a habitrail as example.

0:30
Passing by Reference in C++ - The Hamster Metaphor

1,251 views

13 years ago

Bethany Petr
Passing Arguments in C++: The Hamster Metaphor

Metaphor of passing by reference vs. passing by value in C++ (as well as marking const) using hamsters in a habitrail as example.

0:43
Passing Arguments in C++: The Hamster Metaphor

777 views

13 years ago

Bethany Petr
Using a Variable to Accumulate Value in C++

Demo of accumulating value in a single variable in C++.

2:19
Using a Variable to Accumulate Value in C++

5,762 views

13 years ago

NetSecProf
C++ Function Example: Passing string by Reference

Shows the difference between passing a string by value and by reference to a function in C++.

3:23
C++ Function Example: Passing string by Reference

2,419 views

3 years ago

Peter Schneider
C++ reference to a variable on its initialization [duplicate]

C++ reference to a variable on its initialization [duplicate] I hope you found a solution that worked for you :) The Content (except ...

1:52
C++ reference to a variable on its initialization [duplicate]

2 views

3 years ago

Sophia Wagner
C++ reference to a variable on its initialization

C++ reference to a variable on its initialization duplicate Hey guys! Hopefully you found a solution that helped you! The Content is ...

2:05
C++ reference to a variable on its initialization

0 views

1 year ago

Peter Schneider
Assigning reference variable using a reference variable

Assigning reference variable using a reference variable duplicate I hope you found a solution that worked for you :) The Content is ...

3:16
Assigning reference variable using a reference variable

1 view

1 year ago

Bald. Bearded. Builder.
Reference Types in C# #dotnet #csharp

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:00
Reference Types in C# #dotnet #csharp

1,124 views

1 year ago

The Debug Zone
Is It Safe to Use Const Reference for Temporary Variables in C++?

In this video, we delve into a common question among C++ developers: Is it safe to use const references for temporary variables?

3:39
Is It Safe to Use Const Reference for Temporary Variables in C++?

0 views

2 months ago

Peter Schneider
Difference between instance and a reference variable in C#

Difference between instance and a reference variable in C# I hope you found a solution that worked for you :) The Content is ...

2:38
Difference between instance and a reference variable in C#

1 view

11 months ago

Peter Schneider
Why rvalue reference template variable is able to bind to lvalue

Why rvalue reference template variable is able to bind to lvalue I hope you found a solution that worked for you :) The Content ...

2:48
Why rvalue reference template variable is able to bind to lvalue

4 views

2 years ago

Nida Karagoz
What are the differences between a pointer variable and a reference variable? (3 SOLUTIONS!!)

What are the differences between a pointer variable and a reference variable? (3 SOLUTIONS!!) ✧ I really hope you found a ...

3:27
What are the differences between a pointer variable and a reference variable? (3 SOLUTIONS!!)

1 view

10 months ago

Peter Schneider
Is it valid to use a reference to a local variable to initialize a constexpr variable?

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 ...

2:31
Is it valid to use a reference to a local variable to initialize a constexpr variable?

2 views

2 years ago

The Debug Zone
Extending Local Variable Lifetime in C++: Best Practices for Using References

In this video, we delve into the intricacies of extending local variable lifetime in C++ through the effective use of references.

3:49
Extending Local Variable Lifetime in C++: Best Practices for Using References

0 views

3 months ago

Peter Schneider
Does a constant reference member variable in an anonymous struct extend the lifetime of a temporary?

Does a constant reference member variable in an anonymous struct extend the lifetime of a temporary? I hope you found a ...

2:19
Does a constant reference member variable in an anonymous struct extend the lifetime of a temporary?

1 view

2 years ago

Roel Van de Paar
C++ receive function return by reference

C++ receive function return by reference Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:57
C++ receive function return by reference

19 views

3 years ago

USM - Nurul Hashimah
Introduction to Pointer and Reference Variable Part 3
2:17
Introduction to Pointer and Reference Variable Part 3

113 views

5 years ago

Bethany Petr
Passing Parameters by Value to a Function in C++

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 ...

3:49
Passing Parameters by Value to a Function in C++

7,699 views

14 years ago

J David Eisenberg
Chapter 7: Copying Arrays

Arrays are reference variables, which means simple assignment doesn't make a copy of the values.

3:54
Chapter 7: Copying Arrays

746 views

6 years ago

The Debug Zone
Understanding 'this+1' in C++: What Does It Refer To?

In this video, we delve into the concept of 'this+1' in C++, a topic that often confuses both new and experienced programmers.

2:25
Understanding 'this+1' in C++: What Does It Refer To?

3 views

3 months ago