BlogC++My attempt to simplify C++Since C++ started to move again with C++11 (no pun intended) we got a lot of new features and abilities in the language. That is great. Of course, not everything we want is [...]C++C++20 Dynamic Allocations at Compile-timeYou may already have heard and seen that C++20 brings the ability to allocate dynamic memory at compile-time. This leads to std::vector and std::string being fully constexpr in [...]C++C++20: A neat trick with constevalAmong 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++20Du hast Interesse an C++20, weil Du ... [...]C++Programming with C++20 book quiz - The winnersThank 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 pointersIn 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 quizToday I like to announce a C++20 book quiz. [...]C++C++20 benefits: consistency with rangesYou 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 [...]C++Can I touch a moved-from objectIn this blog post, I try to bring you a topic closer that was already discussed and written about multiple times: move semantics. Just to give you two references: [...]C++C++20: Five Features in Five WeeksYou may have noticed that I offer a new class, C++20: Five Features in Five Weeks. Today I like to tell you a bit about the background of this class. [...]Posts navigation〈 1 2 3 4 5 6 7 8 〉