From: "SimonK" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE on win98 Date: Fri, 17 Dec 1999 23:05:34 +1100 Organization: Zip World/Pacific Internet Lines: 32 Message-ID: <83d8ku$5mp$1@the-fly.zip.com.au> References: <945457396 DOT 42999 AT shelley DOT paradise DOT net DOT nz> NNTP-Posting-Host: wendy101.zip.com.au X-Trace: the-fly.zip.com.au 945432030 5849 61.8.18.101 (17 Dec 1999 12:00:30 GMT) X-Complaints-To: news AT zipworld DOT com DOT au NNTP-Posting-Date: 17 Dec 1999 12:00:30 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Got to the options menu, then directories, then sources. just type in the name of the directory there. It shall fix the problem else I'm an idiot fouzia zia wrote in message <945457396 DOT 42999 AT shelley DOT paradise DOT net DOT nz>... >#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 > > >