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 ...
Anyone know of a good howto for C++ header files? I've been writing them for some time with some difficulty and I've come to the realization that it's because I've never read anything substantial on ...