From: James Newsgroups: comp.os.msdos.djgpp Subject: Re: Stupid newbie question Date: Sat, 21 Jun 1997 13:48:14 +0800 Organization: Kewl Lines: 36 Message-ID: <33AB6B1D.1D2E1CA5@bitsmart.com> References: <339E1C67 DOT 492CDD81 AT icx DOT net> NNTP-Posting-Host: grunge169.nv.iinet.net.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Josh Lothian wrote: > hello, > > I began to write my first program in c++ today, the classic "hello". > I > can compile it just fine under RHIDE, but it will compile the .o file, > > but I cannot produce an executable. There is simply no "run" option. > Is there something real obvious that I am missing? Here is the code: > > #include > > int main() > { > cout<<"hello"; > } > > I have the include directory correct, but I can't understand why I > can't > make an executable. > > Thanks much in advance. > -- > Josh Lothian / tlothian AT icx DOT net > http://user.icx.net/~tlothian okies rhide does this sometimes Under the project menu just close the project. Then recompile and it should produce an exe :) Hope it workz D.