Mail Archives: djgpp/2000/03/18/20:16:12
In the dos window, you enter "gcc <filename.c> -o <filename.exe>" for a C
program, or "gpp <filename.cpp> -o <filename.exe>" for C++. You can use the
dos 'Edit' program to enter your code by just entering "edit <filename.c>
(or) <filename.cpp>" at the dos prompt. To place file on disk, "copy
<filename.c> a:" will get it. Spend a little time at the www.delorie.com
site, because there are a lot of little bits of useful info to be seen.
Steve Hendrickson
----- Original Message -----
From: "Mike Daniels" <mad1455 AT mail DOT com>
Newsgroups: comp.os.msdos.djgpp
To: <djgpp AT delorie DOT com>
Sent: Saturday, March 18, 2000 11:10 AM
Subject: Lost (New To Your Site)
> To Whom It May Concern;
>
> Just downloaded your much appreciated software, and can't find any
> documentation on "how to use it". I'll understand if you may think this
> question "juvenile", but learning to use a C-compiler to learn how to
> program in "C" isn't like learning Qbasic!!.
>
> 1.) First, in your FAQ, there is no mention of being able to "access"
the
> Compiler! . Being new to "C", I assumed that you need an "environment" to
> write your "code" in (like a "form" in VB, or an "Editor" in Dos). I
tried
> to type "GCC" at the DOS prompt, only to receive: "No Input Files ". Am I
> doing something wrong? so,I'm using the RHIDE Editor in the meantime!.
>
> 2.) Second, in the RHIDE compiler, would like to "Save" the "Code" and
> "Compiled" files on Floppy Disk (not on the Hard Drive), but there is no
> "option" to save it on any "Drive" but the default!. (again, the reference
> to "Qbasic")
>
> 3.) Third, most of "files" downloaded must be "read" using the "Open
With"
> dialog box. But, with "What"?!
>
> So you see, I'm really looking for some reference for "Beginners" and I
hope
> that I didn't bore you with the "Basics". Please HELP!!
>
> Thank You.
>
> Mike Daniels
> mad1455 AT mail DOT com
>
> ______________________________________________
> FREE Personalized Email at Mail.com
> Sign up at http://www.mail.com/?sr=signup
>
- Raw text -