ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,765 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++ : 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

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,194 views

4 years ago

Profesor Retroman
C++: Manager-Render: reference binding, includes, and forward declarations

[C++ 3.5]: Complete series http://bit.ly/CppGameDev19 Previous C++ series: http://bit.ly/CppDev2016-19 TinyPTC UA Library ...

21:09
C++: Manager-Render: reference binding, includes, and forward declarations

1,725 views

6 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

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

CppNow
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

Shared pointers play a fundamental part of modern C++ programming. However, they come with a price. The price usually known ...

1:24:51
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

3,301 views

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

MUCplusplus
[MUC++] Arthur O'Dwyer - "The Complete Guide to return x;" (Virtual)

Join Arthur O'Dwyer on a deep dive into Return Value Optimization, implicit move, and related topics. C++ has always been able ...

1:44:31
[MUC++] Arthur O'Dwyer - "The Complete Guide to return x;" (Virtual)

3,125 views

6 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

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

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

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

CppNow
C++Now 2018: Alan Talbot “Moving Faster: Everyday Efficiency in Modern C++”

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

1:28:57
C++Now 2018: Alan Talbot “Moving Faster: Everyday Efficiency in Modern C++”

13,050 views

8 years ago

CppNow
C++Now 2018: Jason Turner “Initializer Lists Are Broken, Let's Fix Them”

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

1:31:38
C++Now 2018: Jason Turner “Initializer Lists Are Broken, Let's Fix Them”

15,823 views

8 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

Peter Schneider
C++ reference to a variable on its initialization [duplicate]

C++ reference to a variable on its initialization [duplicate] I hope you found a solution that worked for you :) The Content (except ...

1:52
C++ reference to a variable on its initialization [duplicate]

2 views

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