index.htm 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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="../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="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>Boost Whatever</h2>
  41. <blockquote>
  42. <p> <a href="../status/compiler_status.html"><b>Compiler Status</b></a>&nbsp;&nbsp;
  43. Describes what
  44. library works with which compiler.</p>
  45. <p> <a href="../libs/hdr_depend.html"><b>Header Dependencies</b></a>&nbsp;&nbsp;
  46. Describes what
  47. other headers each boost header includes.</p>
  48. </blockquote>
  49. <h2>Articles and Papers</h2>
  50. <blockquote>
  51. <p><b><a href="count_bdy.htm">Counted Body Techniques</a></b> by <a href="../people/kevlin_henney.htm">Kevlin
  52. Henney</a> is must reading for those interested in reference counting, a
  53. widely used object management idiom.&nbsp; Originally published in <a href="http://www.accu.org/c++sig/public/Overload.html">Overload</a>
  54. magazine.</p>
  55. <p><b><a href="feature_model_diagrams.htm">Feature Model Diagrams in text and
  56. HTML</a></b> describes how to represent feature model diagrams in text form.</p>
  57. <p><b><a href="borland_cpp.html">Portability Hints: Borland C++ 5.5.1</a></b>
  58. describes Borland C++ portability issues, with suggested workarounds.</p>
  59. </blockquote>
  60. <h2>Links</h2>
  61. <blockquote>
  62. <p>The C++ Standard (ISO/IEC 14882) is available online as a PDF file from the
  63. <a href="http://www.ansi.org">ANSI</a> (American National Standards Institute)
  64. Electronic Standards Store.&nbsp; The price is $US 18.00. The document is
  65. certainly not a tutorial, but is interesting to those who care about the
  66. precise specification of the language and the standard library.</p>
  67. </blockquote>
  68. <p>&nbsp;</p>
  69. <hr>
  70. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->26 December, 2000<!--webbot bot="Timestamp" endspan i-checksum="38514" --></p>
  71. </body>
  72. </html>
粤ICP备19079148号