index.htm 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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><a href="regression.html"><b>Internal Regression Test
  62. Suite</b></a>&nbsp;&nbsp; Describes the tool for generating
  63. the compiler status tables </p>
  64. <p><a href="../libs/hdr_depend.html"><b>Header Dependencies</b></a>&nbsp;&nbsp;
  65. Describes what other headers each boost header includes.</p>
  66. <p><b><a href="proposal.pdf">Proposal for a C++ Library Repository Web Site</a></b>&nbsp;
  67. The original 1998 proposal that launched Boost.</p>
  68. </blockquote>
  69. <h2>Articles and Papers</h2>
  70. <blockquote>
  71. <p><a href="error_handling.html"><b>Error and Exception
  72. Handling</b></a> describes approaches to errors and
  73. exceptions by <a href="../people/dave_abrahams.htm">David
  74. Abrahams</a>. </p>
  75. <p><a href="count_bdy.htm"><b>Counted Body Techniques</b></a>
  76. by <a href="../people/kevlin_henney.htm">Kevlin Henney</a> is
  77. must reading for those interested in reference counting, a
  78. widely used object management idiom.&nbsp; Originally
  79. published in <a
  80. href="http://www.accu.org/c++sig/public/Overload.html">Overload</a>
  81. magazine.</p>
  82. <p><a href="generic_programming.html"><b>Generic Programming
  83. Techniques</b></a> by <a href="../people/dave_abrahams.htm">David
  84. Abrahams</a> and <a href="../people/jeremy_siek.htm">Jeremy
  85. Siek</a> describe some of the techniques used in Boost
  86. libraries.</p>
  87. <p><a href="feature_model_diagrams.htm"><b>Feature Model
  88. Diagrams in text and HTML</b></a> describes how to represent
  89. feature model diagrams in text form.</p>
  90. <p><a href="borland_cpp.html"><b>Portability Hints: Borland C++
  91. 5.5.1</b></a> describes Borland C++ portability issues, with
  92. suggested workarounds.</p>
  93. <p><a href="microsoft_vcpp.html"><b>Portability Hints:
  94. Microsoft VC++ 6.0 SP4</b></a> describes Microsoft C++
  95. portability issues, with suggested workarounds.</p>
  96. <p><a href="int_const_guidelines.htm"><strong>Coding
  97. Guidelines for Integral Constant Expressions</strong></a>
  98. describes how to work through the maze of compiler related
  99. bugs surrounding this tricky topic.</p>
  100. </blockquote>
  101. <h2>Links</h2>
  102. <blockquote>
  103. <p>The C++ Standard (ISO/IEC 14882) is available online as a
  104. PDF file from the <a href="http://www.ansi.org">ANSI</a> (American
  105. National Standards Institute) Electronic Standards Store.&nbsp;
  106. The price is $US 18.00. The document is certainly not a
  107. tutorial, but is interesting to those who care about the
  108. precise specification of the language and the standard
  109. library.</p>
  110. </blockquote>
  111. <p>&nbsp;</p>
  112. <hr>
  113. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
  114. s-format="%d %B, %Y" startspan -->20 November, 2001<!--webbot bot="Timestamp" i-checksum="39351" endspan --></p>
  115. </body>
  116. </html>
粤ICP备19079148号