graphic 3578346 1280

Modules

/
Modules are one of the five prominent features of C++20. Modules will overcome the restrictions of header…
vga 160266 1280

C++ Core Guidelines: The Remaining Rules about Source Files

/
Today, I complet the rules of the C++ core guidelines to source files. They are about header files and…
RainerGrimmSmall

The new pdf bundle is available: C++ Core Guidlines – Templates and Generic Programming

/
I have prepared the pdf bundle. To get it is quite simple. If you subscribe to the newsletter, you…
serial 160834 1280

C++ Core Guidelines: Source Files

/
The organization of source files is a topic quite seldom addressed in C++. With C++20, we will get modules,…
05 lambdas

C++ Insights – Lambdas

/
Honestly, many programmers in my classes have issues with the syntactic sugar of lambdas. Desugaring…
04 variadic templates

C++ Insights – Variadic Templates

/
Variadic templates are a C++ feature that looks quite magic the first time you see them. Thanks to C++…
03 template instantiation

C++ Insights – Template Instantiation

/
Today's post from Andreas is about template instantiation. C++ Insights helps you a lot to get a deeper…
02 type deduction

C++ Insights – Type Deduction

/
Andreas Fertigs story with C++ Insights goes on. This weeks post is about type deduction with auto and…
RainerGrimmSmall

Which pdf bundle should I provide? Make your choice!

/
Now, it's time to choose the next pdf bundle? You will get all posts, all source files, and a cmake file…
01 implicit conversions

C++ Insights – Implicit Conversions

/
I'm totally happy to announce that this post starts a series of posts to C++ Insights. C++ Insights is…
blender 10935 1280

C++ Core Guidelines: Mixing C with C++

/
Due to the same history of C and C++, both languages are closely related. Because neither of them is…
optical illusion 311130 1280

Types-, Non-Types, and Templates as Template Parameters

/
I assume you saw the additional keywords typename or template used before a name in a template. Me too.…