ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

67,033 results

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

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

883 views

5 years ago

Peter Schneider
What is a lambda expression in C++11?

What is a lambda expression in C++11? I hope you found a solution that worked for you :) The Content (except music & images) is ...

8:19
What is a lambda expression in C++11?

46 views

3 years ago

Einsteinzee
Learning by doing :: C++ -- Lambda Expressions in C++

This video is part of the new series called "Learning by doing :: C++" which is dedicated to random topics in C++. Here we talked ...

12:33
Learning by doing :: C++ -- Lambda Expressions in C++

94 views

1 year ago

Kristopher Micinski
L17: Lambda Calculus Reductions and Substitution

code: https://gist.github.com/kmicinski/56b331a10415251b871c3c6a1648a08c dana scott's history of lambda calculus ...

33:55
L17: Lambda Calculus Reductions and Substitution

18,006 views

4 years ago

The Debug Zone
How to Immediately Invoke a C++ Lambda Function: Quick Guide & Examples

In this video, we dive into the world of C++ lambda functions, exploring how to invoke them immediately for efficient coding.

1:31
How to Immediately Invoke a C++ Lambda Function: Quick Guide & Examples

29 views

6 months ago

Dev Corner
Lambda Functions - Mary had a little lambda by Anjana Vakil

Mary had a little lambda, a function pure as snow. And for every program that Mary wrote, the lambda was all she needed to know.

44:21
Lambda Functions - Mary had a little lambda by Anjana Vakil

11,961 views

7 years ago

Leira Hua
Lambdas, Lambdas Everywhere

Lambdas, Lambdas Everywhere by Herb Sutter http://channel9.msdn.com/Events/PDC/PDC10/FT13.

58:57
Lambdas, Lambdas Everywhere

6,729 views

13 years ago

Kristopher Micinski
L6: Lambdas

Reading: SICP section 1.3 up to (stopping right before) 1.3.3 ...

25:38
L6: Lambdas

2,738 views

4 years ago

OpenWebinars
QUÉ SON LAS FUNCIONES LAMBDA EN C++

Te explicamos qué son las funciones lambda en C++ y te mostramos de forma práctica cómo utilizarlas.▻▻ Suscríbete para ...

8:36
QUÉ SON LAS FUNCIONES LAMBDA EN C++

4,415 views

7 years ago

Peter Schneider
Strange behaviour of boolean lambda in c++

Strange behaviour of boolean lambda in c++ I hope you found a solution that worked for you :) The Content is licensed under ...

2:31
Strange behaviour of boolean lambda in c++

1 view

1 year ago

LispNYC
John Tromp: The Binary Lambda Calculus, The Smallest Program Language

We'll discuss the Binary Lambda Calculus (BLC), an extremely simple programming language that is basically lambda calculus ...

3:03:36
John Tromp: The Binary Lambda Calculus, The Smallest Program Language

3,867 views

Streamed 2 years ago

The Debug Zone
Modifying Vectors in C++11 Lambda Functions: Capture by Reference Explained

In this video, we dive into the powerful world of C++11 lambda functions, focusing specifically on how to modify vectors using ...

1:34
Modifying Vectors in C++11 Lambda Functions: Capture by Reference Explained

23 views

7 months ago

Fred Martin
Transforming let and lambda expressions

Transforming let expressions into lambda expressions and vice-versa, including let*. From UMass Lowell's COMP.3010 ...

31:22
Transforming let and lambda expressions

258 views

8 years ago

Codegram
Full Stack Fest 2015: Fun with Lambdas!, by Corey Haines

A talk from Full Stack Fest 2015 (http://fullstackfest.com/) You've probably heard about the lambda calculus, building up our ...

36:53
Full Stack Fest 2015: Fun with Lambdas!, by Corey Haines

1,272 views

10 years ago

The Debug Zone
Fixing Lambda Capture Issues with Array Elements in C++: A Step-by-Step Guide

In this video, we delve into a common challenge faced by C++ developers: lambda capture issues when working with array ...

1:29
Fixing Lambda Capture Issues with Array Elements in C++: A Step-by-Step Guide

1 view

10 months ago

The Debug Zone
Understanding Lambda Capture Issues in C++: GCC Compiler Bug Explained

In this video, we delve into the intricacies of lambda capture issues in C++, specifically focusing on a notable bug found in the ...

2:57
Understanding Lambda Capture Issues in C++: GCC Compiler Bug Explained

23 views

6 months ago

The Debug Zone
Can You Declare a Constexpr Lambda Inside a Template Parameter in C++?

In this video, we dive into the intriguing world of C++ templates and constexpr lambdas. As modern C++ continues to evolve, ...

1:31
Can You Declare a Constexpr Lambda Inside a Template Parameter in C++?

1 view

10 months ago

Julian Kunkel
CS1PC C++ Week 5-2-2: Modern C++: Lambda Expressions
7:07
CS1PC C++ Week 5-2-2: Modern C++: Lambda Expressions

5 views

5 years ago

Roel Van de Paar
Achieving clean lambda functions in C++11 (6 Solutions!!)

Achieving clean lambda functions in C++11 Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

4:44
Achieving clean lambda functions in C++11 (6 Solutions!!)

5 views

3 years ago

The Debug Zone
Why Does a Lambda Run Faster in std::thread vs Main in GCC 4.9.2?

In this video, we delve into the intriguing performance differences between running a lambda function in a `std::thread` versus ...

3:39
Why Does a Lambda Run Faster in std::thread vs Main in GCC 4.9.2?

22 views

1 year ago

The Debug Zone
How to Return a Recursive Lambda from a Function in C++: A Complete Guide

In this video, we delve into the fascinating world of C++ programming, specifically focusing on the concept of recursive lambdas.

2:16
How to Return a Recursive Lambda from a Function in C++: A Complete Guide

2 views

4 months ago

Peter Schneider
C++20 converting a function template to generic lambda

C++20 converting a function template to generic lambda I hope you found a solution that worked for you :) The Content (except ...

3:09
C++20 converting a function template to generic lambda

10 views

2 years ago

The Debug Zone
Resolving GCC 6.x Warning: Lambda Visibility Issues Explained

In this video, we delve into the common warning encountered in GCC 6.x related to lambda visibility issues. As C@TheDaniRep ...

3:39
Resolving GCC 6.x Warning: Lambda Visibility Issues Explained

14 views

1 year ago

SwedenCpp
Petter Holmberg: Functional parsing in C++20

Is C++20 a language that supports a functional style of programming? Can we write modern C++ code in a pure functional style ...

1:35:40
Petter Holmberg: Functional parsing in C++20

2,500 views

3 years ago