Date: Sun, 12 Oct 1997 18:23:11 -0700 (PDT) Message-Id: <199710130123.SAA19977@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: NGaBear1 AT aol DOT com, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: howdy and clueless Precedence: bulk At 05:44 10/12/1997 -0400, NGaBear1 AT aol DOT com wrote: >howdy, just starting to learn how to program and understand most of the lan. >but what is the name of the file i start off with to write my c code? gcc? >have no clue, their is no info you have for beginners. gcc is a command line compiler. Once you have written your source with some editor, you can compile it with something like: gcc -o myprog.exe myprog.c There are about fifty million other hairy options to gcc, which you can read about with the Info documentation reader. If you need an editor, allow me to suggest RHIDE, a programming environment along the lines of Borland's. You can get it from whence you got DJGPP. Nate Eldredge eldredge AT ap DOT net