Logo

Blog


Conference

CppCon B2B Talk C++ Templates - Videos are out

The videos of my two Back to Basic talks at CppCon 2020 are available on Youtube: [...]
C++

CppCon B2B Talk C++ Templates - Questions and Answers

This post tries to answer some of the questions posted during my two talks at CppCon 2020: [...]
C++

Use named lambdas or pass them directly

During 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 [...]
C++ Insights

Short links for C++ Insights

For some time now, there is a request to have a short link like service for C++ Insights #133. I was also approached via other ways to make such a feature available. [...]
C++ Insights

C++ Insights - Lambdas

The fifth and last article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]
C++ Insights

C++ Insights - Variadic templates

The fourth article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]
C++ Insights

C++ Insights - Template instantiation

The third article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]
C++ Insights

C++ Insights - Type deduction

The second article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]
C++ Insights

C++ Insights - Implicit conversions

Today my first guest blog article out of five was published at Rainer Grimm's blog Modernes C++: [...]
C++ Insights

Hello C++ Insights

It occurred to me that I never really introduced C++ Insights on my blog. So here we go. [...]