From: Meola111 AT aol DOT com Message-ID: > Date: Thu, 27 Aug 1998 22:04:52 EDT To: djgpp AT delorie DOT com Mime-Version: 1.0 Subject: RHIDE and iostream.h Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Precedence: bulk [HELLO.C] #include #include int main() {printf("Hello World"); return 0;} When i type the previous code in i get an error like so: Hello.c(1)Error: can't find file iostream.h Why doesnt RHIDE find iostream.h even though its in D:/DJGPP/include folder? Thanx