About 50 results
Open links in new tab
  1. lambda - C++ Stories

    lambda Articles with tag lambda: C++ Lambda Story in Spanish! C++ Lambda Story in Print Why Not a Functor and Lambda Story Updates Under the Covers of C++ Lambdas: Captures, Captures, …

  2. Lambdas: From C++11 to C++20, Part 1 - C++ Stories

    Feb 25, 2019 · Lambda expressions are one of the most powerful additions to C++11, and they continue to evolve with each new C++ language standard. In this article, we’ll go through history and see the …

  3. C++ Lambda Story - C++ Stories

    Mar 25, 2019 · Thank you for buying my Book about Lambda Expressions! On this website you can find issues that were found after the publication. Book Versions 25th March 2019 - The First Edition is …

  4. Lambdas: From C++11 to C++20, Part 2 - C++ Stories

    Mar 11, 2019 · In the first part of the series we looked at lambdas from the perspective of C++03, C++11 and C++14. In that article, I described the motivation behind this powerful C++ feature, basic usage, …

  5. C++ Stories

    Feb 14, 2026 · The C++ Stories Weekly Newsletter Join ~11000 developers who read about Modern C++, news reports, tools, and more! A new email every Monday. Bonuses included! …

  6. Under the Covers of C++ Lambdas: Captures, Captures, Captures

    Nov 23, 2020 · Lambda Capturing syntax allows us to quickly “wrap” a variable from the outside scope and then use it in the lambda body. We also know that under the hood the compiler translates …

  7. Lambda Week: Syntax changes, C++11 to C++20 - C++ Stories

    Aug 4, 2020 · Lambda Week: Syntax changes, C++11 to C++20 Let’s start the week with Lambda Expressions. The plan is to have a set of concise articles presenting core elements of lambda …

  8. C++ Lambdas, Threads, std::async and Parallel Algorithms

    Jun 1, 2020 · In articles about lambda expression (like this one from last week on my page), it’s easy to show examples where the lambda runs on the same thread as the caller. But how about …

  9. C++ Lambda Story is 100% Complete! - C++ Stories

    Aug 3, 2020 · I’m pleased to announce that I’ve finished the work on the latest update for C++ Lambda Story! This makes the book complete now, and I can finally set its status to 100%! Read on to see …

  10. C++ Stories

    Updated: 04 August 2020 Let’s start the week with Lambda Expressions. The plan is to have a set of concise articles presenting core elements of lambda expressions. Today you can see how the syntax …