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.…
santa claus 2927962 1280

Templates: Misconceptions and Surprises

/
I often teach the basics of templates. Templates are special. Therefore, I encounter many misconceptions…
animal 1821737 1280

C++ Core Guidelines: Surprise included with the Specialisation of Function Templates

/
Today, I finish the C++ core guidelines rules to templates with a big surprise for many C++ developers.…
maki 3295891 1280

C++ Core Guidelines: Other Template Rules

/
Today, I write about the few remaining rules to templates. Because a collective name is missing, they…
constexpr

C++ Core Guidelines: Programming at Compile Time with constexpr

/
My mini-series about programming at compile time started with template metaprogramming, continued with…
TypeTraits

C++ Core Guidelines: Programming at Compile Time with Type-Traits (The Second)

/
The type-traits library supports type checks, type comparisons, and type modifications at compile time.…
TypeTraits

C++ Core Guidelines: Programming at Compile Time with the Type-Traits

/
My journey through programming at compile time began in the last posts with template metaprogramming.…