ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,772 results

Dandalf
C / C++ Functions

The video discusses library functions and user defined functions, calling a function - arguments and parameters, function ...

33:22
C / C++ Functions

192 views

6 years ago

Cave of Programming
C++Tutorial for Beginners 43 - References; Nicer than Pointers!

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

8:39
C++Tutorial for Beginners 43 - References; Nicer than Pointers!

9,964 views

11 years ago

Profesor Retroman
C++ References, Heap, Array and Vector Starting an ECS GameEngine

Course: https://bit.ly/CPPGameDev-2021-Curso ==== Session 2.1 - November 23, 2021 ==== We begin programming an Entity Manager ...

1:08:00
C++ References, Heap, Array and Vector Starting an ECS GameEngine

5,196 views

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

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

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

C# DOTNET
Lecture 16 - Functions and References | C/C++ Video Tutorials and Lectures for Beginners

Complete list: http://hoven.in/Home/Videos/CPP-Video-Tutorials/ Transcription ============= Welcome to this session of my ...

13:02
Lecture 16 - Functions and References | C/C++ Video Tutorials and Lectures for Beginners

134 views

10 years ago

The Debug Zone
Understanding Memory Allocation with Reference Variables in C++: A Complete Guide

In this video, we delve into the intricacies of memory allocation in C++, focusing specifically on the role of reference variables.

4:13
Understanding Memory Allocation with Reference Variables in C++: A Complete Guide

5 views

1 year ago

Profesor Retroman
C++ : rvalue references, move constructor & move assignment operator

Explicamos las diferencias clave entre lvalues y rvalues en C++ para introducir las #rvalue_references. Con ello, mostramos ...

1:19:17
C++ : rvalue references, move constructor & move assignment operator

1,922 views

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

Ron Wellman
09 - Pass by Reference vs Pass by Value

In video 09 of our series on rediscovering the C programming language, we'll discuss the difference between pass by value and ...

36:28
09 - Pass by Reference vs Pass by Value

36 views

5 years ago

CppNow
C++Now 2018: Titus Winters “Modern C++ API Design: From Rvalue-References to Type Design”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:31:55
C++Now 2018: Titus Winters “Modern C++ API Design: From Rvalue-References to Type Design”

19,197 views

8 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

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

Bioelectric Base
C++ Programming Decoded 24 References and When to Pick Them Over Pointers

https://www.bioelectricbase.com/ CHAPTERS 0:00 The Bank Function That Loses Money 0:58 One Character Fixes It 2:06 You ...

16:13
C++ Programming Decoded 24 References and When to Pick Them Over Pointers

0 views

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

CppNow
Ownership of Memory in C++

David Stone's presentation from C++Now 2014 Slides are available here: ...

1:29:58
Ownership of Memory in C++

5,950 views

11 years ago

CS101.2x
CS101x S454 Concluding Comments on C Plus Plus Standard Library

Well, we could pass them by reference. So here is an alternative form of the same function func1 but here I have passed the ...

13:14
CS101x S454 Concluding Comments on C Plus Plus Standard Library

1,143 views

4 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

KarBytes CS
C++ Tutorial: Intro to Pointers

An overview of pointers in C++. Topics include referencing, dereferencing, arrays, and dynamic memory allocation.

4:37
C++ Tutorial: Intro to Pointers

127 views

11 years ago