ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113 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

41 views

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

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

2 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

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

693 views

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

7 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

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

4 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

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

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

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

10 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

65 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

Last Mile Developer
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

https://cpp.rougneuron.in Disclaimer: The audio is generated using curated resources summarized by Google NotebookLM.

15:51
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

1,119 views

10 months ago

Rachel Wil Singh
The string library in C++ #cplusplus #cpp #programming #strings

Documentation: https://cplusplus.com/reference/string/string/ { " Motto": "❤️ Be Creative ❤️ Be Kind ❤️", " ‍ About": ...

1:57
The string library in C++ #cplusplus #cpp #programming #strings

1,398 views

6 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

2 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

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)

368 views

11 months ago