logo

CppCon 2018

/
This was the first time I was at the CppCon, and it was an overwhelming experience for me.   Pre-conference…
roads 320371 1280

C++ Core Guidelines: Better Specific or Generic?

/
Concepts revolutionize the way we think about and use generic programming. They didn't make it in C++11…

C++ Core Guidelines: Type Erasure with Templates

/
In the last post C++ Core Guidelines: Type Erasure, I presented two ways to implement type erasure: void…
fear

C++ Core Guidelines: Type Erasure

/
The rule "T.5: Combine generic and OO techniques to amplify their strengths, not their costs"  of…