One of the things that kind of drives me crazy in C++ is that it appears to be common practice to put code in header files. I know for things like template types you have no choice, but sometimes I ...