Author: Anupam Srivastava

Overview of C++Traits idiom 0

C++ Traits

‘C++ Traits’ is an idiom that allows a great level of abstraction at compile time which is normally possible only by a combination of inheritance and composition. It allows an algorithm to...

0

Major bugs and workarounds

Imagine you have been given the job of installing AC vent ducts in a house. Great. So you begin your work, starting from the basement for some reason. And there in the...

CLion 0

JetBrains CLion

After a million years of trying out different IDEs, that I could use seamlessly on different machines with different operating systems, it seems I have finally found the right thing. To keep...