How come when i compile and run this this script or any script for that manner
// my first program in C++
#include <iostream.h>
int main ()
{
cout << "Hello World!";
return 0;
}
I can see the dos window appear and flash away really fast before i can read nething plz help me. -Rob


Reply With Quote


Bookmarks