Mail Archives: djgpp/2000/02/24/12:45:12
Hello,
Please choose a subject next time. Otherwise, nobody will notice your mail.
Try this simple program.
-----
#include <iostream.h>
int main()
{
cout << "Hello world" << endl;
return 0;
}
-----
To compile this, use
gxx -o hello.exe hello.c
(You'll have to run this from the command line)
There's also an IDE call RHIDE. You probably should have got it. Type "rhide"
at the command prompt to run this.
-- Original message --
> From dj-admin AT delorie DOT com Thu Feb 24 22:17:29 2000
> From: Che Muntemba <CMuntemba AT zamsugar DOT zm>
> To: djgpp AT delorie DOT com
>
> Hi guys,
>
> My name is che muntemba. I am from Zambia, Africa. I have problem. I
> would to program in c++ but I have a problem using the compiler. I am
> using the djgpp. I am starting from scratch I don't have the slightest
> idea of what to do. I have c++ book but doesn't show how to compile,
> where to write the program from. Please help.
>
>
> regards
>
> che muntemba
>
- Raw text -