ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,420 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,391 views

9 years ago

MUCplusplus
[MUC++] Rainer Grimm - "Concepts in C++20: Evolution or Revolution?" (Virtual)

The key idea of generic programming with templates is to define functions and classes which can be used with various types.

1:18:08
[MUC++] Rainer Grimm - "Concepts in C++20: Evolution or Revolution?" (Virtual)

290 views

5 years ago

Cpp Usergroup Dresden
Hendrik Niemeyer "Intro to C++20's Concepts"

One of the biggest new features of C++20 are concepts. Concepts define requirements on template arguments which are enforced ...

1:16:53
Hendrik Niemeyer "Intro to C++20's Concepts"

1,870 views

5 years ago

ScienceOfLife
C++ 10: Functions- Overloading and Recursion

This series is for beginners in computer programming language C++. Lecture 1: https://youtu.be/ChW8y_q74PA Lecture 2: ...

28:07
C++ 10: Functions- Overloading and Recursion

865 views

4 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

The 1.000.000.000
C Object Oriented Programming - Basic to Advance
2:46:57
C Object Oriented Programming - Basic to Advance

59 views

7 years ago

CoreCppIL
A fun example of polymorphism with std::function

Presented by Dima Udashnik (aka StoryTeller) at Core C++ online meetup, October 2020. The slides can be found at ...

20:33
A fun example of polymorphism with std::function

3,331 views

5 years ago

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

Open methods - virtual functions declared outside a class - solve many important problems: they make components more ...

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

722 views

9 years ago

MisterArk
CS3 Lesson 13: Structs and overloading operators

C++ http://arkiletian.com/cs3.

41:53
CS3 Lesson 13: Structs and overloading operators

134 views

4 years ago

CoreCppIL
A novel approach for type promotion and overloading

By Shachar Shemesh, presented at Core C++ 2022 conference. C++'s overload mechanism is not, usually, the focus of a lot of ...

1:06:30
A novel approach for type promotion and overloading

570 views

2 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

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

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

12 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,710 views

8 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

Cave of Programming
C++ Tutorial for Beginners 15 - Complex Conditions

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

21:18
C++ Tutorial for Beginners 15 - Complex Conditions

22,348 views

11 years ago

MUCplusplus
[MUC++] Robert Schimkowitsch - Safe and Readable Code: Monadic Operations in C++23

Let's talk about monads. What are they? Why and how would you use them? The aim of this talk is to introduce some fundamental ...

1:30:27
[MUC++] Robert Schimkowitsch - Safe and Readable Code: Monadic Operations in C++23

255 views

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