This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help - std::string
- From: "Jim Gifford" <jim at jg555 dot com>
- To: "John Love-Jensen" <eljay at adobe dot com>, gcc-help at gcc dot gnu dot org
- Date: Mon, 11 Aug 2003 08:16:25 -0700
- Subject: Re: Help - std::string
- References: <BB5D1B67.9F2E%eljay@adobe.com>
I changed it to <string>, <cstring>, and <string.h> before posting. I
changed it back to <string> and I still get the same errors. This worked
under gcc 3.3, but not 3.3.1.
----- Original Message -----
From: "John Love-Jensen" <eljay@adobe.com>
To: "Jim Gifford" <jim@jg555.com>; <gcc-help@gcc.gnu.org>
Sent: Monday, August 11, 2003 8:07 AM
Subject: Re: Help - std::string
> "FYI. The Standard C Library's string routines are in <cstring>, not
> <string.h>."
>
> Clarification: from within the context of C++, of course.
>
> --Eljay
>
>