ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

130 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

38 views

1 month 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

9 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

Learn and enjoy learning
Mastering Recursive Functions & Pass by Value/reference in C Programming

"In this video, we dive deep into the fundamentals of C programming by exploring recursive functions and the concept of pass by ...

7:33
Mastering Recursive Functions & Pass by Value/reference in C Programming

31 views

11 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

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

49 views

6 months ago

The Debug Zone
Understanding Const References in C++: Do They Preserve Object Lifetime?

In this video, we delve into the intricacies of const references in C++. As a fundamental concept in C++, understanding how const ...

4:39
Understanding Const References in C++: Do They Preserve Object Lifetime?

8 views

11 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

3 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

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

1 month ago

chriss code support
Grundlagen C++ - 05 - Funktionen

C++ FUNKTIONEN – DEKLARATION, PARAMETER & RÜCKGABEWERTE In diesem Video wird erklärt, wie Funktionen in C++ ...

7:28
Grundlagen C++ - 05 - Funktionen

160 views

10 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

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

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

53 views

4 months ago

Cale Technology Enterprise (CTE)
Brief History of C++ Language

C++ Language Tutorial: Brief History of C++ Language In 1979, Bjarne Stroustrup, a Danish computer scientist, began work on "C ...

13:22
Brief History of C++ Language

101 views

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

2 months ago

The Coding Gopher
Pointers are ez

Inquiries: thecodinggopher@gmail.com ☕ Buy Me a Coffee: http://ko-fi.com/thecodinggopher ‍ Thank you for watching, and ...

4:14
Pointers are ez

1,723 views

11 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

1 month 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

681 views

1 month 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

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

514 views

8 months ago

Peter Schneider
C++ How to define a member variable that is either passed into or constructed within a constructor

C++ How to define a member variable that is either passed into or constructed within a constructor I hope you found a solution that ...

3:52
C++ How to define a member variable that is either passed into or constructed within a constructor

2 views

9 months ago

someprofs
20251029 CISP 300

... 9 we allocate for local variable X so we allocate the leftmost available column which is column C for local variable X which starts ...

1:16:44
20251029 CISP 300

77 views

1 month 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

Make Programming Fun Again
Learn C Like It's 1996: vertical histogram; function definitions (Kernighan & Ritchie Challenge #4)

Repository with code: https://github.com/moroz/kernighan_and_ritchie This video is part of a new series, in which I read the book ...

1:02:17
Learn C Like It's 1996: vertical histogram; function definitions (Kernighan & Ritchie Challenge #4)

366 views

10 months ago