in the FIRST tut. it says to put this

Code:
#include <iostream.h> 
int main() 
{
  cout<<"HEY, you, I'm alive!  Oh, and Hello World!"; 
  return 0;    
}
y when i complie it and run it the window closes INSTANTLY?
im using DEV-C++