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

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

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

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…

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…

“Concurrency with Modern C++” has a new chapter
I'm happy to announce.
I added a new chapter to lock-based concurrent data structures…

C++ Core Guidelines: Naming and Layout Rules
The C++ core guidelines have about twenty naming and layout rules. A few of them are obvious; a few of…

C++ Core Guidelines: Lifetime Safety And Checking the Rules
The lifetime safety profile in the C++ core guidelines boils down to one issue: don't dereference a possible…

C++ Core Guidelines: Bounds Safety
Today's post concerns the second C++ Core Guidelines: Bounds Safety profile. The goal of the profile…

C++ Core Guidelines: Type Safety by Design
What does that mean: type safety by design. Type safety by design just means that you always initialize…

C++ Core Guidelines: Type Safety
The C++ core guidelines support three profiles: type safety, bounds safety, and lifetime safety. Thanks…

C++ Core Guidelines: Profiles
Informally, profiles are a subset of rules of the C++ core guidelines for specific concerns such as type…