index.htm 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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><b><a href="count_bdy.htm">Counted Body Techniques</a></b> by <a href="../people/kevlin_henney.htm">Kevlin
  56. Henney</a> is must reading for those interested in reference counting, a
  57. widely used object management idiom.&nbsp; Originally published in <a href="http://www.accu.org/c++sig/public/Overload.html">Overload</a>
  58. magazine.</p>
  59. <p><b><a href="feature_model_diagrams.htm">Feature Model Diagrams in text and
  60. HTML</a></b> describes how to represent feature model diagrams in text form.</p>
  61. <p><b><a href="borland_cpp.html">Portability Hints: Borland C++ 5.5.1</a></b>
  62. describes Borland C++ portability issues, with suggested workarounds.</p>
  63. <p><a href="microsoft_vcpp.html"><b>Portability Hints: Microsoft VC++ 6.0 SP4</b></a>
  64. describes Microsoft C++ portability issues, with suggested workarounds.</p>
  65. </blockquote>
  66. <h2>Links</h2>
  67. <blockquote>
  68. <p>The C++ Standard (ISO/IEC 14882) is available online as a PDF file from the
  69. <a href="http://www.ansi.org">ANSI</a> (American National Standards Institute)
  70. Electronic Standards Store.&nbsp; The price is $US 18.00. The document is
  71. certainly not a tutorial, but is interesting to those who care about the
  72. precise specification of the language and the standard library.</p>
  73. </blockquote>
  74. <p>&nbsp;</p>
  75. <hr>
  76. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->03 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40400" --></p>
  77. </body>
  78. </html>
粤ICP备19079148号