Hi,
I'm building a set of classes that I want to be used in my applications in the same manner that I use STL classes. However, I don't want to change my compile options each time I compile, i.e. I don't want to have to link to some .obj file. I don't have to do this when I use STL classes...