teddy 562960 1280

C++ Core Guidelines: The noexcept Specifier and Operator

/
If you skim the remaining rules to error handling, you often read the word noexcept. Before I write…
Design by contract

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…
bobby car

C++ Core Guidelines: Rules for Error Handling

/
Error handling is an essential part of writing good software; therefore, the C++ core guidelines have…
RainerGrimmSmall

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…
padlock

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…