C++ Lambda Week: Some Tricks
The series continue.
C++ Lambda Week: Some Tricks
by Bartlomiej Filipek
From the article:
We’re on the last day of the lambda week. We have all the essential knowledge, and now we can learn some tricks!
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Adrien Hamelin | Aug 14, 2020 11:45 AM | Tags: advanced
The series continue.
C++ Lambda Week: Some Tricks
by Bartlomiej Filipek
From the article:
We’re on the last day of the lambda week. We have all the essential knowledge, and now we can learn some tricks!
By Adrien Hamelin | Aug 14, 2020 11:43 AM | Tags: community beginners
Interested?
My Updated Course is Live! C++ for Beginners
by Kate Gregory
From the article:
At the start of the lockdown, Pluralsight made its huge curriculum free to help those who were suddenly needing new skills to find a new job during the pandemic. I saw a huge number of views of my C++ course for those who don't already know how to program. It was ironic, because I was busy updating that course, a process that is finally complete...
By Adrien Hamelin | Aug 11, 2020 12:49 PM | Tags: c++20
The series continue.
C++ Lambda Week: Going Generic
by Bartlomiej Filipek
From the article:
We’re in the third day of the lambda week. So far, you’ve learned basic syntax and how to capture things. Another important aspect is that lambdas can also be used in the “generic” scenarios. This is especially possible since C++14 where we got generic lambdas (auto arguments), and then in C++20, you can even specify a template lambda!
By Adrien Hamelin | Aug 11, 2020 12:46 PM | Tags: std
Interested?
The C++ Standard Library: The Third Edition includes C++20
by Rainer Grimm
From the article:
I proudly present the third edition of my book: "The C++ Standard Library". The book includes C++20.
With the current C++20 standard, C++ has many libraries to offer. My book's key idea is to give you the necessary information to all the C++ standard libraries in a concise way.
By Adrien Hamelin | Aug 10, 2020 11:56 AM | Tags: intermediate c++20 c++11
How to write a lambda.
Lambda Week: Syntax changes, C++11 to C++20
by Bartlomiej Filipek
From the article:
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 has evolved since C++11 and what the latest changes in C++20 are.
By Adrien Hamelin | Aug 10, 2020 11:52 AM | Tags: intermediate c++17
All about capture.
C++ Lambda Week: Capturing Things
by Bartlomiej Filipek
From the article:
We’re in the second day of the lambda week. Today you’ll learn about the options you have when you want to capture things from the external scope. Local variables, global, static, variadic packs, this pointer… what’s possible and what’s not?
By Adrien Hamelin | Aug 7, 2020 12:41 PM | Tags: c++20
The series continue.
More Powerful Lambdas with C++20
by Rainer Grimm
From the article:
Thanks to C++20, lambdas become more powerful. From the various lambda improvements, template parameters for lambdas are my favorite ones.
By Adrien Hamelin | Aug 7, 2020 12:38 PM | Tags: community
Will you read it?
C++ Lambda Story is 100% Complete
by Bartlomiej Filipek
From the article:
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 the latest changes. It got more than 50 new pages!
By Adrien Hamelin | Aug 5, 2020 09:33 AM | Tags: c++20
Small thing to make life better.
Various Template Improvements with C++20
by Rainer Grimm
From the article:
Admittedly, I present in this post a few small improvements to templates and to C++20 in general. Although these improvements may seem not so impressive to you, they make C++20 more consistent and, therefore, less error-prone when you program generic.
By Meeting C++ | Aug 4, 2020 08:06 AM | Tags: meetingcpp intermediate community c++20 c++17 c++11 basics
The programme of Meeting C++ 2020 has been released today!
Meeting C++ 2020 programme & online tickets available!
by Jens Weller
From the article:
Two Sundays ago the voting on this years submissions ended, and with today I'm able to share the talks for Meeting C++ 2020 with you!