ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

660 results

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

9 months ago

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,261 views

13 years ago

The Debug Zone
Understanding Reference Collapsing and Const in C++: A Comprehensive Guide

In this video, we delve into the intricacies of reference collapsing and the use of `const` in C++. Understanding these concepts is ...

1:35
Understanding Reference Collapsing and Const in C++: A Comprehensive Guide

14 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

2 years ago

Hilze Vonck
C++ Programming For Beginners - 11: References.

In this episode I will explain to you what References are in C++. Watch the full playlist: ...

3:57
C++ Programming For Beginners - 11: References.

1,014 views

9 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

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

782 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,481 views

4 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

2 years 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?

2 views

3 years ago

Roel Van de Paar
register variable in C and C++

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:50
register variable in C and C++

15 views

3 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

1 year ago

Peter Schneider
Segmentation fault when trying to assign a global variable to a static reference variable

Segmentation fault when trying to assign a global variable to a static reference variable I hope you found a solution that worked for ...

2:03
Segmentation fault when trying to assign a global variable to a static reference variable

0 views

10 months ago

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

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:57
C++ receive function return by reference

19 views

3 years ago

Roel Van de Paar
Arduino: C++ Undefined reference to 'Class:Function()'

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:02
Arduino: C++ Undefined reference to 'Class:Function()'

508 views

4 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

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

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

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

8 months ago

The Debug Zone
Pass-by-Value vs Pass-by-Reference: Deep Copy vs Shallow Copy Explained

In this video, we dive into the fundamental concepts of pass-by-value and pass-by-reference, two critical mechanisms in ...

2:16
Pass-by-Value vs Pass-by-Reference: Deep Copy vs Shallow Copy Explained

2 views

11 months ago