📄 wha_6844.htm
字号:
<HTML><HEAD><TITLE>What is the Standard C++ Library?</TITLE></HEAD>
<BODY>
<A HREF="ug.htm"><IMG SRC="images/banner.gif"></A>
<P><STRONG>Click on the banner to return to the user guide home page.</STRONG></P>
<P>©Copyright 1996 Rogue Wave Software</P>
<H2>What is the Standard C++ Library?</H2>
<P>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.</P>
<P>The ANSI/ISO Standard C++ Library includes the following parts:</P>
<UL>
<LI>A large set of data structures and algorithms formerly known as the Standard Template Library (STL).</LI>
<LI>An IOStream facility.</LI>
<LI>A locale facility.</LI>
<LI>A templatized <A HREF="../stdref/str_8586.htm"><B><I>string</I></B></A> class.</LI>
<LI>A templatized class for representing complex numbers.</LI>
<LI>A uniform framework for describing the execution environment, through the use of a template class named <A HREF="../stdref/num_5679.htm"><B><I>numeric_limits</I></B></A> and specializations for each fundamental data type.</LI>
<LI>Memory management features.</LI>
<LI>Language support features.</LI>
<LI>Exception handling features.</LI>
</UL>
<P>This version of the Rogue Wave Standard C++ Library includes the data structures and algorithms libraries (STL), and the <A HREF="../stdref/str_8586.htm"><B><I>string</I></B></A>, <A HREF="../stdref/com_8038.htm"><B><I>complex</I></B></A> and <A HREF="../stdref/num_5679.htm"><B><I>numeric_limits</I></B></A> classes.</P>
<HR>
<A HREF="int_4456.htm"><IMG SRC="images/prev.gif"></A> <A HREF="booktoc.htm"><IMG SRC="images/toc.gif"></A> <A HREF="doe_3822.htm"><IMG SRC="images/next.gif"></A></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -