ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

86,629 results

Tsoding Daily
Smallest Pure Functional Language in C

Streamed Live on Twitch: https://twitch.tv/tsoding Chapters: - 00:00:00 - Main session - 03:19:58 - Footnote References: ...

3:23:01
Smallest Pure Functional Language in C

62,287 views

5 months ago

oneproduct
C++11/14 Lambda Functions

Using a lambda function I'll explain the syntax in a moment. The first things I want you to remark is that this song tour which we ...

27:35
C++11/14 Lambda Functions

6,390 views

9 years ago

Eyesomorphic
Programming with Math | The Lambda Calculus

The Lambda Calculus is a tiny mathematical programming language that has the same computational power as any language ...

21:48
Programming with Math | The Lambda Calculus

413,566 views

1 year ago

CppCon
Back to Basics: Lambdas - Nicolai Josuttis - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Lambdas, introduced with C++11, are used everywhere in modern ...

1:05:21
Back to Basics: Lambdas - Nicolai Josuttis - CppCon 2021

34,954 views

4 years ago

MIT OpenCourseWare
Lecture 9: Lambda Functions, Tuples, and Lists

Lambda functions are useful when you need a simple function once. Tuples and lists are indexable sequences of objects.

45:26
Lecture 9: Lambda Functions, Tuples, and Lists

53,580 views

2 years ago

CppCon
Back to Basics: Lambdas from Scratch - Arthur O'Dwyer - CppCon 2019

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

52:09
Back to Basics: Lambdas from Scratch - Arthur O'Dwyer - CppCon 2019

83,017 views

6 years ago

CppCon
C++ Lambda Idioms - Timur Doumler - CppCon 2022

https://cppcon.org/ --- C++ Lambda Idioms - Timur Doumler - CppCon 2022 https://github.com/CppCon/CppCon2022 Ever since ...

1:04:45
C++ Lambda Idioms - Timur Doumler - CppCon 2022

57,926 views

3 years ago

Code Insights
Getting Started with Lambda Expressions with Jeremy Clark

Subscribe for more content: http://vid.io/xqZ4 Check out our other videos: http://vid.io/xqZ9 Lambda expressions aren't that hard ...

42:10
Getting Started with Lambda Expressions with Jeremy Clark

80,626 views

11 years ago

KALI
Lambda Function in C++ | QML\QT | Making GUI in C++ | C++ Calculator | Tutorial | C++ Application

Lambda Function in C++ QML to QT C++ to QML ##This tutorial for c++ and QT/QML together## This tutorial covers C++ and ...

37:12
Lambda Function in C++ | QML\QT | Making GUI in C++ | C++ Calculator | Tutorial | C++ Application

388 views

2 years ago

Creel
C++ 11 Lambda Functions

In this video we'll look at a new style for implementing anonymous functions in C++ 11 and above. They're called Lambda ...

21:17
C++ 11 Lambda Functions

74,400 views

10 years ago

Mike Shah
C++ Lambdas  Part 2 - ‘The capture’ | Modern cpp series Ep. 102

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

20:26
C++ Lambdas Part 2 - ‘The capture’ | Modern cpp series Ep. 102

8,438 views

3 years ago

Mike Shah
Functors() - Function objects - functions with state | Modern Cpp Series Ep. 99

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

22:23
Functors() - Function objects - functions with state | Modern Cpp Series Ep. 99

20,285 views

3 years ago

cpwithcpp
A Guide to Lambda Functions in C++

... Lambda Functions 10:27 - Recursive Lambda Functions 15:27 - Lambda Functions to sort vectors 18:05 - Lambda Functions to ...

25:30
A Guide to Lambda Functions in C++

426 views

3 years ago

Embarcadero Technologies
Delphi Anonymous Methods and C++ Lambdas – when to use them and not use them

Developer Skill Sprints Delphi Anonymous Methods and C++ Lambdas – when to use them and not use them David Intersimone ...

49:11
Delphi Anonymous Methods and C++ Lambdas – when to use them and not use them

3,349 views

10 years ago

CppNow
Lambda All the Things - Braden Ganetsky - C++Now 2025

https://www.cppnow.org --- Lambda All the Things - Braden Ganetsky - C++Now 2025 --- Can we replace everything in our code ...

1:30:11
Lambda All the Things - Braden Ganetsky - C++Now 2025

3,762 views

6 months ago

malloc(42)
What led lambdas to the C++ standard? Talking proposals!

... to add lambda functions to the C++ standard (2006): http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1958.pdf 2.

21:34
What led lambdas to the C++ standard? Talking proposals!

140 views

4 years ago

Utah Cpp Programmers
Illuminating Lambda Expressions in C++

Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...

1:18:13
Illuminating Lambda Expressions in C++

886 views

5 years ago

cpponsea
A Kaleidoscope of C++ Lambdas - Dawid Zalewski - C++ on Sea 2024

https://cpponsea.uk​ --- A Kaleidoscope of C++ Lambdas - Dawid Zalewski - C++ on Sea 2024 --- Lambda expressions have ...

59:54
A Kaleidoscope of C++ Lambdas - Dawid Zalewski - C++ on Sea 2024

2,648 views

1 year ago

CppCon
Back To Basics: Lambda Expressions - Barbara Geller & Ansel Sermersheim - CppCon 2020

Once someone clearly understands the difference between a function object, function pointer, functor, and anonymous function, ...

1:01:19
Back To Basics: Lambda Expressions - Barbara Geller & Ansel Sermersheim - CppCon 2020

16,659 views

5 years ago

IQ95 The Homo Siliconiens
All About Lambda Function

We learn all about lambda functions in C++ programming. How to define, call, and pass lambda functions as function arguments ...

53:02
All About Lambda Function

439 views

8 years ago