On Thu, May 13, 1999 at 09:32:06PM -0500, Thomas T. Veldhouse wrote:
> 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.

You don't need to. EGCS is still buggy with namespaces because namespace
std is on by default.

-- 
German Tischler         [email protected]
                        [email protected]


To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to