From: wduminy AT my-dejanews DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Needs Help! Date: Mon, 15 Mar 1999 13:33:27 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 20 Message-ID: <7cj277$no3$1@nnrp1.dejanews.com> References: NNTP-Posting-Host: 196.28.160.2 X-Article-Creation-Date: Mon Mar 15 13:33:27 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT) X-Http-Proxy: 1.1 x5.dejanews.com:80 (Squid/1.1.22) for client 196.28.160.2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , "fittenvi" wrote: > I am just beginning to learn C++ and am having trouble compiling any C++ > file. I am using DJGPP Version 2.02 and RHIDE Version 1.4. I am trying to > compile a simple program such as below and always get errors. > > #include "string6.h" > [clip] > You are including a source file called "string6.h" that the compiler cannot find. The reason might be one of the following: 1. The file does not exist. 2. The file is not in the include search path. Add it to the search path by adding the directory to the Options | Directories. Hope it helps. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own