BlogC++20How C++20 Concepts can simplify your codeToday I like to talk about C++20's Concepts and how they help you simplify your code. Plus, make it more correct. [...]PublicationsiX Article: C++-Tricks - Scoped Enums in C++An article I wrote for the German iX magazin "Scoped Enums in C++" is available in the issue 7/2020. It is available as a printed edition as well as online. This is part of a [...]TrainingPublic appearances 2020This post would under normal circumstanced be late, but with the situation in 2020 there is no certainty. [...]C++ InsightsArticle about C++ Insights in iX magazineThe German iX magazine published an article by Detlef Wilkening: Nativen Code mit C++ Insights anzeigen lassen in issue 6/2020. You can purchase either just this article or the [...]C++20C++20: Inside of a spaceshipWith C++20 writing classes with comparison operators becomes much easier. Herb Sutter’s example from P0515 is CIString which is a case-insensitive string class wrapper. It needs [...]C++ InsightsC++ Insights is on YouTubeToday is the day. I briefly announced in my C++ Insights updates post that I plan to bring short videos about C++ Insights to YouTube. Today the first episode aired: C++ Insights [...]TrainingLive virtual trainingSince the world was hit by the COVID-19 virus a lot, if not everything, has changed. Among these things are live training classes I usually teach. Due to the risk of an infection [...]PublicationsiX Article: C++-Tricks - Effizienterer Code mit Fold Expressions publishedAn article I wrote for the German iX magazin "C++-Tricks - Effizienterer Code mit Fold Expressions" is available in the issue 4/2020. It is available as a printed edition as well [...]C++ InsightsC++ Insights updatesLast week, I pushed an update to the web-part of C++ Insights. I kinda felt like a web-developer for some time. I now know, that there is CSS grid layouts which seems the superior [...]C++Use named lambdas or pass them directlyDuring the Q&A part of my talk at code::dive Adam Badura asked the question whether passing a lambda directly to a function using it has some performance impact compared to an [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 〉