Introduction
This topic describes two old C++ class libraries provided with the
C++ compiler:
-
the complex arithmetic library
-
the iostream library
These constitute the original C++ "standard library" as
provided by AT&T and subsequent implementations. They have
been superceded by the ISO/IEC 14882:1998 international
C++ standard; the new classes are described in
complex(C++)
and
iostream(C++)
and in many commonly available textbooks.
However these older classes are still provided for purposes of
compatibility with existing applications.
Other topics relating to the C++ language are:
Next topic:
Acknowledgements
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005