Logo

Blog


C++

C++20: A neat trick with consteval

Among the various improvements of C++20 are changes to constexpr, namely a new keyword, consteval. In this post, I like to dig into consteval a bit and see what we can do with [...]
C++

3-tages Schulung: Programmieren mit C++20

Du hast Interesse an C++20, weil Du ... [...]
C++

Programming with C++20 book quiz - The winners

Thank you to everyone who participated in the C++20 book quiz! I was amazed by the number of answers and the answers you all provided. [...]
C++

C++20 ranges benefits: avoid dangling pointers

In my last monthly post, C++20 benefits: consistency with ranges, we looked at what ranges do for us when it comes to consistency and how we can get the same level of consistency [...]
C++

Programming with C++20 book quiz

Today I like to announce a C++20 book quiz. [...]
C++ Insights

Happy 3 year Birthday C++ Insights

Today it is three years since I published C++ Insights. [...]
C++

C++20 benefits: consistency with ranges

You all probably already have heard of C++20's ranges. With ranges-v3, Eric Niebler provided us with a solution already, independent of C++20. In this post, I like to shed some [...]
Training

Clean Code Workshop @Golem Akademie

In June I'm hosting the next workshop of C++ Clean Code – Best Practices für Programmierer together with my partner golem Akademie. This date is nearly sold out, so we decided to [...]
C++ Insights

C++ Insights now uses Clang 12

Today I finally managed to switch C++ Insights to Clang 12! [...]
Publications

iX Article: Clean Code mit C++20, Teil 3

An article I wrote for the German iX magazine "Clean Code mit C++20, Teil 3" is available in issue 2021/5. It is available as a printed edition as well as online. This is part of [...]