You can add '#include <cstdlib>' among your headers and 'system("pause")'
just before 'return 0'.
Dyskolos
----- Original Message ----- >
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.
|