ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,524,774 results

Low Level
what even is a "reference"?

When I was learning to program C++ as a beginner, I thought something was weird about C++ references. It's like a pointer.... but ...

5:44
what even is a "reference"?

173,129 views

3 years ago

The Cherno
REFERENCES in C++

Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno Patreon ▻ https://patreon.com/thecherno ...

10:13
REFERENCES in C++

644,032 views

8 years ago

Paul Programming
What is the Difference Between a Pointer and a Reference C++

In this video I explain the difference between a C++ pointer and a C++ reference. Donate - http://bit.ly/17vCDFx STILL NEED ...

7:58
What is the Difference Between a Pointer and a Reference C++

469,560 views

9 years ago

Mark Inman
C# Value vs Reference Types Explained

In this video, we explore the differences between value types and reference types in C#, and how they behave when copied or ...

6:40
C# Value vs Reference Types Explained

12,972 views

2 years ago

Portfolio Courses
Pass By Reference | C Programming Tutorial

An overview of pass by reference in C (sometimes also called call by reference). More accurately we can call this "pass by pointer" ...

10:12
Pass By Reference | C Programming Tutorial

51,977 views

4 years ago

The Cherno
Be Careful with References! // Bugs of C++

Check out TRMNL, your e-ink companion and get $10 off! ▻ https://usetrmnl.com/go/thecherno10 Patreon ...

11:50
Be Careful with References! // Bugs of C++

34,947 views

2 months ago

Neso Academy
References in C++

C++ Programming: References in C++ Topics discussed: 1. Introduction to Pointers in C++ 2. References in C++ 3. References vs.

18:31
References in C++

4,187 views

2 months ago

People also watched

CppCon
Back to Basics: Understanding Value Categories - Ben Saks - CppCon 2019

http://CppCon.org Discussion & Comments: https://www.reddit.com/r/cpp/ Presentation Materials: ...

53:48
Back to Basics: Understanding Value Categories - Ben Saks - CppCon 2019

44,726 views

6 years ago

Bald. Bearded. Builder.
C#: Class, Struct or Record - Which Should You Choose?

Hello world! My name is Michael. In this video, I'll be covering what a C# class, struct, record class, and record struct are and when ...

7:53
C#: Class, Struct or Record - Which Should You Choose?

54,032 views

1 year ago

Frans Hofmeester
Lotte 0 to 21 in 21 seconds

My lovely beautiful daughter is 21 now. Happy birthday Lotte! We welcome comments in the Community tab! "To use this video in ...

0:22
Lotte 0 to 21 in 21 seconds

8,012,406 views

5 years ago

CppCon
Back to Basics: Move Semantics (part 1 of 2) -  Klaus Iglberger - CppCon 2019

http://CppCon.org Discussion & Comments: https://www.reddit.com/r/cpp/ Presentation Slides, PDFs, Source Code and other ...

55:17
Back to Basics: Move Semantics (part 1 of 2) - Klaus Iglberger - CppCon 2019

125,414 views

6 years ago

Maker's Wharf
Dependency Injection in C++

Level up your programming by using Dependency Injection in C++! Related tutorials : -------------------------------------- Header ...

14:30
Dependency Injection in C++

8,968 views

4 years ago

Caleb Curry
Working with References in C++

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

9:14
Working with References in C++

26,516 views

5 years ago

Paul Programming
What is the Difference Between Pass By Pointer and Pass By Pointer Reference (int * and int * &) C++

In this tutorial, I explain the difference between passing by pointer and passing by pointer reference in a C++ program. Donate ...

12:39
What is the Difference Between Pass By Pointer and Pass By Pointer Reference (int * and int * &) C++

93,390 views

9 years ago

Caleb Curry
C++ Programming Tutorial 67 - Pass By Reference and Pass By Value

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

8:08
C++ Programming Tutorial 67 - Pass By Reference and Pass By Value

103,848 views

6 years ago

Dave's Garage
Master Pointers in C:  10X Your C Coding!

Pointer basics, indirection, void pointers, pointers to pointers, function pointers, callbacks and much more in this comprehensive ...

14:12
Master Pointers in C: 10X Your C Coding!

408,484 views

2 years ago

Bo Qian
C++ 11: Rvalue Reference -- Move Semantics

Purpose of move semantics: avoid costly and unnecessary deep copying. 1. Move semantics is particularly powerful where ...

14:22
C++ 11: Rvalue Reference -- Move Semantics

155,013 views

11 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 139 - References To Pointers

Awesome T-Shirts! Sponsors! Books! ☟☟ T-SHIRTS AVAILABLE! ▻ The best C++ T-Shirts anywhere!

8:07
C++ Weekly - Ep 139 - References To Pointers

15,248 views

7 years ago

The Cherno
lvalues and rvalues in C++

The first 1000 people who click the link in the description will get 2 free months of Skillshare Premium: ...

14:13
lvalues and rvalues in C++

379,478 views

5 years ago

Maker's Wharf
Pointers and References in C++

The main difficulty with pointers and references in C++ is in syntax, not in concepts. By isolating the challenge posed by syntax we ...

7:02
Pointers and References in C++

398 views

4 years ago

Mike Shah
lvalue, rvalue, lvalue references and an intro to rvalue references | Modern Cpp Series Ep. 31

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

30:10
lvalue, rvalue, lvalue references and an intro to rvalue references | Modern Cpp Series Ep. 31

26,599 views

3 years ago

Low Level
you will never ask about pointers again after watching this video

One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...

8:03
you will never ask about pointers again after watching this video

3,115,649 views

3 years ago

Dr M
Lecture 8 - References in C++

Passing arguments by value and passing arguments by reference to a function in C++.

25:13
Lecture 8 - References in C++

522 views

4 years ago

Caleb Curry
References in C++ Explained

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

14:21
References in C++ Explained

114,706 views

5 years ago

Zen Sepiol
C++ Tutorial - Pointers and References explained

In this c++ tutorial we will cover pointers and references Pointers and references are the two options of indirection in c++.

12:17
C++ Tutorial - Pointers and References explained

295 views

4 years ago

Bro Code
C++ pass by VALUE vs pass by REFERENCE? 📧

pass #value #reference Pass by value vs pass by reference tutorial example explained.

4:17
C++ pass by VALUE vs pass by REFERENCE? 📧

65,448 views

1 year ago

Tech With Tim
Learn C++ With Me #14 - References (&)

Welcome to another C++ tutorial for beginners! In this video, I will be covering references. There is generally some confusion ...

12:29
Learn C++ With Me #14 - References (&)

32,583 views

4 years ago

The OpenBSD guy
Top C programming references

C programming references that I recommend #cprogramming #programming.

7:20
Top C programming references

675 views

3 years ago

Nick
Learning C++20: Atomic References

In this video we look at the basics of using atomic_ref in C++20! For code samples: http://github.com/coffeebeforearch For live ...

5:05
Learning C++20: Atomic References

1,200 views

6 years ago

Aaron Gray
C++ and Beyond 2012: Scott Meyers - Universal References in C++11

Scott Meyers presents "Universal References in C++11". This was filmed at C++ and Beyond 2012. This is the full session in all of ...

1:23:43
C++ and Beyond 2012: Scott Meyers - Universal References in C++11

2,891 views

3 years ago