From: "Michael Moroz" Newsgroups: comp.os.msdos.djgpp Subject: iostream.h Date: Sun, 17 Sep 2000 18:05:04 -0400 Lines: 10 Message-ID: <8q3f1j$1mt$1@bob.news.rcn.net> X-Trace: Wcdeod2Skbp4cEtQ4kJSJh+Bhn02pPWWzjUAmXEaUXA= X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 17 Sep 2000 22:02:27 GMT X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MSMail-Priority: Normal X-Priority: 3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I installed the all the files from the GNU C++ disk that I've got and I tried doing the first program in the book "C++ Weekend Crash Course" by Stephen R. Davis but when the program compiles it doesn't find the file "iostream.h" in the include directory. So I searched for this file and it's not anywhere on my computer. All I have is a file called "io.h" in the include directory. I tried downloading the version from the web site and it doesn't have that file neither. Why does it have me put this file in the program if the file isn't there and stops the compilation from taking place.