ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,909 results

CWCS Education
CS225 U2 L2

Covers: - Function overloading - Function templates - Standard Template Library - c-strings / C++ Strings - Function Stubs.

20:34
CS225 U2 L2

22 views

5 years ago

CppNow
Sebastian Redl: Overloading the Member Access Operator

Overloading the direct member access (dot) operator would allow interesting use cases in normal and meta-programming to be ...

1:36:26
Sebastian Redl: Overloading the Member Access Operator

1,432 views

12 years ago

CppNow
David Stone: Type Deduction in C++14

C++14 has many ways of naming a type. In addition to using the type's name directly, we have auto, auto &, auto const &, auto && ...

1:31:41
David Stone: Type Deduction in C++14

4,400 views

9 years ago

CppNow
Boris Kolpackov: Practical C++11: What I Learned Adding C++11 Support to ODB

Adding C++11 support to a C++ ORM was a great way to get practical experience with the new language features and their ...

1:24:38
Boris Kolpackov: Practical C++11: What I Learned Adding C++11 Support to ODB

1,377 views

12 years ago

Using std::cpp
Some fun with Reactive Programming in C++17. Joaquin M. Lopez Muñoz.

Reactive Programming models program behavior as a directed graph of data dependencies where state changes propagate ...

47:14
Some fun with Reactive Programming in C++17. Joaquin M. Lopez Muñoz.

7,390 views

6 years ago

Tricky Bytes
Function overloading in c++ | Urdu | hindi

In this video we will learn about function overloading in C++. How to use same name for different functions and call each of them ...

20:59
Function overloading in c++ | Urdu | hindi

6 views

5 years ago

CppNow
C++Now 2017: Vittorio Romeo “Implementing `variant` visitation using lambdas"

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

1:29:34
C++Now 2017: Vittorio Romeo “Implementing `variant` visitation using lambdas"

3,719 views

8 years ago

CppNow
Jean-Louis Leroy: Yomm11: Open Multi-Methods for C++11

Multi-methods extend to run time the multi-argument selection found in function overloading and template specialization.

1:30:33
Jean-Louis Leroy: Yomm11: Open Multi-Methods for C++11

722 views

9 years ago

computer langauages
Functions in C programming language

without return type and without parameters without return type and with parameters with return type and without parameters with ...

25:10
Functions in C programming language

15 views

5 years ago

Redemptie
C++ Programming 29, Polymorphism : Operator Overloading 1

C++ Programming with Eclipse IDE, This is a serious of tutorials for C++ Classes. Operating Overloading 1. operators are methods ...

21:09
C++ Programming 29, Polymorphism : Operator Overloading 1

629 views

13 years ago

CppNow
A Tutorial Introduction to C++11/14 - Part II

Leor Zolman's talk from C++Now 2014 Slides are available here: ...

1:40:53
A Tutorial Introduction to C++11/14 - Part II

8,724 views

11 years ago

Mahesh
Lecture 21- Operator Overloading in C++

In this video, we will discuss about overloading of operators in C++ programming.

28:23
Lecture 21- Operator Overloading in C++

10 views

6 years ago

Using std::cpp
C++20 Concepts  Bringing sanity to generic programming   Michael Hava

Generic programming has been a cornerstone of “Modern C++” ever since the introduction of the STL in 1994, yet it took until ...

49:26
C++20 Concepts Bringing sanity to generic programming Michael Hava

631 views

2 years ago

Whiteboard Lectures
Funtions in  C ++

Modular Programming Parts of a Function Inline Function Default Arguments Function Overloading.

36:26
Funtions in C ++

47 views

5 years ago

shadhu yadav
A Tutorial Introduction to C++11/14 - Part II

I created this video with the YouTube Video Editor (https://www.youtube.com/editor)

1:40:53
A Tutorial Introduction to C++11/14 - Part II

20 views

9 years ago

Warwick RSE
Inside the black box - Functions, overloading, templates and symbols

We discuss why symbols have to be unique and how this connects to the ideas of function overloading and templates in ...

22:59
Inside the black box - Functions, overloading, templates and symbols

26 views

3 years ago

Derek Harter
COSC 2336 Data Structures and Algorithms : C++ Class Method and Function Overloading

Unit Inheritance Overloading and Templates, Video 02 - C++ Class Method and Function Overloading In this video we look at ...

51:48
COSC 2336 Data Structures and Algorithms : C++ Class Method and Function Overloading

71 views

5 years ago

CppNow
yomm2: Fast, Orthogonal, Open Methods in a Library - Jean-Louis Leroy - C++Now 2018

http://cppnow.org — yomm2: Fast, Orthogonal, Open Methods in a Library - Jean-Louis Leroy - C++Now 2018 Presentation Slides, ...

1:31:47
yomm2: Fast, Orthogonal, Open Methods in a Library - Jean-Louis Leroy - C++Now 2018

821 views

7 years ago

CppNow
C++Now 2018: Keno Fischer & Bart Janssens “The Julia Language and C++: The Perfect Marriage?”

Similarly to C++, function overloading is supported, resulting in a "multiple dispatch" system that chooses the correct function to ...

1:25:05
C++Now 2018: Keno Fischer & Bart Janssens “The Julia Language and C++: The Perfect Marriage?”

7,396 views

7 years ago

CppNow
Leor Zolman: A Zephyr Overview of C++11 (Part I)

Last year I covered most of C++11 in one 90-minute "whirlwind" session, a feat only made possible by moving at a breakneck ...

1:28:35
Leor Zolman: A Zephyr Overview of C++11 (Part I)

1,469 views

12 years ago