BlogTrainingUpcoming Events 2021The year has just started, and you might plan your C++ education. Here is where you can meet or work with me in the first half of 2021. [...]C++20C++20: Aggregate, POD, trivial type, standard layout class, what is whatIn this post, I would like to give you some details about the new definition in C++20 of a: [...]C++ InsightsC++ Insights code coverage on WindowsIn my last post, I wrote about the switch from Travis CI to GitHub Actions (C++ Insights: From Travis CI to GitHub Actions. In the what's next section, I dreamed a little about [...]C++ InsightsC++ Insights: From Travis CI to GitHub ActionsA while ago, Travis CI informed me (and others) that travis-ci.org will be shutting down, and all projects have to move to travis-ci.com (or something like this). A call to action. [...]C++Under the covers of C++ lambdas - Part 3: Generic lambdasIn this post, we continue to explore lambdas and compare them to function objects. In the previous posts, Under the covers of C++ lambdas - Part 1: The static invoker, we looked [...]PublicationsiX Article: always falseAn article I wrote for the German iX magazine "always false" is available in issue 2020/12. It is available as a printed edition as well as online. This is part of a series. [...]C++Under the covers of C++ lambdas - Part 2: Captures, captures, capturesIn this post, we continue to explore lambdas and compare them to function objects. In the previous post, Under the covers of C++ lambdas - Part 1: The static invoker, we looked at [...]C++Under the covers of C++ lambdas - Part 1: The static invokerThis post is the start of a three-part series about lambdas. The focus is on how they are modeled internally. We will compare lambdas with function objects to see whether we as [...]ConferenceCppCon B2B Talk C++ Templates - Videos are outThe videos of my two Back to Basic talks at CppCon 2020 are available on Youtube: [...]C++CppCon B2B Talk C++ Templates - Questions and AnswersThis post tries to answer some of the questions posted during my two talks at CppCon 2020: [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 〉