ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103 results

Carlos Saraiva
Value vs Reference Types in C# Stack and Heap with Clear Examples

In this beginner-friendly lesson, we unpack one of the most important C# fundamentals: the difference between value types and ...

7:35
Value vs Reference Types in C# Stack and Heap with Clear Examples

42 views

2 months ago

src7cse
Pointer concept in C , Call by Value and Call by Reference, NULL, Void, Dangling, Volatile pointers

Full note is here... https://drive.google.com/file/d/1xoGD1ok_YlBEoxIB4iJXMoM00VKS8mPz/view?usp=sharing.

15:41
Pointer concept in C , Call by Value and Call by Reference, NULL, Void, Dangling, Volatile pointers

50 views

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

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

3 months 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

4 months 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

4 months ago

Sophia Wagner
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 Hey guys! Hopefully you found a solution ...

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

4 views

9 days ago

Carlos Saraiva
C# Variables and Types

Learn C# Variables and Types in one clear lesson. We'll cover how to declare and initialize variables, instantiate classes and ...

8:45
C# Variables and Types

0 views

2 months ago

Peter Schneider
Why does Deducing-This lambda require this to be a reference or capturing variables by reference?

Why does Deducing-This lambda require this to be a reference or capturing variables by reference? I hope you found a solution ...

2:06
Why does Deducing-This lambda require this to be a reference or capturing variables by reference?

38 views

4 months ago

AISSMS INSTITUTE OF INFORMATION TECHNOLOGYY - IOIT
Difference between Call by Value and Call by Reference in C

Call by Value vs Call by Reference in C: Working, Examples & Differences.

6:13
Difference between Call by Value and Call by Reference in C

8 views

8 days 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

Empathy Monster
Hare Programming Tutorial | 5 of n - Memory Management

Part 5 of a series covering the official Hare programming language tutorial. This video covers Memory Management.

1:13:31
Hare Programming Tutorial | 5 of n - Memory Management

695 views

2 months ago

Technology with Vivek
Write a C++ program for Call by Value and Call by Reference

Our Social Platforms : Facebook:https://www.facebook.com/TechnologywithVivek Web: https://www.technologywithvivek.com Title ...

4:38
Write a C++ program for Call by Value and Call by Reference

66 views

5 months ago

The Debug Zone
How to Emit a Dynamic Method Returning a Ref in C# - Step-by-Step Guide

In this video, we'll explore the intricacies of emitting dynamic methods in C# that return a reference type. Whether you're a ...

2:05
How to Emit a Dynamic Method Returning a Ref in C# - Step-by-Step Guide

0 views

3 months ago

someprofs
20251027 CISP 300

... a reference to wherever local variable x is so now we look up x and go like okay x where are you x says I am in column c so now ...

1:13:38
20251027 CISP 300

46 views

2 months ago

Pragyan Khati
Basic Pointers and Char Ptr Intricacies
15:57
Basic Pointers and Char Ptr Intricacies

12 views

5 months ago

Mindfire Tech
New Null Support in C#

No more NullReferenceExceptions! Learn all about the new support for Nullable Reference Types introdued in C# 8. 00:00 Intro ...

23:11
New Null Support in C#

515 views

9 months ago

The Debug Zone
Understanding Rvalue to Lvalue Conversion in C++: Common Challenges Explained

In this video, we delve into the intricacies of Rvalue to Lvalue conversion in C++, a fundamental concept that often confuses both ...

1:30
Understanding Rvalue to Lvalue Conversion in C++: Common Challenges Explained

9 views

8 months ago

someprofs
20250414 CISP 300

... to find local variable x Where is local variable x it is in column c So instead of writing the value we now say this is a reference to ...

1:23:15
20250414 CISP 300

66 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

5 months ago