Quote (Muted @ Mon, Oct 5 2009, 03:41pm)
You made me feel as if I wrote the entire program wrong...
All I really did was not organize it, which I've always had a problem catageorizing stuff.
My bad. But there are a million little things that you can do to speed up the build, like removing header references to
windows.h. By moving this huge header to .cpp files, it will only have to be included when necessary, which will speed up building. Or you could move the include to
stdafx.h and turn on precompiled headers, but this is Windows-centric.