Date: Thu, 6 Mar 1997 13:22:37 +0200 (IST) From: Eli Zaretskii To: Chris AtLee cc: djgpp AT delorie DOT com Subject: Re: CIN COUT In-Reply-To: <331DF1C9.5593@achilles.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 5 Mar 1997, Chris AtLee wrote: > I've had that very same problem! I just downloaded djgpp to see what it > could do, but I couldn't do anything! First I found that I had no > iostream.h, so I used the printf() from stdio.h instead...But that > didn't work either...Weird... Did you download the file v2/readme.1st and read it before installing and using DJGPP? If not, there's nothing weird in the fact it didn't work for you: you didn't read the instructions that tell you which files to download, how to install DJGPP correctly and how to get started using it. If you still care to see DJGPP working for you, please read that file and see what you missed. OTOH, if you did install DJGPP as readme.1st tells you, please post the shortest program that fails for you and the exact error message(s) printed when you compile it, and you will get further help. You might also consider downloading the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP): it describes some common causes of problems like yours and gives some solutions.