Topic: Standard String Library


Author: rwolf@ibm.net
Date: 1996/03/04
Raw View
Is there a net source for the standard string library.
Non of my compliers are supporting this yet.

Thanks
---
[ comp.std.c++ is moderated.  To submit articles: Try just posting with your
                newsreader.  If that fails, use mailto:std-c++@ncar.ucar.edu
  comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
  Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
  Comments? mailto:std-c++-request@ncar.ucar.edu
]





Author: jbuck@Synopsys.COM (Joe Buck)
Date: 1996/03/05
Raw View
rwolf@ibm.net writes:
>Is there a net source for the standard string library.
>Non of my compliers are supporting this yet.

GNU C++ has an implementation (in libg++).  Use of the code
is unrestricted if you are using gcc, but evidently not if
you want to use it with some other compiler.

If you can pay $$$, ObjectSpace has a version for many Unix and Windows
C++ compilers (included with ObjectSpace<STL>).
--
-- Joe Buck  <jbuck@synopsys.com> (not speaking for Synopsys, Inc)

Work for something because it is good,
not just because it stands a chance to succeed.    -- Vaclav Havel
---
[ To submit articles: try just posting with your news-reader.
                      If that fails, use mailto:std-c++@ncar.ucar.edu
  FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html
  Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html
  Comments? mailto:std-c++-request@ncar.ucar.edu.
]