Message-ID: <3960A54B.451EADA8@home.com> From: Troy King Organization: @Home Network X-Mailer: Mozilla 4.61 [en]C-AtHome0407 (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Newbie to programming, 21 Days Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 25 Date: Mon, 03 Jul 2000 14:38:27 GMT NNTP-Posting-Host: 24.141.149.157 X-Complaints-To: abuse AT home DOT net X-Trace: news1.rdc2.on.home.com 962635107 24.141.149.157 (Mon, 03 Jul 2000 07:38:27 PDT) NNTP-Posting-Date: Mon, 03 Jul 2000 07:38:27 PDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I hope someone can help me as I am starting to get frustrated. I have recently purchased the bokk Sam's Teach Yourself C++ in 21 Days. I installed the DJGPp software that came with the book but I am having problems getting it to compile the Hello.cpp program that the book opens with. I am using Rhide version 1.4 on a Windows 98se platform; here's the code that I type into Rhide: #include int main() { cout << "Hello World!n"; return 0; } Now you have all probably seen people ask this question before so sorry but here's my problem. When I click on compile I get an error message that reads: c:djgpp/lang/cxx/iostream.h(31) Error:streambuf.h: No such file or director. I have checked and the file is there. What do I do to get it to compile it. I have read the faq's and newsgroup postings but have not come across anything with the exact answer of how I am to go about fixing this problem. What do I do and How do I do it? Your help would be greatly appreciated. Signed: Lost in Canada