ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

101,433 results

Udacity
Lambda - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

2:34
Lambda - Programming Languages

754 views

10 years ago

blogize
Understanding Lambda Expressions in C Programming

Learn about Lambda Expressions in C, their functionality, and how they optimize and enhance C programming for advanced ...

1:25
Understanding Lambda Expressions in C Programming

4 views

1 year ago

C# interview questions
Lambda expressions in C# in 2 minutes

Lambda expressions in C# in 2 minutes, with code examples. For more C# interview questions and free programming tests, check ...

2:03
Lambda expressions in C# in 2 minutes

600 views

2 years ago

Fireship
Haskell in 100 Seconds

Haskell is a purely functional programming language based on lambda calculus. It uses immutable values and expressions to ...

2:30
Haskell in 100 Seconds

983,296 views

4 years ago

The Theory Of Code
A silent introduction to C++ lambdas  Part 2 : Naming a Lambda

Naming a lambda makes it similar to a lambda function Hope it helps you in learning something new.. enjoy! #cpp #cplusplus ...

1:43
A silent introduction to C++ lambdas Part 2 : Naming a Lambda

4,460 views

9 years ago

Learn with your buddy
Tutorial 28 : Lambda Functions in C++ | Modern C++ Anonymous Functions Explained

Lambda functions in C++ are short, anonymous functions introduced in C++11 that make code cleaner, faster, and easier to read.

3:44
Tutorial 28 : Lambda Functions in C++ | Modern C++ Anonymous Functions Explained

0 views

1 month ago

vlogize
Mastering Lambda Functions in C#

For example, the original title of the Question was: How to use an if statement in a lambda function in C- Also, Content (except ...

1:24
Mastering Lambda Functions in C#

4 views

10 months ago

Mike Shah
std::thread with a lambda in modern c++ | Introduction to Concurrency in Cpp

Full Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd_ocTP2ZLicgqKnvq50OCXM ▻Find full courses on: ...

2:57
std::thread with a lambda in modern c++ | Introduction to Concurrency in Cpp

14,792 views

4 years ago

CodeMind
modern c lambda expressions

Get Free GPT4.1 from https://codegive.com/4dd8454 Okay, let's dive into the world of modern C Lambda Expressions. This tutorial ...

1:54
modern c lambda expressions

3 views

7 months ago

Gyanipandit Geeky - Hindi
Lambda Expression in C++

A lambda expression is a short and simple way to write an anonymous function directly in your code. It is very useful in modern ...

3:38
Lambda Expression in C++

448 views

9 months ago

TutorialsPoint
C# - Anonymous Method

C# - Anonymous Method Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Anadi ...

1:54
C# - Anonymous Method

12,516 views

7 years ago

James Raynard
Constexpr and Lambda Expressions

A video from my online course, Update to C++17. Learn about the new features in C++17, including structured bindings, constexpr ...

2:49
Constexpr and Lambda Expressions

82 views

3 years ago

vlogize
Converting Lambda Functions to Function Pointers in C and C++

Learn how to convert lambda functions to function pointers in C and C++ with practical examples and alternative solutions for ...

1:59
Converting Lambda Functions to Function Pointers in C and C++

0 views

10 months ago

Hardik Tutorials
WHAT is a Lambda Function in C++? | EPISODE 34

Learn about Lambda Functions in C++ and take your coding skills to the next level! In this video, we'll dive into the world of ...

3:29
WHAT is a Lambda Function in C++? | EPISODE 34

120 views

9 months ago

Code Man
C# lambda expression as a function

This video demonstrate how to use lambda expression as a function.

1:43
C# lambda expression as a function

362 views

10 years ago

vlogize
Understanding the Scope of Lambda Functions in C++: Capturing Temporary Variables by Reference

For example, the original title of the Question was: Passing lambda function that captures temporary variable by reference in ...

1:27
Understanding the Scope of Lambda Functions in C++: Capturing Temporary Variables by Reference

2 views

10 months ago

Hey Delphi
C++ : C++11 lambda function - how to pass parameter

C++ : C++11 lambda function - how to pass parameter To Access My Live Chat Page, On Google, Search for "hows tech ...

1:21
C++ : C++11 lambda function - how to pass parameter

3 views

2 years ago

Hey Delphi
C++ : Lambda function variables in C++11

C++ : Lambda function variables in C++11 To Access My Live Chat Page, On Google, Search for "hows tech developer connect" ...

1:24
C++ : Lambda function variables in C++11

0 views

2 years ago

Hey Delphi
C++ : Why Lambda Function in C++0x return type has to be auto?

C++ : Why Lambda Function in C++0x return type has to be auto? To Access My Live Chat Page, On Google, Search for "hows ...

1:11
C++ : Why Lambda Function in C++0x return type has to be auto?

5 views

2 years ago

The Theory Of Code
Modern C++ lambda | The Lambda Syntax |  C++11 C++14 C++17 C++20 C++23

Channel Name changed because of Rebranding Exercise. Existing Social media handles and links are no longer valid ...

1:47
Modern C++ lambda | The Lambda Syntax | C++11 C++14 C++17 C++20 C++23

9,387 views

9 years ago

vlogize
Capturing the 'this' Pointer in Lambda Functions in C++

For example, the original title of the Question was: How to define a lambda function to be able to capture the 'this' pointer of a ...

1:56
Capturing the 'this' Pointer in Lambda Functions in C++

3 views

10 months ago

Hey Delphi
C++ : C++11 Lambda functions implicit conversion to bool vs. std::function

C++ : C++11 Lambda functions implicit conversion to bool vs. std::function To Access My Live Chat Page, On Google, Search for ...

1:32
C++ : C++11 Lambda functions implicit conversion to bool vs. std::function

1 view

2 years ago

Hey Delphi
C++ : Passing lambda function as parameter C++

C++ : Passing lambda function as parameter C++ To Access My Live Chat Page, On Google, Search for "hows tech developer ...

1:23
C++ : Passing lambda function as parameter C++

15 views

2 years ago

vlogize
Understanding Why Lambda Variables Remain Unchanged When Using std::function in C++

Explore the reasons behind the behavior of lambdas in C++ when using `std::function`. Learn how to effectively modify lambda ...

1:58
Understanding Why Lambda Variables Remain Unchanged When Using std::function in C++

1 view

10 months ago

vlogize
How to Use Lambda Functions for Clean and Readable Constant Expressions in C++

The Solution: Using Lambda Functions With C++11 and beyond, especially in C++17, you have the option to use lambda ...

1:36
How to Use Lambda Functions for Clean and Readable Constant Expressions in C++

0 views

10 months ago