|
From: lstar36 <ls...@fl...> - 2000-11-13 02:34:11
|
----- Original Message -----
From: "VILAYA TOURS" <vil...@am...>
To: <dev...@li...>
Sent: Sunday, November 12, 2000 7:19 PM
Subject: [Dev-C++] Starting out
> I am just starting out with C++. I have the Oleg Yaroshenko "The
> Beginner's Guide to C++" and I am trying the first example. I am using
the
> Dev-C++ 3.9. Problem is that the small program of:
>
> #include <iostream.h>
>
> void main()
> {
> cout <<"Hello";
getch(); // this will stop the screen untill you hit a key
> }
>
> flashes up and is gone straight away. I have tried making the adjustmants
> reccommended in the help and various other ideas but to no avail. I know
> this is simple, but what is the answer. Also which mode should I be
> working in for the Oleg's book - cosole, MSDos, Windows, Empty???
>
> Thanks
>
> Rob
> Vilaya Tours
> c/o Gran Hotel Vilaya
> Jr. Grau 624
> Chachapoyas
> Peru
>
> Tel: 044 777506
> Fax: 044 778154
> Email: vil...@wa...
> www.vilayatours.com
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users
>
|