|
From: Jack D. <ja...@am...> - 2001-02-27 18:16:19
|
Add the line:
system("PAUSE");
just before the return 0
and the program will pause so you can see what is going on.
----- Original Message -----=20
From: Gatis Zvejnieks=20
To: dev...@li...=20
Sent: Wednesday, December 27, 2000 9:18 AM
Subject: [Dev-C++] help
Hi,
I have a big problem with Dev-c++. When I run programms Dev-c++ =
minimazes and maximizes. The program is OK but I don't see anything. For =
e4xample this program should print on screen "Hello World!" but it runs =
and ends this program and it is sad that that the programm has 0 errors. =
This is Windows application. What schould change some settings in =
Dev-c++.=20
#include <iostream.h>
int main()
{
cout << "Hello World!\n";
return 0;
}=20
Gatis.
|