From: "fouzia zia" Newsgroups: comp.os.msdos.djgpp Subject: RHIDE on win98 Date: Fri, 17 Dec 1999 21:14:19 +1300 Organization: Paradise Net Ltd. Customer Lines: 23 Message-ID: <945457396.42999@shelley.paradise.net.nz> NNTP-Posting-Host: shelley.paradise.net.nz X-Trace: titan.xtra.co.nz 945418007 13718418 203.96.152.26 (17 Dec 1999 08:06:47 GMT) X-Complaints-To: abuse AT xtra DOT co DOT nz NNTP-Posting-Date: 17 Dec 1999 08:06:47 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-96-159-210 DOT tnt5 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.3.3b4 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com #include int main() { cout << "I love C++" << endl; return 0; } Hi folks i really need help. i 've just started to learn c++ & got Djgpp with a book. It works fine on the programs alreay given but generates an error message if i write a program say for example the above program. I have saved it as myans1.cpp The error i get is whether i run it or compile it is "Could not find the source file "myans1.cpp". Make sure that the file exists or check the settings in 'options/Directories' for the correct path." so anyone with an idea - thanks fouzia