Mail Archives: djgpp/1997/10/31/07:15:30
nick wrote:
>
> I am having a problem getting started.
> When I tried a little program to see if djgpp workes I got an error saying it could not
> find the <iostream.h> file.
Looks like you might not have downloaded the C++ libraries. There are
separate but should be available where ever you got DJGPP. By including
iostream.h I am assuming you are trying to write a C++ (rather than C)
program.
You will need to download the files gpp2721b.zip (compiler, 666kB) and
lgp271b.zip (libraries, 624kB).
A nice idea might be to use the Zip-Picker at
http://www.delorie.com/djgpp/
This will tell you what files you may need for whatever purpose you have
in mind.
Hope this helps,
Barry Rodewald.
- Raw text -