ソースを参照

Fix two outdated links (Ben Hutchings) and add standard in book form

[SVN r25523]
Beman Dawes 22 年 前
コミット
b071a0a64c
1 ファイル変更12 行追加5 行削除
  1. 12 5
      more/links.htm

+ 12 - 5
more/links.htm

@@ -32,7 +32,7 @@ try your favorite search engine.</p>
 </ul>
 </ul>
 <h2><a name="cpp">C++</a> Organizations</h2>
 <h2><a name="cpp">C++</a> Organizations</h2>
 <ul>
 <ul>
-  <li><a href="http://std.dkuug.dk/jtc1/sc22/wg21">C++ Standards Committee</a> - 
+  <li><a href="http://www.open-std.org/jtc1/sc22/wg21/">C++ Standards Committee</a> - 
   Issues lists and papers give insight into current status and future 
   Issues lists and papers give insight into current status and future 
   directions.</li>
   directions.</li>
   <li><a href="http://www.accu.org">Association of C &amp; C++ Users</a> - Over 2400 
   <li><a href="http://www.accu.org">Association of C &amp; C++ Users</a> - Over 2400 
@@ -46,15 +46,22 @@ try your favorite search engine.</p>
 <h2>Copies of the C++ Standard</h2>
 <h2>Copies of the C++ Standard</h2>
 <ul>
 <ul>
   <li>
   <li>
-  <a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC+14882-1998">
-  ANSI Store</a> - The full C++ Standard (INCITS/ISO/IEC 14882) is available online for $18 US. The document is certainly not a
+  <a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+14882%2D2003">
+  ANSI Store</a> - The full C++ Standard including TC1 corrections (INCITS/ISO/IEC 14882) is available 
+  as a PDF document for $18 US. The document is certainly not a
     tutorial, but is interesting to those who care about the
     tutorial, but is interesting to those who care about the
     precise specification of both the language and the standard
     precise specification of both the language and the standard
     library.</li>
     library.</li>
+  <li>
+  <a href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470846747.html">
+  Book</a> - The full C++ Standard including TC1 corrections is also available 
+  in book form, list price $65 US. Since the content of the book is the same as 
+  the much cheaper ANSI PDF, the book form is only of interest to those who 
+  prefer a physical book, say for a school or company library.</li>
 </ul>
 </ul>
 <hr>
 <hr>
 <p>Revised
 <p>Revised
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->3 July, 2004<!--webbot bot="Timestamp" endspan i-checksum="39365" --></p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->02 October, 2004<!--webbot bot="Timestamp" endspan i-checksum="38677" --></p>
 <p>© Copyright Beman Dawes 2002</p>
 <p>© Copyright Beman Dawes 2002</p>
 <p>Use, modification, and distribution are subject to the Boost Software License, 
 <p>Use, modification, and distribution are subject to the Boost Software License, 
 Version 1.0. (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
 Version 1.0. (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
@@ -62,4 +69,4 @@ Version 1.0. (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt
 
 
 </body>
 </body>
 
 
-</html>
+</html>

粤ICP备19079148号