faq.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <link rel="stylesheet" type="text/css" href="../../../boost.css">
  5. <title>{{Library}} - FAQ</title>
  6. </head>
  7. <body link="#0000ff" vlink="#800080">
  8. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
  9. "header">
  10. <tr>
  11. <td valign="top" width="300">
  12. <h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
  13. </td>
  14. <td valign="top">
  15. <h1 align="center">{{Library}}</h1>
  16. <h2 align="center">Frequently Asked Questions (FAQs)</h2>
  17. </td>
  18. </tr>
  19. </table>
  20. <hr>
  21. <dl class="page-index">
  22. <dt><a href="#question1">{{question}}</a></dt>
  23. <dt><a href="#question2">{{question}}</a></dt>
  24. </dl>
  25. <h2><a name="question1"></a>{{question}}</h2>
  26. <p>{{answer}}</p>
  27. <h2><a name="question2"></a>{{question}}</h2>
  28. <p>{{answer}}</p>
  29. <hr>
  30. <p>Revised
  31. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  32. 05 November, 2001
  33. <!--webbot bot="Timestamp" endspan i-checksum="39359" -->
  34. </p>
  35. <p><i>&copy; Copyright <a href="mailto:{{address}}">{{author}}</a>
  36. 2002. All Rights Reserved.</i></p>
  37. </body>
  38. </html>
粤ICP备19079148号