cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / share / doc / gcc-4.7-base / C++ / README.C++
1 libstdc++ is an implementation of the Standard C++ Library, including the
2 Standard Template Library (i.e. as specified by ANSI and ISO).
3
4 Some notes on porting applications from libstdc++-2.90 (or earlier versions)    
5 to libstdc++-v3 can be found in the libstdc++6-4.3-doc package. After the
6 installation of the package, look at:
7
8   file:///usr/share/doc/gcc-4.3-base/libstdc++/html/17_intro/porting-howto.html
9
10 On Debian GNU/Linux you find additional documentation in the
11 libstdc++6-4.3-doc package. After installing these packages,
12 point your browser to
13
14   file:///usr/share/doc/libstdc++6-4.3-doc/libstdc++/html/index.html
15
16 Other documentation can be found:
17
18     http://www.sgi.com/tech/stl/
19
20 with a good, recent, book on C++.
21
22 A great deal of useful C++ documentation can be found in the C++ FAQ-Lite,
23 maintained by Marshall Cline <cline@parashift.com>.  It can be found at the
24 mirror sites linked from the following URL (this was last updated on
25 2010/09/11):
26
27      http://www.parashift.com/c++-faq/
28
29 or use some search engin site to find it, e.g.:
30
31      http://www.google.com/search?q=c%2B%2B+faq+lite
32
33 Be careful not to use outdated mirors.
34
35 Please send updates to this list as bug report for the g++ package.