From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <82pppc$mj8$1 AT node17 DOT cwnet DOT frontiernet DOT net> Subject: Re: I'm a newbie to C/C++ Lines: 40 Organization: Pin Eight Software X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: +r2abieuRWFOKxL7r61nINwtsb98ZPGC1oA6A3PKm4faRdUlqqD0hhVHOL8oK1I+o+wCaGvKFqBN!7vZLcsL3odWsMLLC0XDpNW9g0Ah+i9rSc8iWS69keCMuxWgQBM3Q8z0X+P37CBGw/08o4fSPhQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 10 Dec 1999 03:05:17 GMT Distribution: world Date: Fri, 10 Dec 1999 03:05:17 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Nite Hawk" wrote: > 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). You told it "Compile a C program" without telling it which program to compile! The syntax for compiling a simple C++ program is gxx hello.cpp -o hello.exe ("C++compile hello.c and-make-an-exe-called hello.exe") Read the README.1ST file for more information; then Read Me Third: http://www.rose-hulman.edu/~yerricde/minifaq.txt Then, if you still have problems, you may find a solution in the official DJGPP FAQ list: http://www.delorie.com/djgpp/v2faq/ -- Damian Yerrick http://yerricde.tripod.com/ My .sig is too long to include in an e-mail or NG message. Go to http://www.rose-hulman.edu/~yerricde/sig.html to see it. and now you must pay...