This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Strings and Integers?
- To: "Orn E. Hansen" <oe dot hansen at oehansen dot pp dot se>
- Subject: Re: Strings and Integers?
- From: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Date: 30 Nov 1997 20:23:32 -0200
- Cc: egcs at cygnus dot com
- References: <199711301401.PAA07276@oehansen.pp.se>
Orn E Hansen writes:
> I noticed that there is no implementation of String class.
String is part of libg++, that is not included in egcs. egcs does
include libstdc++, that provides a definition of class string in the
header file <string>, not <string.h>, that is a C header-file.
There's no equivalent of libg++'s class Integer in the C++ standard
library.
--
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil