I'm guessing one of the first things in your program is #include <iostream.h>? You should be using: #include <iostream>, it should compile faster. I think the difference is with the .h it has to compile the header, and with the other one it just links to the library. I could be mistaken though.


Reply With Quote


Bookmarks