Top of document
©Copyright 1999 Rogue Wave Software

What is the Standard C++ Library?

The International Standards Organization (ISO) and the American National Standards Institute (ANSI) are completing the process of standardizing the C++ programming language. A major result of this standardization process is the "Standard C++ Library," a large and comprehensive collection of classes and functions. This product is Rogue Wave's implementation of the ANSI/ISO Standard Library.

The ANSI/ISO Standard C++ Library includes the following parts:

This version of the Rogue Wave Standard C++ Library includes the data structures and algorithms libraries (STL), and the string, complex and numeric_limits classes.


Top of document