links.htm 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <title>Links</title>
  8. </head>
  9. <body bgcolor="#FFFFFF">
  10. <table border="1" bgcolor="#007F7F" cellpadding="2">
  11. <tr>
  12. <td bgcolor="#FFFFFF"><img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
  13. <td><a href="../index.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>Home</big></font></a></td>
  14. <td><a href="../libs/libraries.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>Libraries</big></font></a></td>
  15. <td><a href="../people/people.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>People</big></font></a></td>
  16. <td><a href="../more/faq.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>FAQ</big></font></a></td>
  17. <td><a href="../more/index.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>More</big></font></a></td>
  18. </tr>
  19. </table>
  20. <h1>Links</h1>
  21. <p>Here are a few links of special interest to Boost users. For general queries,
  22. try your favorite search engine.</p>
  23. <h2><a name="Commercial Support">Commercial Support</a> for Boost Libraries</h2>
  24. <ul>
  25. <li><a href="http://www.boost-consulting.com">Boost Consulting</a> - Support,
  26. training, and consulting from Boost experts.</li>
  27. </ul>
  28. <h2><a name="cpp">C++</a> Organizations</h2>
  29. <ul>
  30. <li><a href="http://www.open-std.org/jtc1/sc22/wg21/">C++ Standards Committee</a> -
  31. Issues lists and papers give insight into current status and future
  32. directions.</li>
  33. <li><a href="http://www.accu.org">Association of C &amp; C++ Users</a> - Over 2400
  34. book reviews, and lots more.</li>
  35. </ul>
  36. <h2>Online Publications</h2>
  37. <ul>
  38. <li><a href="http://www.artima.com/cppsource/index.jsp">The C++ Source</a> -
  39. <i>&quot;The Premier Online Journal for the C++ Community&quot;</i>.</li>
  40. </ul>
  41. <h2>Copies of the C++ Standard</h2>
  42. <ul>
  43. <li>
  44. <a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+14882%2D2003">
  45. ANSI Store</a> - The full C++ Standard including TC1 corrections (INCITS/ISO/IEC 14882) is available
  46. as a PDF document for $18 US. The document is certainly not a
  47. tutorial, but is interesting to those who care about the
  48. precise specification of both the language and the standard
  49. library.</li>
  50. <li>
  51. <a href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470846747.html">
  52. Book</a> - The full C++ Standard including TC1 corrections is also available
  53. in book form, list price $65 US. Since the content of the book is the same as
  54. the much cheaper ANSI PDF, the book form is only of interest to those who
  55. prefer a physical book, say for a school or company library.</li>
  56. </ul>
  57. <hr>
  58. <p>Revised
  59. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->02 October, 2004<!--webbot bot="Timestamp" endspan i-checksum="38677" --></p>
  60. <p>© Copyright Beman Dawes 2002</p>
  61. <p>Use, modification, and distribution are subject to the Boost Software License,
  62. Version 1.0. (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
  63. <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
  64. </body>
  65. </html>
粤ICP备19079148号