Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 1998 23:42:30 -0600 (CST)
From:      Conrad Sabatier <conrads@neosoft.com>
To:        VEGA <vega@d132-h017.rh.rit.edu>
Cc:        freebsd-questions@FreeBSD.ORG, "Alain G. Fabry" <fabry@panam.edu>
Subject:   Re: iostream.h header file not found
Message-ID:  <XFMail.981118234230.conrads@neosoft.com>
In-Reply-To: <Pine.BSF.4.05.9811181715030.398-100000@d132-h017.rh.rit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

On 18-Nov-98 VEGA wrote:
> instead of doing: 
> 
>#include <iostream.h>
> 
> try doing: 
> 
>#include "/usr/include/g++/iostream.h"

Or:

#include <g++/iostream.h>

-- 
Conrad Sabatier

"I'd love to go out with you, but I'm attending the opening of my
garage door."



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.981118234230.conrads>