ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,204 results

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

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

CppNow
Michael Caisse: Lambda Functions

Michael's talk from C++Now! 2012 Anonymous functions have proven to be a useful tool in many languages. Their locality and ...

1:44:21
Michael Caisse: Lambda Functions

2,572 views

13 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

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

8 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,428 views

7 years ago

CppNow
C++Now 2019: Michael Park “Pattern Matching: Match Me If You Can”

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

1:29:26
C++Now 2019: Michael Park “Pattern Matching: Match Me If You Can”

4,643 views

6 years ago

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

... talk about Lambda Expressions a Lambda expression is the in place creation of a function so the type of Lambda expression is ...

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

5 views

5 years ago

Erarnitox
Lambdas & Callbacks in C++

Get your first exposure to captures and lambda functions in modern C++ . These concepts, especially callback functions, will be ...

10:21
Lambdas & Callbacks in C++

295 views

3 months ago

The Debug Zone
Fixing Error CS1977: Lambda Expression in Dynamically Dispatched Operations

In this video, we dive into the intricacies of error CS1977, which often arises when working with lambda expressions in ...

1:54
Fixing Error CS1977: Lambda Expression in Dynamically Dispatched Operations

1 view

4 months ago

Kristopher Micinski
L6: Lambdas

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

25:38
L6: Lambdas

2,760 views

4 years ago

Sam “SupDor” Carpenter
34. Lambda Expressions_part - 3/3.wmv

Learning to Program Using Visual .Basic 2010 Module 13 34. Lambda Expressions.

0:53
34. Lambda Expressions_part - 3/3.wmv

226 views

14 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,732 views

13 years ago

Peter Schneider
CS9236 Compiling requires binding the lambda expression at least 100 times

CS9236 Compiling requires binding the lambda expression at least 100 times I hope you found a solution that worked for you ...

2:51
CS9236 Compiling requires binding the lambda expression at least 100 times

161 views

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

Sam “SupDor” Carpenter
34. Lambda Expressions_part - 1/3.wmv

Learning to Program Using Visual .Basic 2010 Module 13 34. Lambda Expressions.

31:52
34. Lambda Expressions_part - 1/3.wmv

2,088 views

14 years ago

The Debug Zone
Understanding C# Lambda Expressions: How Variable Capturing Works

Today's Topic: Understanding C# Lambda Expressions: How Variable Capturing Works Thanks for taking the time to learn more.

2:05
Understanding C# Lambda Expressions: How Variable Capturing Works

2 views

10 months 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,407 views

9 years ago

Sam “SupDor” Carpenter
34. Lambda Expressions_part - 2/3.wmv

Learning to Program Using Visual .Basic 2010 Module 13 34. Lambda Expressions.

0:34
34. Lambda Expressions_part - 2/3.wmv

362 views

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

5 months ago

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

Today's Topic: How to Immediately Invoke a C++ Lambda Function: Quick Guide & Examples Thanks for taking the time to learn ...

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

29 views

7 months ago

The Debug Zone
Lambda expression to convert list int to list string in c#

c#: Lambda expression to convert list int to list string in c#233 Thanks for taking the time to learn more. In this video I'll go through ...

4:17
Lambda expression to convert list int to list string in c#

12 views

1 year 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,731 views

11 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

8 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

11 months ago