Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Standard C++ Library support
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Standard C++ Library support



Those headers aren't actually part of the STL. The STL is a subset of the
ISO Standard C++ library, but it deals mostly with containers (e.g. vector,
map, etc).

These headers come from the iostreams part of the standard. <sstream>
defines std::stringstream, which is the replacement for <strstream> in the
standard. <locale> defines the std::locale class, and provides support for
internationalization.

It may be that these classes haven't been ported to Darwin yet from the GNU
sources.

AHG

----- Original Message -----

References: 
 >Re: Standard C++ Library support (From: David Ewing <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.