⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 ST20 Embedded Toolset R2.0.5用于开发基于ST20芯片机顶盒软件的开发平台,2.0.5版本,国内找不到的.在国外论坛上花了N天才找到!
💻 HTML
📖 第 1 页 / 共 2 页
字号:
-- (STL) for defining a template class that implementsa singly linked list container<BR><CODE><A HREF="sstream.html">&lt;sstream&gt;</A></CODE>-- for defining several iostreams template classes that manipulatestring containers<BR><CODE><A HREF="stack.html">&lt;stack&gt;</A></CODE>-- (STL) for defining a template class that implements a stack container<BR><CODE><A HREF="stdexcep.html">&lt;stdexcept&gt;</A></CODE>-- for defining several classes useful for reporting exceptions<BR><CODE><A HREF="streambu.html">&lt;streambuf&gt;</A></CODE>-- for defining template classes that buffer iostreams operations<BR><CODE><A HREF="string2.html">&lt;string&gt;</A></CODE>-- for defining a template class that implements a string container<BR><CODE><A HREF="strstrea.html">&lt;strstream&gt;</A></CODE>-- for defining several iostreams classes that manipulate in-memorycharacter sequences<BR><CODE><A HREF="typeinfo.html">&lt;typeinfo&gt;</A></CODE>-- for defining class <CODE>type_info</CODE>, the result of the<CODE>typeid</CODE> operator<BR><CODE><A HREF="utility.html">&lt;utility&gt;</A></CODE>-- (STL) for defining several templates of general utility<BR><CODE><A HREF="valarray.html">&lt;valarray&gt;</A></CODE>-- for defining several classes and template classes thatsupport value-oriented arrays<BR><CODE><A HREF="vector.html">&lt;vector&gt;</A></CODE>-- (STL) for defining a template class that implements a vector container</P><P>The Standard C++ library works in conjunction with the 18headers from the<B><A NAME="Standard C Library">Standard C library</A></B>,sometimes with small alterations.The headers come in two forms, new and traditional.The new-form headers are:</P><P><CODE><A HREF="cassert.html">&lt;cassert&gt;</A></CODE>-- for enforcing assertions when functions execute<BR><CODE><A HREF="cctype.html">&lt;cctype&gt;</A></CODE>-- for classifying characters<BR><CODE><A HREF="cerrno.html">&lt;cerrno&gt;</A></CODE>-- for testing error codes reported by library functions<BR><CODE><A HREF="cfloat.html">&lt;cfloat&gt;</A></CODE>-- for testing floating-point type properties<BR><CODE><A HREF="ciso646.html">&lt;ciso646&gt;</A></CODE>-- for programming in ISO 646 variant character sets<BR><CODE><A HREF="climits.html">&lt;climits&gt;</A></CODE>-- for testing integer type properties<BR><CODE><A HREF="clocale.html">&lt;clocale&gt;</A></CODE>-- for adapting to different cultural conventions<BR><CODE><A HREF="cmath.html">&lt;cmath&gt;</A></CODE>-- for computing common mathematical functions<BR><CODE><A HREF="csetjmp.html">&lt;csetjmp&gt;</A></CODE>-- for executing nonlocal <I>goto</I> statements<BR><CODE><A HREF="csignal.html">&lt;csignal&gt;</A></CODE>-- for controlling various exceptional conditions<BR><CODE><A HREF="cstdarg.html">&lt;cstdarg&gt;</A></CODE>-- for accessing a varying number of arguments<BR><CODE><A HREF="cstddef.html">&lt;cstddef&gt;</A></CODE>-- for defining several useful types and macros<BR><CODE><A HREF="cstdio.html">&lt;cstdio&gt;</A></CODE>-- for performing input and output<BR><CODE><A HREF="cstdlib.html">&lt;cstdlib&gt;</A></CODE>-- for performing a variety of operations<BR><CODE><A HREF="cstring.html">&lt;cstring&gt;</A></CODE>-- for manipulating several kinds of strings<BR><CODE><A HREF="ctime.html">&lt;ctime&gt;</A></CODE>-- for converting between various time and date formats<BR><CODE><A HREF="cwchar.html">&lt;cwchar&gt;</A></CODE>-- for manipulating<A HREF="lib_file.html#wide stream">wide streams</A> andseveral kinds of strings<BR><CODE><A HREF="cwctype.html">&lt;cwctype&gt;</A></CODE>-- for classifying<A HREF="charset.html#Wide-Character Encoding">wide characters</A></P><P>The traditional Standard C library headers are:</P><P><CODE><A HREF="assert.html">&lt;assert.h&gt;</A></CODE>-- for enforcing assertions when functions execute<BR><CODE><A HREF="ctype.html">&lt;ctype.h&gt;</A></CODE>-- for classifying characters<BR><CODE><A HREF="errno.html">&lt;errno.h&gt;</A></CODE>-- for testing error codes reported by library functions<BR><CODE><A HREF="float.html">&lt;float.h&gt;</A></CODE>-- for testing floating-point type properties<BR><CODE><A HREF="iso646.html">&lt;iso646.h&gt;</A></CODE>-- for programming in ISO 646 variant character sets<BR><CODE><A HREF="limits.html">&lt;limits.h&gt;</A></CODE>-- for testing integer type properties<BR><CODE><A HREF="locale.html">&lt;locale.h&gt;</A></CODE>-- for adapting to different cultural conventions<BR><CODE><A HREF="math.html">&lt;math.h&gt;</A></CODE>-- for computing common mathematical functions<BR><CODE><A HREF="setjmp.html">&lt;setjmp.h&gt;</A></CODE>-- for executing nonlocal <I>goto</I> statements<BR><CODE><A HREF="signal.html">&lt;signal.h&gt;</A></CODE>-- for controlling various exceptional conditions<BR><CODE><A HREF="stdarg.html">&lt;stdarg.h&gt;</A></CODE>-- for accessing a varying number of arguments<BR><CODE><A HREF="stddef.html">&lt;stddef.h&gt;</A></CODE>-- for defining several useful types and macros<BR><CODE><A HREF="stdio.html">&lt;stdio.h&gt;</A></CODE>-- for performing input and output<BR><CODE><A HREF="stdlib.html">&lt;stdlib.h&gt;</A></CODE>-- for performing a variety of operations<BR><CODE><A HREF="string.html">&lt;string.h&gt;</A></CODE>-- for manipulating several kinds of strings<BR><CODE><A HREF="time.html">&lt;time.h&gt;</A></CODE>-- for converting between various time and date formats<BR><CODE><A HREF="wchar.html">&lt;wchar.h&gt;</A></CODE>-- for manipulating<A HREF="lib_file.html#wide stream">wide streams</A> andseveral kinds of strings<BR><CODE><A HREF="wctype.html">&lt;wctype.h&gt;</A></CODE>-- for classifying<A HREF="charset.html#Wide-Character Encoding">wide characters</A></P><P>Finally, in this<A HREF="#implementation">implementation</A>,the Standard C++ library also includes several headersfor compatibility with traditional C++ libraries:</P><P><CODE><A HREF="fstream2.html">&lt;fstream.h&gt;</A></CODE>-- for defining several iostreams template classes that manipulateexteral files<BR><CODE><A HREF="iomanip2.html">&lt;iomanip.h&gt;</A></CODE>-- for declaring several iostreams manipulators that take an argument<BR><CODE><A HREF="iostrea2.html">&lt;iostream.h&gt;</A></CODE>-- for declaring the iostreams objects that manipulate thestandard streams<BR><CODE><A HREF="new2.html">&lt;new.h&gt;</A></CODE>-- for declaring several functions that allocate and free storage<BR><CODE><A HREF="stl.html">&lt;stl.h&gt;</A></CODE>-- for declaring several template classes that aid migrationfrom older versions of the<A HREF="#Standard Template Library">StandardTemplate Library</A></P><P>Other information on the Standard C++ library includes:</P><P><B><A HREF="lib_cpp.html">C++ Library Overview</A></B> --how to use the Standard C++ library<BR><B><A HREF="lib_over.html">C Library Overview</A></B> --how to use the Standard C library, including what happens at<A HREF="lib_over.html#program startup">program startup</A> and at<A HREF="lib_over.html#program termination">program termination</A><BR><B><A HREF="charset.html">Characters</A></B> --how to write<A HREF="charset.html#character constant">character constants</A> and<A HREF="charset.html#string literal">string literals</A>, and how toconvert between<A HREF="charset.html#Multibyte Characters">multibyte characters</A> and<A HREF="charset.html#Wide-Character Encoding">wide characters</A><BR><B><A HREF="lib_file.html">Files and Streams</A></B> -- how to read and write data between the program and<A HREF="lib_file.html#files">files</A><BR><B><A HREF="lib_prin.html">Formatted Output</A></B> -- how to generate text under control of a<A HREF="lib_prin.html#format string">format string</A><BR><B><A HREF="lib_scan.html">Formatted Input</A></B> -- how to scan and parse text under control of a<A HREF="lib_prin.html#format string">format string</A><BR><B><A HREF="lib_stl.html">STL Conventions</A></B> -- how to read the descriptions of<A HREF="#STL">STL</A> template classes and functions<BR><B><A HREF="lib_cont.html">Containers</A></B> -- how to use an arbitrary<A HREF="#STL">STL</A> container template class</P><P>A few special conventions are introduced into this documentspecifically for this particular<B><A NAME="implementation">implementation</A></B> of the StandardC++ library. Because the<A HREF="crit_pjp.html#C++ Standard">C++ Standard</A>is still relatively new, not all implementations support all the featuresdescribed here. Hence, this implementation introduces macros,or alternative declarations, where necessary to provide reasonablesubstitutes for the capabilities required by the C++ Standard.</P><HR><P>See also the<B><A HREF="_index.html">Index</A></B>.</P><P><I><A HREF="crit_pjp.html">Copyright</A> &#169; 1992-2002by P.J. Plauger. All rights reserved.</I></P><!--V4.01:1125--></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -