index.htm 5.8 KB

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