Logo

Blog


MONTH: September 2022

Publications

Code formatting for a programming book

As you might know, I've published a book about C++20 called Programming with C++20. In the course of writing this book, several topics have been raised, which I like to share here [...]
C++

C++23 - std::expected, the superior way of returning a value or an error

In today's post, I like to jump in time and fast forward to what is coming with C++23, a new data type in the STL std::expected (P0323). The idea behind this data type isn't new. [...]