BlogC++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++ InsightsHappy anniversary C++ InsightsI haven't written a lot about C++ Insights in the last couple of months, but as today is the anniversary of C++ Insights, it is about time to hand out a birthday present. [...]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, [...]C++How to achieve the rule of zero - an exampleIn today's post, I want to talk about the rule of zero and give an example of how to achieve it. [...]C++A destructor, =default, and the move operationsToday's post is a bit special in two ways. First, I continue to talk about move semantics, and this is the first time that I have the same topic for my monthly post and the [...]C++ InsightsC++ Insights news flash - Clang 13 and moreIt's been a while since I last wrote about C++ Insights. Sorry for that. No worries, I still actively maintain the project. [...]C++Why you should use std::move only rarelyIn today's post, I try to tackle a topic that comes up frequently in my classes, move semantics, and when to use std::move. I will explain to you why not say std::move yourself [...]C++C++20 - Filling blanksWhat do you know about default parameters in C++? Well, C++20 introduced new elements that can be seen like default parameters. [...]TrainingMore than a year of virtual classes experience - The good partsI think you all know what happened back in 2020 when we all ended up in a different world. I wrote this in the past, and it is still true. I'm very grateful that I can still make [...]C++The difference between static_assert and C++20's requiresOver this year, I gave various presentations and classes about C++20's Concepts. In today's post, I like to discuss the difference between a static_assert and a Concept, or [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 〉