bibliography.htm 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <HTML>
  2. <!-- Copyright (c) Jeremy Siek 2000 -->
  3. <!-- Distributed under the Boost -->
  4. <!-- Software License, Version 1.0. (See accompanying -->
  5. <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
  6. <Head>
  7. <Title>Boost Concept Checking Library: Bibliography</Title>
  8. <BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
  9. ALINK="#ff0000">
  10. <IMG SRC="../../boost.png"
  11. ALT="C++ Boost" width="277" height="86">
  12. <BR Clear>
  13. <H2>Bibliography</H2>
  14. <DL COMMapCT>
  15. <DD><P></P><DT><a name="alexandrescu99:_better_templ_error_messag">1</a>
  16. <DD>Andrei Alexandrescu<BR>
  17. <EM>Better Template Error Messages</EM>.<BR>
  18. C/C++ Users Journal, March, 1999.
  19. <DD><P></P><DT><a name="stroustrup94:_design_evolution">2</a>
  20. <DD>Bjarne Stroustrup<BR>
  21. <EM>Design and Evolution of C++</EM>.<BR>
  22. Addison-Wesley, 1994
  23. <P></P><DT><A NAME="austern99:_gener_progr_stl">3</A>
  24. <DD>
  25. M.&nbsp;H. Austern.
  26. <BR><EM>Generic Programming and the STL</EM>.
  27. <BR>Professional computing series. Addison-Wesley, 1999.
  28. <P></P><DT><A NAME="IB-H965502">4</A>
  29. <DD>
  30. David R. Musser and Atul Saini
  31. <BR><EM>STL Tutorial and Reference Guide</EM>.
  32. <BR>Professional computing series. Addison-Wesley, 1996.
  33. <P></P><DT><A NAME="stepa.lee-1994:the.s:TR">5</A>
  34. <DD>
  35. A. A. Stepanov and M. Lee
  36. <BR><EM>The Standard Template Library</EM>.
  37. <BR>ISO Programming Language C++ Project, May 1994.
  38. <BR>X3J16/94-0095, WG21/N0482
  39. </DL>
  40. <br>
  41. <HR>
  42. <TABLE>
  43. <TR valign=top>
  44. <TD nowrap>Copyright &copy 2000</TD><TD>
  45. <A HREF="http://www.boost.org/people/jeremy_siek.htm">Jeremy Siek</A>(<A
  46. HREF="mailto:jsiek@osl.iu.edu">jsiek@osl.iu.edu</A>)
  47. Andrew Lumsdaine</A>(<A HREF="mailto:lums@osl.iu.edu">lums@osl.iu.edu</A>)
  48. </TD></TR></TABLE>
  49. </BODY>
  50. </HTML>