From: Chris Lattner Date: Mon, 21 Oct 2002 02:38:02 +0000 (+0000) Subject: Add a link to C++ in a nutshell book X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e9ddc7f5059db79efb46ad0a010c9936cd2959e3;p=oota-llvm.git Add a link to C++ in a nutshell book git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4243 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 13fe9f57fbd..d07fc4cd3e1 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -163,7 +163,13 @@ Here are some useful links:

  1. Dinkumware C++ Library reference - an excellent reference for the STL and other parts of -the standard C++ library.
    +the standard C++ library. + +
  2. C++ In a Nutshell - This is an +O'Reilly book in the making. It has a decent Standard Library +Reference that rivals Dinkumware's, and is actually free until the book is +published.
  3. C++ Frequently Asked Questions @@ -1763,6 +1769,6 @@ pointer to the parent Function. Chris Lattner -Last modified: Tue Oct 1 18:15:43 CDT 2002 +Last modified: Sun Oct 20 21:37:06 CDT 2002