Re: While compiling gwp...




On Sun, 10 Jan 1999, Ian Peters wrote:
> htmlIO.C:20: iostream.h: No such file or directory
> 
> Where do I find this, why am I missing this, etc.?
> 

In the latest C++ standard it's just <iostream>, no .h. <iostream.h> is 
sort of a relic that g++ happens to have laying around. So if you're not
using g++, maybe try changing it to <iostream> and see if it works.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]