ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,839 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

30 views

8 months ago

vlogize
Mastering Lambda Functions in C#

Discover how to effectively use `if statements` in lambda functions in C-. This guide will help beginners understand lambda ...

1:24
Mastering Lambda Functions in C#

4 views

11 months ago

Ervis Trupja
59. C# Lambda Expressions & Closures

We explain how anonymous functions work, how to write them with single or multiple parameters, and how they replace clunky old ...

1:08
59. C# Lambda Expressions & Closures

88 views

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

1 view

11 months ago

vlogize
Understanding Lambda Functions in C++: A Beginner's Guide to Arguments and Logic

Dive into the world of `C++ lambda functions`! This guide breaks down essential tips on using lambda functions in sorting, ...

1:52
Understanding Lambda Functions in C++: A Beginner's Guide to Arguments and Logic

5 views

11 months ago

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

Explore how lambda functions in C++ handle temporary variables by reference with our in-depth analysis. Learn about scope and ...

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

2 views

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

2 months ago

Gyanipandit Geeky - Hindi
Lambda Expression in C++

In this video, we will learn what is a lambda expression in C++ and how to use it in real programs. A lambda expression is a ...

3:38
Lambda Expression in C++

510 views

11 months ago

vlogize
Understanding Lambda Capture in C++: Why Value Works Even When Object is Deleted

Explore how capturing by value in C++ lambda functions maintains functionality, even after the original object is deleted.

1:35
Understanding Lambda Capture in C++: Why Value Works Even When Object is Deleted

1 view

11 months ago

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

Learn how to effectively use lambda functions in C++ to capture the `this` pointer in class callbacks. Enhance your C++ skills with ...

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

3 views

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

7 months ago

vlogize
How to Reuse Lambda as Compare Function in std::priority_queue in C++

The Problem In the C++ code snippet below, the developer created a priority queue using a lambda function as a custom ...

1:40
How to Reuse Lambda as Compare Function in std::priority_queue in C++

3 views

11 months ago

vlogize
How to Use Lambda Functions with Pandas to Create Conditional Columns

Discover a simple method for using `lambda functions` in `Pandas` to create conditional columns based on text matches.

1:55
How to Use Lambda Functions with Pandas to Create Conditional Columns

0 views

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

8 months ago

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

Discover how to effectively use lambda functions in C++ for assigning values to constants in a clean and elegant way.

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

0 views

11 months ago

vlogize
Efficiently Parse Lists in C#: A Guide to Using Methods and Lambdas

Learn how to quickly parse lists in C- using methods and inline lambdas, creating concise and efficient code similar to Python.

1:39
Efficiently Parse Lists in C#: A Guide to Using Methods and Lambdas

1 view

11 months ago

vlogize
Memory Usage in Lambda Functions: Understanding Capture by Value

Discover how lambda functions in C+ + capture variables and the implications for memory usage. Learn about capturing by value ...

1:26
Memory Usage in Lambda Functions: Understanding Capture by Value

1 view

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

9 months ago

vlogize
Understanding [*this] Lambda Capture in C++20: Why Does it Cause Segmentation Fault?

Discover how `[*this]` lambda capture can lead to segmentation faults in C++, and explore alternative methods to avoid this issue ...

1:39
Understanding [*this] Lambda Capture in C++20: Why Does it Cause Segmentation Fault?

0 views

11 months ago

vlogize
How to Write a lambda function for int and float Pointers in C++14

Learn how to create a `lambda function` in C++14 that specifically accepts `int` or `float` pointers using SFINAE techniques.

1:32
How to Write a lambda function for int and float Pointers in C++14

0 views

11 months ago