RainerGrimmSmall

Which pdf bundle do you want? Make your choice!

/
Now, it's time to choose the next pdf bundle? Get all the material to your chosen topic.   I…
templatesTypeTraits

The Type-Traits Library: Optimization

/
The type-traits library has two main goals: correctness and optimization. Today, I write about optimization. This…
templatesTypeTraits

The Type-Traits Library: Correctness

/
The two main goals of the type-traits library are compelling: correctness and optimization. Today, I…
templatesTypeTraits

The Type-Traits Library: std::is_base_of

/
I finished the last article on the Type-Traits library with the challenge of explaining the std::is_base_of…
templatesTypeTraits

The Type-Traits Library: Type Comparisons

/
In my last post, "The Type-Traits Library: Type Checks" I introduced type checks at compile time with…
smaller

And the Winners for the Seven Vouchers for Fedor’s Book “The Art of Writing Efficient Programs” are

/
I'm happy to present the seven winners in this post including their answers. Strange Packt Behavior First,…
templatesTypeTraits

The Type-Traits Library: Type Checks

/
The type-traits library is part of C++11 and supports type checks, type comparisons, and type modifications…
TemplateMetaprogramming

Template Metaprogramming – Hybrid Programming

/
First of all, hybrid programming is not an official term. I created it to emphasize an exciting aspect…
smaller

Seven Voucher for Fedor G. Pikus Book “The Art of Writing Efficient Programs”

/
I'm happy to announce that I have to offer five vouchers for a digital and two vouchers for a printed…
TemplateMetaprogramming

Template Metaprogramming – How it Works

/
In my last post, "Template Metaprogramming - How it All Started", I wrote about the roots of template…