Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 1999 21:32:06 -0500 (CDT)
From:      "Thomas T. Veldhouse" <veldy@visi.com>
To:        Thomas Dean <tomdean@ix.netcom.com>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: egcs, libstdc++, libg++, Class Library
Message-ID:  <Pine.GSO.4.10.9905132130490.24156-100000@isis.visi.com>
In-Reply-To: <199905140138.SAA07432@ix.netcom.com>

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

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
veldy@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 majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
> 



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.9905132130490.24156-100000>