From: "Jurre Koning" Newsgroups: comp.os.msdos.djgpp Subject: very very beginners question. Date: Sat, 31 Jul 1999 13:25:03 +0200 Lines: 25 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: flex090.dijkgraaf.wau.nl Message-ID: <37a2dd1e@wau.nl> X-Trace: 31 Jul 1999 13:25:18 +0100, flex090.dijkgraaf.wau.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I am a student biotechnology and am doing a beginners course in C++ ... I downloaded DJGPP and followed the installation instructions. Now, my very first C-file compilation ... command line : gcc priem.c -o priem.exe is gives this error message: priem.c:3: iostream.h: nosuch file or directory (ENOENT) ... ok, I put iostream.h in the directory priem.c is in and it is also in the lang\cxx directory, which I added to the path as well ... why can't the compiler find it ? Thanx, Jurre P.S. if this is not the right newsgroup ... if there is for example a group for very beginner questions .. please point me there, because I expect more question will arise during the course.