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…
park 748339 1280

C++ Core Guidelines: The Resolution of the Riddle

/
Today, I will solve the riddle from my last post. Thanks to my readers, the analysis of the ABA problem…
fear cat

C++ Core Guidelines: Concurrency and lock-free Programming

/
Today, I will finish the rules for concurrency and continue directly with lock-free programming. Yes,…
technology 2025795 1280

The End of my Detour: Unified Futures

/
After the last post to executors, I can finally write about the unified futures. I write in the post…
cover

The Update of my Book “Concurreny with Modern C++”

/
The update of my book "Concurrency with Modern C++" is available. This version is a total rework of the…
timeline20 23

A Short Detour: Executors

/
A few weeks ago, one of the authors of the proposal to the futures in C++ Felix Petriconi wrote me an…
trapMice

C++ Core Guidelines: Be Aware of the Traps of Condition Variables

/
Today, I am writing a scary post about condition variables. You should be aware of these issues of condition…
trap

C++ Core Guidelines: More Traps in the Concurrency

/
Concurrency provides many ways to shoot yourself in the foot. The rules for today help you to know these…