OSDN Git Service

* zipfile.h (ZipDirectory): Declare size, uncompressed_size,
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / docs / documentation.html
1 <HTML>
2 <HEAD>
3  <META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
4  <TITLE>Standard C++ Library v3</TITLE>
5 <LINK REL=StyleSheet HREF="lib3styles.css">
6 <!-- $Id: documentation.html,v 1.6 2000/11/29 20:37:02 pme Exp $ -->
7 </HEAD>
8 <BODY>
9
10 <!--#include virtual="/libstdc++/header.ihtml"-->
11
12 <P><B>All of these documents</B> (in fact, this entire homepage set) are
13    bundled with the library source, under the <TT>docs</TT> subdirectory,
14    for releases and snapshots.
15 </P>
16
17 <H2><A NAME="1">Introductory notes for libstdc++</A></H2>
18    <P>This is a short list of text files pertaining to this
19    implementation of ISO 14882. A brief description follows the name
20    of the file.
21    </P>
22       <UL>
23          <LI><A HREF="17_intro/BADNAMES">BADNAMES</A>
24          - names to avoid because of potential collisions
25          <LI><A HREF="17_intro/BUGS">BUGS</A>
26          <LI><A HREF="17_intro/C++STYLE">C++STYLE</A>
27          - coding style by example
28          <LI><A HREF="17_intro/CHECKLIST">CHECKLIST</A>
29          - a list of required features and their status.
30          <LI><A HREF="17_intro/COPYING">COPYING</A>
31          - GPL v2 license terms
32          <LI><A HREF="17_intro/DESIGN">DESIGN</A>
33          - overview of the implementation plan
34          <LI><A HREF="17_intro/HEADER_POLICY">HEADER_POLICY</A>
35          - header naming and sub-include structure
36          <LI><A HREF="17_intro/PROBLEMS">PROBLEMS</A>
37          <!-- Linking to "../README" doesn't work; we are at the top level
38               of the web pages.  Punt.  -->
39          <LI>README - directory structure
40          <LI><A HREF="17_intro/RELEASE-NOTES">RELEASE-NOTES</A>
41          - instructions for building, using
42          <LI><A HREF="17_intro/TODO">TODO</A>
43          - tasks and known bugs
44          <LI><A HREF="17_intro/organization">organization</A>
45          <LI><A HREF="17_intro/contribute.html">Contributor checklist</A>
46          <LI><A HREF="17_intro/libstdc++-assign.txt">Copyright assignment form for libstdc++-v3</A>
47       </UL>
48
49 <HR>
50 <H2><A NAME="2">Configuring, Building, Installing</A></H2>
51       <UL>
52         <LI><A HREF="configopts.html">Configure options</A>
53         <LI><A HREF="install.html">Getting started: configure, build, install</A><BR>
54       </UL>
55
56 <HR>
57 <H2><A NAME="3">Chapter-Specific Information, Extensions, Notes and Advice</A></H2>
58       <OL>
59          <LI><A HREF="17_intro/howto.html">Chapter 17 (Intro)</A>
60          <LI><A HREF="18_support/howto.html">Chapter 18 (Library Support)</A>
61          <LI><A HREF="19_diagnostics/howto.html">Chapter 19 (Diagnostics)</A>
62          <LI><A HREF="20_util/howto.html">Chapter 20 (Utilities)</A>
63          <LI><A HREF="21_strings/howto.html">Chapter 21 (Strings)</A>
64          <LI><A HREF="22_locale/howto.html">Chapter 22 (Localization)</A>
65          <LI><A HREF="23_containers/howto.html">Chapter 23 (Containers)</A>
66          <LI><A HREF="24_iterators/howto.html">Chapter 24 (Iterators)</A>
67          <LI><A HREF="25_algorithms/howto.html">Chapter 25 (Algorithms)</A>
68          <LI><A HREF="26_numerics/howto.html">Chapter 26 (Numerics)</A>
69          <LI><A HREF="27_io/howto.html">Chapter 27 (I/O)</A>
70          <LI><A HREF="ext/howto.html">Extensions to the Standard Library</A>
71       </OL>
72
73
74 <!--#include virtual="/libstdc++/footer.ihtml"-->
75 </BODY>
76 </HTML>