Table of Contents

C++

There are many interesting C++ sites and blogs. There's no need to repeat / copy the contents.

Sites, Blogs and Books

Conferences & YouTube channels

Libraries

Selected topics

Out-of-memory handling strategies

some Links:

Templates and SFINAE enable_if

Dynamic Polymorphism vs Curiously Recurring Template Pattern (CRTP)

CRTP: injecting/providing methods to a (template) base class through a template class parameter. This might be done to overcome performance penalties of dynamic polymorphism, e.g. to allow inlining.

Weak Symbols

RAII

Misc articles

Hyrum's Law:
With a sufficient number of users of an API,
it does not matter what you promise in the contract:
all observable behaviors of your system
will be depended on by somebody.

IDE

Compiler & Standard support

Compiler + IDE

Profiler