Message-ID: <347D5F30.14430C7C@provider.com.br> Date: Thu, 27 Nov 1997 09:53:20 -0200 From: Antonio Dias <accdias AT provider DOT com DOT br> MIME-Version: 1.0 To: donald_removewhenreply AT iinet DOT net DOT au, djgpp AT delorie DOT com Subject: Re: How to use Namespace? References: <TCPSMTP DOT 17 DOT 11 DOT 26 DOT -9 DOT 52 DOT 44 DOT 2313328589 DOT 849612 AT pandora DOT provider DOT com DOT br> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk donald_removewhenreply AT iinet DOT net DOT au wrote: > The real problem is when I try to use STL string class, #include > <string.h> > gives me the C string (char*) functions instead of the C++ string > class The String class is defined in <strclass.h> so you must include this file to get strings functionality. Hugs, Antonio Dias <accdias AT provider DOT com DOT br>