From: Chris Lattner Date: Fri, 9 Nov 2007 21:49:08 +0000 (+0000) Subject: Update links. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=788ee28a3e9e3347549d3777a8327fc9e67cd95f;p=oota-llvm.git Update links. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43964 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 2121714db65..858bbe1f7b6 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -737,15 +737,12 @@ sources. Two particularly important books for our work are:

    -
  1. Effective -C++ by Scott Meyers. There is an online version of the book (only some -chapters though) available as well. Also +
  2. Effective +C++ by Scott Meyers. Also interesting and useful are "More Effective C++" and "Effective STL" by the same author.
  3. -
  4. Large-Scale C++ -Software Design by John Lakos
  5. +
  6. Large-Scale C++ Software Design by John Lakos