ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

18,890 results

Cpp Usergroup Dresden
Georg Bannasch "Expressive functional C++"

Functional programming offers great concepts to write expressive code. In this talk I want to present a few (mostly very basic) ...

48:15
Georg Bannasch "Expressive functional C++"

311 views

6 years ago

Tiago Cogumbreiro
CS450   S21   17   02  Introducing Lambda S

We're now going to learn a language called lambda s which is short for mini racket right so what we'll learn in today's videos or a ...

7:56
CS450 S21 17 02 Introducing Lambda S

171 views

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

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

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

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

Tiago Cogumbreiro
CS450   21   2  lambda f syntax

... all functions actually should only take one forever so that's just return one parameter variable X okay so this represents lambda ...

13:51
CS450 21 2 lambda f syntax

83 views

5 years ago

Kristopher Micinski
L6: Lambdas

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

25:38
L6: Lambdas

2,759 views

4 years ago

CppNow
Intro to Functional Programming in C++

David Sankel's presentation from C++Now 2014 Slides are available here: ...

1:15:54
Intro to Functional Programming in C++

15,011 views

11 years ago

CppNow
C++Now 2018: Alan Talbot “Loop Exit Blocks: A proposal for C++20”

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

4:55
C++Now 2018: Alan Talbot “Loop Exit Blocks: A proposal for C++20”

1,840 views

7 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

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

... this with prototypes to reduce the need to specify return so you can say aut to I fun and this one is a Lambda function on the right ...

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

294 views

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

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

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

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

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

SwedenCpp
Phil Nash: Not your Grandparent's C++, Part 1

C++ has been around since the 80s, and is based on a legacy that stretches back to the 70s, 60s and earlier (depending on how ...

56:20
Phil Nash: Not your Grandparent's C++, Part 1

3,078 views

3 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
Copying std::function with Lambda Default Parameters: A Technical Guide

In this video, we delve into the intricacies of copying `std::function` objects in C++ when using lambda expressions with default ...

4:15
Copying std::function with Lambda Default Parameters: A Technical Guide

21 views

1 year ago

Codanics
Functions and lambda functions in python | #python #pythonkachilla #aikachilla

Lambda functions let you create small anonymous functions on-the-fly. Grasp lambda function syntax, use cases like ...

29:19
Functions and lambda functions in python | #python #pythonkachilla #aikachilla

4,566 views

2 years ago

Bald. Bearded. Builder.
Better C# Anonymous Functions & Lambdas #csharp #dotnet #developer #code #programming

C# 12 is making anonymous functions & lambda expressions a little easier with default values and params flagged parameters.

0:42
Better C# Anonymous Functions & Lambdas #csharp #dotnet #developer #code #programming

452 views

2 years ago

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

And for every program that Mary wrote, the lambda was all she needed to know. Python's lambda, a tiny anonymous function, can ...

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

11,966 views

7 years ago

Adam Doupé
CSE 340 F16 Office Hours: "Lambda Calculus"

Recorded office hours discussion for CSE 340 F16. Discussed disambiguation rules for lambda calculus. Lecture slides and other ...

7:39
CSE 340 F16 Office Hours: "Lambda Calculus"

1,384 views

9 years ago