Re: While compiling gwp...
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: Ian Peters <ipeters acm org>
- cc: Gnome List <gnome-list gnome org>
- Subject: Re: While compiling gwp...
- Date: Sun, 10 Jan 1999 10:57:10 -0600 (CST)
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]