index.htm 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <title>Boost More Information</title>
  7. </head>
  8. <body bgcolor="#FFFFFF" text="#000000">
  9. <table border="1" bgcolor="#007F7F" cellpadding="2">
  10. <tr>
  11. <td bgcolor="#FFFFFF"><img src="../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
  12. <td><a href="../index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
  13. <td><a href="../libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
  14. <td><a href="../people/people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
  15. <td><a href="faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
  16. <td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
  17. </tr>
  18. </table>
  19. <h1>More Information</h1>
  20. <h2>Boost Policies</h2>
  21. <blockquote>
  22. <p><b><a href="discussion_policy.htm">Mailing List Discussion Policy.</a></b>&nbsp;
  23. What's acceptable and what isn't.</p>
  24. <p><b><a href="lib_guide.htm">Library Requirements and Guidelines</a></b>.&nbsp;
  25. Basic standards for those preparing a submission.</p>
  26. <p><a href="test_policy.htm"><b>Test Policy and Protocols</b></a>.&nbsp; How
  27. testing works at Boost.</p>
  28. <p><a href="submission_process.htm"><b>Library Submission Process</b></a>.&nbsp;
  29. How to submit a library to Boost.</p>
  30. <p><b><a href="formal_review_process.htm">Library Formal Review Process</a></b>.
  31. Including how to submit a review comment.</p>
  32. <p><b><a href="header.htm">Header Policy</a></b>.&nbsp; Headers are where a
  33. library contacts its users, so programming practices are particularly
  34. important.</p>
  35. <p><b><a href="imp_vars.htm">Implementation Variations</a></b>.&nbsp;
  36. Sometimes one size fits all, sometimes it doesn't.&nbsp; This page deals with
  37. the trade-offs.</p>
  38. <p><b><a href="library_reuse.htm">Library Reuse</a></b>.&nbsp; Should Boost
  39. libraries use other boost libraries?&nbsp; What about the C++ Standard
  40. Library?&nbsp; It's another trade-off.</p>
  41. </blockquote>
  42. <h2>Boost Whatever</h2>
  43. <blockquote>
  44. <p> <a href="../status/compiler_status.html"><b>Compiler Status</b></a>&nbsp;&nbsp;
  45. Describes what
  46. library works with which compiler.</p>
  47. <p> <a href="regression.html"><b>Internal Regression Test Suite</b></a>&nbsp;&nbsp;
  48. Describes the tool for generating the compiler status tables
  49. <p> <a href="../libs/hdr_depend.html"><b>Header Dependencies</b></a>&nbsp;&nbsp;
  50. Describes what
  51. other headers each boost header includes.</p>
  52. </blockquote>
  53. <h2>Articles and Papers</h2>
  54. <blockquote>
  55. <p><a href="error_handling.html"><b>Error and Exception Handling</b></a>
  56. describes approaches to errors and exceptions by <a
  57. href="../people/dave_abrahams.htm">David Abrahams</a>.
  58. <p><b><a href="count_bdy.htm">Counted Body Techniques</a></b> by <a href="../people/kevlin_henney.htm">Kevlin
  59. Henney</a> is must reading for those interested in reference counting, a
  60. widely used object management idiom.&nbsp; Originally published in <a href="http://www.accu.org/c++sig/public/Overload.html">Overload</a>
  61. magazine.</p>
  62. <p><b><a href="generic_programming.html">Generic Programming
  63. Techniques</a></b> by <a href="../people/dave_abrahams.htm">David Abrahams</a>
  64. and <a href="../people/jeremy_siek.htm">Jeremy Siek</a>describe some of the
  65. techniques used in Boost libraries.</p>
  66. <p><b><a href="feature_model_diagrams.htm">Feature Model Diagrams in text and
  67. HTML</a></b> describes how to represent feature model diagrams in text form.</p>
  68. <p><b><a href="borland_cpp.html">Portability Hints: Borland C++ 5.5.1</a></b>
  69. describes Borland C++ portability issues, with suggested workarounds.</p>
  70. <p><a href="microsoft_vcpp.html"><b>Portability Hints: Microsoft VC++ 6.0 SP4</b></a>
  71. describes Microsoft C++ portability issues, with suggested workarounds.</p>
  72. </blockquote>
  73. <h2>Links</h2>
  74. <blockquote>
  75. <p>The C++ Standard (ISO/IEC 14882) is available online as a PDF file from the
  76. <a href="http://www.ansi.org">ANSI</a> (American National Standards Institute)
  77. Electronic Standards Store.&nbsp; The price is $US 18.00. The document is
  78. certainly not a tutorial, but is interesting to those who care about the
  79. precise specification of the language and the standard library.</p>
  80. </blockquote>
  81. <p>&nbsp;</p>
  82. <hr>
  83. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->12 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40399" --></p>
  84. </body>
  85. </html>
粤ICP备19079148号