Have you tried using the C++ standard way?  It works.

#include <iostream>
#include <string>

using namespace std;

Of course, there are many times you won't want to include the entire
namespace.

Tom Veldhouse
ve...@visi.com


On Thu, 13 May 1999, Thomas Dean wrote:

> I think I missed something, again.
> 
> What is the current and near-future status of Class Libraries?
> 
> libg++ is not updated.  libstdc++ has some classes 'if 0'-ed out.
> 
> I have a project that uses the string class and iostream.  I cannot
> build it with -current as of Apr 11.
> 
> Is the solution to get and install libg++?  Or, is there a near-term
> fix for the egcs package?
> 
> tomdean
> 
> 
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message
> 



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to