delorie.com/archives/browse.cgi | search |
From: | "Stefan Viljoen" <rylan AT intekom DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: I'm a newbie to C/C++ |
Date: | Sat, 11 Dec 1999 11:49:30 +0200 |
Organization: | The South African Internet Exchange |
Lines: | 32 |
Message-ID: | <82t7mt$fuk$3@ctb-nnrp1.saix.net> |
References: | <82pppc$mj8$1 AT node17 DOT cwnet DOT frontiernet DOT net> |
NNTP-Posting-Host: | pc36-01-p33.nt.saix.net |
X-Trace: | ctb-nnrp1.saix.net 944906781 16340 155.239.194.33 (11 Dec 1999 10:06:21 GMT) |
X-Complaints-To: | abuse AT saix DOT net |
NNTP-Posting-Date: | 11 Dec 1999 10:06:21 GMT |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 5.00.2014.211 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2014.211 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Nite Hawk <malcolm1 AT frontiernet DOT net> wrote in message news:82pppc$mj8$1 AT node17 DOT cwnet DOT frontiernet DOT net... > How new am I? > How do i get to the C++ compiler? > is it gcc.exe? > I typed gcc.exe and it said, > gcc.exe: no input file! (or something like that). > anyways, please help me get to the compiler so I can write some lil' bitty > programs hehhe GCC is a command line compiler, i. e. you need to pass it parameters on the command line that allow it to know what file you want to compile, what it must be named, and a lot of other stuff. In general the best advice is to get to http://www.delorie.com/djgpp/ and read the readmes and info that is there on how to use the compiler - the info there is much more complete van specific than anything I could write here. Thanks for choosing DJGPP! If you have further trouble feel free to ask again. -- This message courtesy of RylanNet rylan AT intekom DOT co DOT za http://home.intekom.com/rylan/ -- StarWars for ever!.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |