Date: Thu, 24 Feb 2000 22:56:58 +0500 From: Prashant TR Message-Id: <200002241756.WAA01177@midpec.com> To: CMuntemba AT zamsugar DOT zm Subject: Re: c++ programming Cc: djgpp AT delorie DOT com Reply-To: djgpp AT delorie DOT com Hello, Please choose a subject next time. Otherwise, nobody will notice your mail. Try this simple program. ----- #include 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 > 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 >