From: "Joe Toth" Newsgroups: comp.os.msdos.djgpp References: <5fsliskch39r9f3sdm0m29vasnmfhe33rg AT 4ax DOT com> Subject: Re: More Dumb Newbie Questions Lines: 30 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: <8jUW4.30$XQ1.7900@wdc-read-01.qwest.net> Date: Wed, 24 May 2000 12:23:56 -0500 NNTP-Posting-Host: 138.111.168.64 X-Complaints-To: news-admin AT qwestip DOT net X-Trace: wdc-read-01.qwest.net 959189316 138.111.168.64 (Wed, 24 May 2000 11:28:36 MDT) NNTP-Posting-Date: Wed, 24 May 2000 11:28:36 MDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Ghostwheel" wrote in message news:bRSW4.31385$S31 DOT 606817 AT newsread2 DOT prod DOT itd DOT earthlink DOT net... > I have included iostream.h (assuming that is the header file you were > referring to) in the program. I am trying to do a simple cout command. Do I > not need the iostream.h? In the source code you would have a line '#include ', yes. But, RhIDE uses a list of files it keeps for generating the makefiles, etc. I can't get RhIDE running under NT for some reason, and my Win 98 machine is at home. So, I can't say with absolute certainty which menu bar/selection will display the list of files it considers the parts of the project, and it is in this list that you may have to delete the entry to the header file. If I recall, after opening your project, select 'Window' then ''Project', you should get a list of files and you should delete any header (*.h) files. Hope this helps. Joe Toth