rea_7538.htm

来自「C++标准库 C++标准库 C++标准库 C++标准库」· HTM 代码 · 共 13 行

HTM
13
字号
<HTML><HEAD><TITLE>1.5 Reading This Manual</TITLE></HEAD><BODY><A HREF="ug1.htm"><IMG SRC="images/banner.gif"></A><BR><A HREF="how_0483.htm"><IMG SRC="images/prev.gif"></A><A HREF="booktoc1.htm"><IMG SRC="images/toc.gif"></A><A HREF="tindex1.htm"><IMG SRC="images/tindex.gif"></A><A HREF="con_0547.htm"><IMG SRC="images/next.gif"></A><BR><STRONG>Click on the banner to return to the user guide home page.</STRONG><H2>1.5 Reading This Manual</H2><P>This manual is an introduction to the Rogue Wave implementation of the Standard C++ Library.  It assumes that you are already familiar with the basics features of the C++ programming language.  If you are new to C++ you may wish to examine an introductory text, such as the book <I>The C++ Programming Language</I>, by Bjarne Stroustrup (Addison-Wesley, 1991).</P><P>There is a classic "chicken-and-egg" problem associated with the container class portion of the standard library.  The heart of the container class library is the definition of the containers themselves, but you can't really appreciate the utility of these structures without an understanding of the algorithms that so greatly extend their functionality.  On the other hand, you can't really understand the algorithms without some appreciation of the containers.  </P><P>Ideally, after reading sections 2, 3 and 4 carefully, sections 5 through 11 should be read simultaneously with sections 12 and 13.  Since that's not possible, simply skim over sections 5 through 11 and sections 12 and 13 to gain a superficial understanding of the overall structure, then go back and read these sections again in more detail.</P><HR><A HREF="how_0483.htm"><IMG SRC="images/prev.gif"></A> <A HREF="booktoc1.htm"><IMG SRC="images/toc.gif"></A><A HREF="tindex1.htm"><IMG SRC="images/tindex.gif"></A><A HREF="con_0547.htm"><IMG SRC="images/next.gif"></A><P>&copy;Copyright 1996, Rogue Wave Software, Inc.</P></BODY></HTML>

⌨️ 快捷键说明

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