index.htm 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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>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="../libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
  14. <td><a href="../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. <p>These policies explain what is expected of boost libraries and the process
  22. for library submissions.</p>
  23. <blockquote>
  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="submission_process.htm"><b>Library Submission Process</b></a>.&nbsp;
  27. How to submit a library to Boost.</p>
  28. <p><b><a href="formal_review_process.htm">Library Formal Review Process</a></b>.
  29. Including how to submit a review comment.</p>
  30. <p><b><a href="header.htm">Header Policy</a></b>.&nbsp; Headers are where a
  31. library contacts its users, so programming practices are particularly
  32. important.</p>
  33. <p><b><a href="imp_vars.htm">Implementation Variations</a></b>.&nbsp;
  34. Sometimes one size fits all, sometimes it doesn't.&nbsp; This page deals with
  35. the trade-offs.</p>
  36. <p><b><a href="library_reuse.htm">Library Reuse</a></b>.&nbsp; Should Boost
  37. libraries use other boost libraries?&nbsp; What about the C++ Standard
  38. Library?&nbsp; It's another trade-off.</p>
  39. </blockquote>
  40. <h2>Links</h2>
  41. <blockquote>
  42. <p>The C++ Standard (ISO/IEC 14882) is available online as a PDF file from the
  43. <a href="http://www.ansi.org">ANSI</a> (American National Standards Institute)
  44. Electronic Standards Store.&nbsp; The price is $US 18.00. The document is
  45. certainly not a tutorial, but is interesting to those who care about the
  46. precise specification of the language and the standard library.</p>
  47. </blockquote>
  48. <h2>Articles and Papers</h2>
  49. <blockquote>
  50. <p><b><a href="count_bdy.htm">Counted Body Techniques</a></b> by <a href="../people/kevlin_henney.htm">Kevlin
  51. Henney</a> is must reading for those interested in reference counting, a
  52. widely used object management idiom.&nbsp; Originally published in <a href="http://www.accu.org/c++sig/public/Overload.html">Overload</a>
  53. magazine.</p>
  54. <p><b><a href="feature_model_diagrams.htm">Feature Model Diagrams in text and
  55. HTML</a></b> describes how to represent feature model diagrams in text form.</p>
  56. </blockquote>
  57. <hr>
  58. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->27 September, 2000<!--webbot bot="Timestamp" endspan i-checksum="39341" --></p>
  59. </body>
  60. </html>
粤ICP备19079148号