delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/02/24/12:45:12

Date: Thu, 24 Feb 2000 22:56:58 +0500
From: Prashant TR <prashant_tr AT yahoo DOT com>
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 <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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019