Logo

Blog


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. [...]
Training

Public appearances 2019

The year has already started, if you’re interested in meeting me here are my public appearances I know so far. [...]
C++ Insights

Using base class constructor

While preparing slides for my next on-site training I stumbled across the C++11 powers of using. Specifically together with constructors of a base class. Here is a sample: [...]
Training

Early bird for "C++1x für eingebettete Systeme kompakt" ending soon

If you are interested in a one day technical seminar about C++ for embedded systems you might consider mine: C++1x für eingebettete Systeme kompakt. The early bird is ending at [...]
C++

Use of the comma operator

Last week, I read a blog article from Jonathan Boccara called "Getting Along With The Comma Operator in C++". At the end of the article I felt bad for the comma operator. Jonathan [...]