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(3C++std)
and
iostream(3C++std)
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
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004