links.htm 3.3 KB

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