BlogC++A string class that is only instantiable at compile-timeDo you know this, sometimes you have a class that should only be instantiable at compile-time? By that, you can build several assumptions on such a class. For example, that the [...]C++Use your programming languageIn today's post, you will learn about what that language part of programming language means. [...]C++5 Things you and your C++ team can Do DifferentlyIn the past months, I received requests from clients like: [...]ConferenceCppCon C++20’s Coroutines for Beginners - Video is availableThe video of my first talk from CppCon 2022 is available on Youtube: [...]C++C++17's CTAD a sometimes underrated featureIn today's post, I like to look at C++17's Class Template Argument Deduction (CTAD) feature and see how it changes our code. [...]C++Use namespacesToday's post is motivated by some past discussion that came up during standardization. The renaming of two views back to their originally proposed names P2501R0. One was a rename [...]C++C++23 - std::expected, the superior way of returning a value or an errorIn 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. [...]C++The power of ref-qualifiersIn today's post, I discuss an often unknown feature, C++11's ref-qualifiers. [...]C++Destructors and noexceptSince we have noexcept in the language, destructors are implicitly noexcept. One interesting part here is that this statement is true for user-defined destructors as well as for [...]C++Down with pointersSome years ago, there was an Aprils fool post from various other C++ bloggers that C++ has deprecated pointers (for example, Fluent C++ - C++ Will No Longer Have Pointers. Well, [...]Posts navigation〈 1 2 3 4 5 6 7 8 〉