December 2024 posts

C++ Insights

C++ Insights Episode 57: More performance thanks to more implicit moves in C++20

I published a new C++ insights episode: More performance thanks to more implicit moves in C++20. [...]
training

Master C++17 and C++20 with Live Coaching

We've all been there — exploring the powerful features introduced in C++17 and C++20 and wondering how to make the most of them in real-world scenarios. These new tools offer [...]
C++

Write more C++ code thanks to constexpr

Since the keyword constexpr and its behavior got included in C++, it has been improved in each and every new standard of the language. [...]