Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 1995 16:11:22 +0300
From:      tanel@juku.li.ttu.ee (Tanel Kuusk)
To:        questions@FreeBSD.org, ianw@ee.su.oz.au
Message-ID:  <9505081311.AA07765@juku.li.ttu.ee>

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

> I can't compile the following program.
> 
> #include <iostream.h>
I guess you should use <stream.h> instead of <iostream.h>  (stream.h
includes iostream.h also). And later link with -lg++

  Tanel





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