diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-21 02:38:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-21 02:38:02 +0000 |
commit | 93533e511b41e963add42a51e28bf90b910aff99 (patch) | |
tree | 424df1f632de3e0ea8ad8bcf130fe83930a10f01 /llvm/docs/ProgrammersManual.html | |
parent | 80e1a74820638b318e156a26277310296b8e5375 (diff) | |
download | bcm5719-llvm-93533e511b41e963add42a51e28bf90b910aff99.tar.gz bcm5719-llvm-93533e511b41e963add42a51e28bf90b910aff99.zip |
Add a link to C++ in a nutshell book
llvm-svn: 4243
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 13fe9f57fbd..d07fc4cd3e1 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -163,7 +163,13 @@ Here are some useful links:<p> <ol> <li><a href="http://www.dinkumware.com/refxcpp.html">Dinkumware C++ Library reference</a> - an excellent reference for the STL and other parts of -the standard C++ library.<br> +the standard C++ library. + +<li><a href="http://www.tempest-sw.com/cpp/">C++ In a Nutshell</a> - This is an +O'Reilly book in the making. It has a decent <a +href="http://www.tempest-sw.com/cpp/ch13-libref.html">Standard Library +Reference</a> that rivals Dinkumware's, and is actually free until the book is +published. <li><a href="http://www.parashift.com/c++-faq-lite/">C++ Frequently Asked Questions</a> @@ -1763,6 +1769,6 @@ pointer to the parent Function. <a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start --> -Last modified: Tue Oct 1 18:15:43 CDT 2002 +Last modified: Sun Oct 20 21:37:06 CDT 2002 <!-- hhmts end --> </font></body></html> |