Date: Wed, 8 Nov 2000 13:04:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: using the djgpp gcc compiler In-Reply-To: <8ub40l$4or$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 8 Nov 2000 mmjulian AT my-deja DOT com wrote: > suppose I wanted to write a source code for a program > do I do this in the ms dos prompt on my win98 > and then type the compliling and executing commands of eg " gcc > program.cpp" e.t.c??? Yes, you can compile from the command line. The file README.1ST which comes with djdev203.zip explains in more details how to compile. > or is there an msdos program in the bin directory I have to run?? If you prefer an IDE, you can run RHIDE, edit your source inside it, and then compile from within RHIDE.