TimelineCpp20Concepts

C++20: Concepts – Syntactic Sugar

/
Today, my post is not about something new to concepts. It's about syntactic sugar. I write about abbreviated…
null pointer

A Brief Overview of the PVS-Studio Static Code Analyzer

/
During one of C++Russia conferences, I got acquainted with the team, developing the PVS-Studio code…
TimelineCpp20Concepts

C++20: Concepts, the Placeholder Syntax

/
Today, I have a simple answer to a challenging question: Where can I use my concept? Concepts can be…
TimelineCpp20Concepts

C++20: Concepts, the Details

/
In my last post, C++20: Two Extremes and the Rescue with Concepts, I gave the first motivation for concepts.…
TimelineCpp20Concepts

C++20: Two Extremes and the Rescue with Concepts

/
I finished my overview of C++20 in the last post. Now, it's time to dive into the details. What can be…
TimelineCpp20Concurrency

C++20: Concurrency

/
This post concludes my overview of C++20. Today's post is about the concurrency features in the next…
TimelineCpp20Libraries

C++20: The Library

/
My last post "C++20: The Core Language" presented the new features of the C++20 core language. Today,…
TimelineCpp20Core

C++ 20: The Core Language

/
My last post C++20: The Big Four started with an overview of concepts, ranges, coroutines, and modules.…
TimelineCpp20BigFourUpdate

C++20: The Big Four

/
This post presents you the big four: concepts, ranges, coroutines, and modules. C++20 has a lot…
RainerGrimmSmall

The new pdf bundle is ready: C++ Core Guidelines: Performance

/
I have prepared the pdf bundle. To get it is quite simple. If you subscribe to the newsletter, you…
TimelineCpp

The Next Big Thing: C++20

/
C++20 will be the next big C++ standard after C++11. As C++11 did, C++20 will change the way we program…
ConcurrencyCoverFrame

“Concurrency with Modern C++” has a new chapter

/
I'm happy to announce. I added a new chapter to lock-based concurrent data structures…