mentoring

My Mentoring Program “Fundamentals for C++ Professionals”

/
I'm happy to provide you with more details about my mentoring program, "Fundamentals for C++ Professionals".    My…
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…