From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: (no subject) Date: Thu, 21 Jun 2001 19:21:10 +0100 Lines: 14 Message-ID: References: NNTP-Posting-Host: modem-175.oxygen.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg1.svr.pol.co.uk 993147674 32515 62.136.7.175 (21 Jun 2001 18:21:14 GMT) NNTP-Posting-Date: 21 Jun 2001 18:21:14 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com RITAWIREKOGH AT aol DOT com wrote: > After successfully compiling a C++ Programme using DOS PROMPT which command > can I type at DOS to run it. Type the name of the program, minus the .exe For example: C:\code>gpp -Wall hello.cpp -o hello C:\code>hello Hello World!