Articles & Books

My Updated Course is Live! C++ for Beginners--Kate Gregory

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

C++ Lambda Week: Going Generic--Bartlomiej Filipek

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!

The C++ Standard Library: The Third Edition includes C++20--Rainer Grimm

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.

C++ Lambda Story is 100% Complete

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!