C++ Libraries
Information on C++ libraries.
Most standard C++ features are supported, except the following:
- String classes using basic string class templates with wide character types or that use the
wstringstandard template class. - I/O streams using wide character objects.
- File-based streams using file streams with wide character types (
wfilebuf,wifstream,wofstream, andwfstream) - Multiple localization libraries; Cray C++ supports only one locale
fscanf and sprintf functions do not use wide characters, but the fwscanf and swprintf function do.