I’ve always used a *.h file for my class definitions, but after reading some boost library code, I realised they all use *.hpp. I’ve always had an aversion to that file extension, I think mainly be…
https://stackoverflow.com/questions/152555/h-or-hpp-for-your-c-headers-class-definitions

