ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,595 results

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

32 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

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

1 year ago

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

In this video, we delve into the fascinating world of C# lambda expressions, a powerful feature that allows for concise and ...

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

3 views

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

1 year ago

The Debug Zone
Understanding IL Differences: Local Functions vs Anonymous Methods & Lambdas

In this video, we delve into the intricacies of Intermediate Language (IL) differences between local functions, anonymous methods, ...

2:23
Understanding IL Differences: Local Functions vs Anonymous Methods & Lambdas

0 views

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

23 views

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

172 views

1 year ago

The Debug Zone
How Can I use Null Lambda in C++?

Today's Topic: How Can I use Null Lambda in C++? Thanks for taking the time to learn more. In this video I'll go through your ...

1:53
How Can I use Null Lambda in C++?

0 views

4 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

1 year ago

The Debug Zone
How to Debug C# AWS Lambda Functions Locally: A Step-by-Step Guide

In this video, we'll explore the essential techniques for debugging C# AWS Lambda functions right from your local development ...

2:17
How to Debug C# AWS Lambda Functions Locally: A Step-by-Step Guide

3 views

6 months ago

The Debug Zone
How to Cast Lambda to std::function with Parameter Pack in C++

In this video, we delve into the intricacies of C++ programming, focusing on the powerful combination of lambda expressions and ...

2:14
How to Cast Lambda to std::function with Parameter Pack in C++

11 views

9 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

1 year ago

Roel Van de Paar
Software Engineering: C++11 Lambda vs Helper Member Functions

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:02
Software Engineering: C++11 Lambda vs Helper Member Functions

121 views

4 years ago

Roel Van de Paar
Unix & Linux: Auto indent C++11 lambda functions Vim (2 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:44
Unix & Linux: Auto indent C++11 lambda functions Vim (2 Solutions!!)

4 views

5 years ago

Peter Schneider
Mirroring C++ Lambda Captures into a POD struct via C++26 Reflection (P2996)

Mirroring C++ Lambda Captures into a POD struct via C++26 Reflection (P2996) I hope you found a solution that worked for you ...

2:43
Mirroring C++ Lambda Captures into a POD struct via C++26 Reflection (P2996)

7 views

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

2 years ago

Roel Van de Paar
Code Review: Examples of lambda functions, std::for_each / max_element / remove_if etc

Code Review: Examples of lambda functions, std::for_each / max_element / remove_if etc Helpful? Please support me on ...

3:09
Code Review: Examples of lambda functions, std::for_each / max_element / remove_if etc

19 views

4 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