ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

33,672 results

Eric Charnesky
CIS 297 - C# Programming - Lambda expressions

And we give it some sort of expression here this Lambda this Anonymous expression here this Anonymous function that will go ...

37:57
CIS 297 - C# Programming - Lambda expressions

70 views

1 year ago

DCMinds
C++11 : Lambda Expression (anonymous function)

Learn about nameless function that is lambda expression in C++11. how lambda makes our code more redable.

24:41
C++11 : Lambda Expression (anonymous function)

301 views

5 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

390,610 views

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

82,173 views

6 years 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,095 views

4 years ago

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

Do you know what happens if we assign an immediately-invoked lambda expression to a static variable? If not, then this talk is for ...

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

57,116 views

3 years ago

Simplilearn
Lambda Expression C# Tutorial | LINQ C# | C# Tutorial For Beginners | Simplilearn

Full Stack Java Developer Program (Discount Code - YTBE15) ...

31:12
Lambda Expression C# Tutorial | LINQ C# | C# Tutorial For Beginners | Simplilearn

16,580 views

3 years ago

Jeremy Clark
JeremyBytes - Lambdas & LINQ in C# - Part 1: Lambda Expression Basics

Lambda Expressions are confusing when we first walk up to them. But they're pretty easy to understand once we take a bit of a ...

23:31
JeremyBytes - Lambdas & LINQ in C# - Part 1: Lambda Expression Basics

71,996 views

10 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

NDC Conferences
Lambda? You Keep Using that Letter - Kevlin Henney

Lambdas. All the cool kid languages have them. But does 'lambda' mean what C#, Java, Python, C++, etc. mean by 'lambda'?

1:00:53
Lambda? You Keep Using that Letter - Kevlin Henney

99,359 views

5 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,572 views

2 months ago

Derek Banas
C++ Tutorial 9 : Lambda Expressions

... This part of my C++ tutorial provides numerous examples of what you can do with Lambda Expressions. We'll cover how to Sort, ...

25:21
C++ Tutorial 9 : Lambda Expressions

57,212 views

7 years ago

Lisa Balbach
C Sharp Collections and Lambda Expressions Part1

Lists, Formatted Output, SortedList, Queues and PriorityQueues.

40:21
C Sharp Collections and Lambda Expressions Part1

89 views

2 years 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,347 views

8 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

7,724 views

3 years ago

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

https://cppcon.org/ ...

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

16,460 views

5 years ago

Coding Droplets
How To Use Lambda Expression in C#(CSharp) [Lambda Expression C# Examples]

This is Lambda Expression C# Tutorial. In this tutorial video we will see how to implement commonly used Lambda functions in ...

31:54
How To Use Lambda Expression in C#(CSharp) [Lambda Expression C# Examples]

11,868 views

4 years ago

Questpond
What is Lambda expressions , Action , Func and Predicate ? | C# Interview Questions & Answers

In this video we will try to understand 4 important principles Lambda expressions , Action , Func and Predicate. All these ...

28:01
What is Lambda expressions , Action , Func and Predicate ? | C# Interview Questions & Answers

353,354 views

13 years ago

Programentor
Lambda Expression In C# | Csharp Lambda Expression | C# Tutorial | Learn C# | Csharp (Hindi/Urdu)

lambdaexpression #lambda #lambdaoperator #functions #csharp #csharptutorial #csharpbasics #csharpprogramming ...

26:18
Lambda Expression In C# | Csharp Lambda Expression | C# Tutorial | Learn C# | Csharp (Hindi/Urdu)

329 views

4 weeks ago

Divulge Info
Creating AWS Lambda Functions using C# .NET & API Gateway Integration

Topics Covered: Setting up AWS Lambda environment in Visual Studio Creating an AWS Lambda function using C# .

26:08
Creating AWS Lambda Functions using C# .NET & API Gateway Integration

5,682 views

1 year ago

cpwithcpp
A Guide to Lambda Functions in C++

... Lambda Functions to sort vectors 18:05 - Lambda Functions to change order of Set or Priority Queue #c++ #lambdaexpression ...

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

383 views

2 years ago

Jeevan Pant
Modern C++: Lambda expression, Capture list, and Tips

1. Shadowing, shadowing in class, shadowing in inheritance (Link: https://youtu.be/TEVYwUDddIw) 2. Class Template (template ...

41:31
Modern C++: Lambda expression, Capture list, and Tips

1,501 views

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

10 years ago

DigiPen Game Engine Architecture Club
Lambdas in Modern C++

Presented by Allan Deutsch.

29:27
Lambdas in Modern C++

6,126 views

8 years ago

Pro Grammer TV { Frace C Marteja }
C# - LINQ and Lambda | Episode 6 | Discussion and Coding | Tagalog Tutorial

LINQ (Language Integrated Query) is uniform query syntax in C# and VB.NET to retrieve data from different sources and formats.

40:34
C# - LINQ and Lambda | Episode 6 | Discussion and Coding | Tagalog Tutorial

8,124 views

4 years ago