MONTH: November 2022
C++
5 Things you and your C++ team can Do Differently
In the past months, I received requests from clients like: [...]
Conference
CppCon C++20’s Coroutines for Beginners - Video is available
The video of my first talk from CppCon 2022 is available on Youtube: [...]
C++
C++17's CTAD a sometimes underrated feature
In today's post, I like to look at C++17's Class Template Argument Deduction (CTAD) feature and see how it changes our code. [...]