
C++ Core Guidelines: The noexcept Specifier and Operator
/
0 Comments
If you skim the remaining rules to error handling, you often read the word noexcept. Before I write…

C++ Core Guidelines: A Short Detour to Contracts in C++20
My original plan was it to write in this post about the next rules to error handling. But I changed my…

C++ Core Guidelines: Rules for Error Handling
Error handling is an essential part of writing good software; therefore, the C++ core guidelines have…

Which pdf bundle should I provide? Make your choice!
Now, it's time to choose the next pdf bundle? You will get all posts, all source files, and a cmake file…

C++ Core Guidelines: The Remaining Rules about Lock-Free Programming
Today, I will finish my story on concurrency and lock-free programming. There are four rules to lock-free…