|
From: Gatis Z. <gat...@ya...> - 2001-02-27 18:07:26
|
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.
|