bibliography.html 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Boost Bibliography</title>
  5. </head>
  6. <body bgColor="#ffffff">
  7. <table summary="Navigational header" cellPadding="2" bgColor="#007f7f" border="1">
  8. <tr>
  9. <td bgColor="#ffffff"><IMG height="86" alt="boost.png (6897 bytes)" src="../boost.png" width="277"></td>
  10. <td><A href="../index.htm"><font face="Arial" color="#ffffff" size="4">Home</font></A></td>
  11. <td><A href="../libs/libraries.htm"><font face="Arial" color="#ffffff" size="4">Libraries</font></A></td>
  12. <td><A href="../people/people.htm"><font face="Arial" color="#ffffff" size="4">People</font></A></td>
  13. <td><A href="faq.htm"><font face="Arial" color="#ffffff" size="4">FAQ</font></A></td>
  14. <td><A href="index.htm"><font face="Arial" color="#ffffff" size="4">More</font></A></td>
  15. </tr>
  16. </table>
  17. <h1>Boost Bibliography</h1>
  18. <p><A href="#Print_publications">Print publications about Boost or Boost Libraries</A><br>
  19. <A href="#Online_publications">Online publications about Boost or Boost Libraries</A><br>
  20. <A href="#Print_mentions">Print mentions of Boost or Boost Libraries</A><br>
  21. <A href="#Online_mentions">Online mentions of Boost or Boost Libraries</A><br>
  22. <A href="#update">How to update this page</A><br>
  23. <a href="#Acknowledgements">Acknowledgements</a></p>
  24. <h2><a name="Print_publications">Print publications</a> about Boost or Boost
  25. Libraries</h2>
  26. <table summary="List of print publications about Boost or its libraries"
  27. style="BORDER-COLLAPSE: collapse" cellPadding="5" width="100%"
  28. border="0">
  29. <tr>
  30. <td vAlign="top" align="left" width="16%"><b>[<a name="MaddockCleary00">MaddockCleary00</a>]</b></td>
  31. <td vAlign="top" align="left" width="84%">John Maddock and Steve Cleary, <i>C++ Type
  32. Traits</i>. Dr. Dobb's Journal, Vol. 25, Issue 10, October, 2000, page 38. <a href="http://www.boost.org/libs/type_traits/cxx_type_traits.htm">
  33. www.boost.org/libs/type_traits/c++_type_traits.htm</a></td>
  34. </tr>
  35. <!-- year separator -->
  36. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  37. <tr>
  38. <td vAlign="top" align="left" width="16%"><b>[<a name="Maddock01">Maddock01</a>]</b></td>
  39. <td vAlign="top" align="left" width="84%">John Maddock, <i>Regular Expressions in C++</i>.
  40. Dr. Dobb's Journal, Vol. 26, Issue 10, October, 2001, page 21.</td>
  41. </tr>
  42. <tr>
  43. <td vAlign="top" align="left" width="16%"><b>[<a name="SiekLumsdaine01">SiekLumsdaine01</a>]</b></td>
  44. <td vAlign="top" align="left" width="84%">Jeremy Siek and Andrew Lumsdaine, <i>C++
  45. Concept Checking</i>. Dr. Dobb's Journal, Vol. 26, Issue 6, June, 2001,
  46. page 64.</td>
  47. </tr>
  48. <!-- year separator -->
  49. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  50. <TR>
  51. <TD vAlign="top" align="left" width="16%"><b>[<a name="Karlsson02">Karlsson02</a>]</b></TD>
  52. <TD vAlign="top" align="left" width="84%">Björn Karlsson, <i>Smart Pointers in Boost</i>.
  53. C/C++ Users Journal, April, 2002. <A href="http://www.cuj.com/documents/s=8014/cuj0204karlsson/">
  54. www.cuj.com/documents/s=8014/cuj0204karlsson/</A>
  55. </TD>
  56. </TR>
  57. <TR>
  58. <TD vAlign="top" align="left" width="16%"><b>[<a name="Karlsson02a">Karlsson02a</a>]</b></TD>
  59. <TD vAlign="top" align="left" width="84%">Björn Karlsson, <i>C/C++ Tip #9: Lexical
  60. Conversions</i>. C/C++ Users Journal, November, 2002. <A href="http://www.cuj.com/documents/s=8470/cuj0211karlsson/">
  61. www.cuj.com/documents/s=8470/cuj0211karlsson/</A></TD>
  62. </TR>
  63. <TR>
  64. <TD vAlign="top" align="left" width="16%"><b>[<a name="Kempf02">Kempf02</a>]</b></TD>
  65. <TD vAlign="top" align="left" width="84%">Bill Kempf, <i>The Boost.Threads Library</i>.
  66. C/C++ Users Journal, May, 2002. <A href="http://www.cuj.com/documents/s=8013/cuj0205kempf/">
  67. www.cuj.com/documents/s=8013/cuj0205kempf/</A></TD>
  68. </TR>
  69. <tr>
  70. <td vAlign="top" align="left" width="16%"><b>[<a name="SiekLeeLumsdaine02">SiekLeeLumsdaine02</a>]</b></td>
  71. <td vAlign="top" align="left" width="84%">
  72. Jeremy Siek, Lie-Quan Lee and Andrew Lumsdaine, <i>The Boost Graph Library</i>.
  73. Addison-Wesley, 2002. ISBN: 0-201-72914-8. <a href="http://www.awprofessional.com/titles/0-201-72914-8">
  74. www.awprofessional.com/titles/0-201-72914-8/</a>
  75. <br>A sample chapter is available at: <A href="http://tinyurl.com/24666">tinyurl.com/24666</A>
  76. </td>
  77. </tr>
  78. <!-- year separator -->
  79. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  80. <TR>
  81. <TD vAlign="top" align="left" width="16%"><b>[<a name="AbrahamsGrosse-Kunstleve03">AbrahamsGrosse-Kunstleve03</a>]</b></TD>
  82. <TD vAlign="top" align="left" width="84%">David Abrahams and Ralf W.
  83. Grosse-Kunstleve, <i>Building Hybrid Systems with Boost.Python</i>. C/C++ Users
  84. Journal, July, 2003. <A href="http://www.cuj.com/documents/s=8470/cuj0307abrahams/">
  85. www.cuj.com/documents/s=8470/cuj0307abrahams/</A></TD>
  86. </TR>
  87. <TR>
  88. <TD vAlign="top" align="left" width="16%"><b>[<a name="GuzmanNuffer03">GuzmanNuffer03</a>]</b></TD>
  89. <TD vAlign="top" align="left" width="84%">Joel de Guzman and Dan Nuffer, <i>The Spirit
  90. Library: Inline Parsing in C++</i>. C/C++ Users Journal, September, 2003,
  91. Vol. 21, Issue 9, page 22.</TD>
  92. </TR>
  93. <TR>
  94. <TD vAlign="top" align="left" width="16%"><b>[<a name="Karlsson03">Karlsson03</a>]</b></TD>
  95. <TD vAlign="top" align="left" width="84%">Björn Karlsson, <i>Lambda Expressions &amp;
  96. C++</i>. C/C++ Users Journal, December, 2003, Vol. 21, Issue 12, page 20.</TD>
  97. </TR>
  98. <TR>
  99. <TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter03">Sutter03</a>]</b></TD>
  100. <TD vAlign="top" align="left" width="84%">Herb Sutter, <i>Generalized Function Pointers</i>.
  101. C/C++ Users Journal, August, 2003. <A href="http://www.cuj.com/documents/s=8464/cujcexp0308sutter/">
  102. www.cuj.com/documents/s=8464/cujcexp0308sutter/</A>
  103. </TD>
  104. </TR>
  105. <!-- year separator -->
  106. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  107. <TR>
  108. <TD vAlign="top" align="left" width="16%"><b>[<a name="AbrahamsGurtovoy04">AbrahamsGurtovoy04</a>]</b></TD>
  109. <TD vAlign="top" align="left" width="84%">
  110. David Abrahams and Aleksey Gurtovoy, <i>C++ Template Metaprogramming: Concepts,
  111. Tools, and Techniques from Boost and Beyond</i>. Addison-Wesley, November,
  112. 2004. ISBN: 0-321-22725-5. <A href="http://www.awprofessional.com/titles/0321227255/">
  113. www.awprofessional.com/titles/0321227255/</A>
  114. <br>
  115. Additional information and two sample chapters are available at: <A href="http://boost-consulting.com/tmpbook/">
  116. boost-consulting.com/tmpbook/</A>
  117. </TD>
  118. </TR>
  119. <TR>
  120. <TD vAlign="top" align="left" width="16%"><b>[<a name="Inaba04">Inaba04</a>]</b></TD>
  121. <TD vAlign="top" align="left" width="84%">
  122. Kazuhiro Inaba, <i>Boost C++ Library Programming</i>. Shuwa System, May, 2004. ISBN: 4-7980-0786-2. <A href="http://www.shuwasystem.co.jp/books/7980/0786-2/0786-2.html">
  123. www.shuwasystem.co.jp/books/7980/0786-2/0786-2.html</A>
  124. <br>
  125. Additional information and a sample chapter are available at: <A href="http://www.kmonos.net/pub/BoostBook/">
  126. www.kmonos.net/pub/BoostBook/</A>
  127. </TD>
  128. </TR>
  129. <TR>
  130. <TD vAlign="top" align="left" width="16%"><b>[<a name="Lopez04">L&oacute;pez04</a>]</b></TD>
  131. <TD vAlign="top" align="left" width="84%">Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz,
  132. <i>The Boost Multi-Index Containers Library</i>. C/C++ Users Journal,
  133. September, 2004, Vol. 22, Issue 9, page 6.</TD>
  134. </TR>
  135. <!-- year separator -->
  136. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  137. <TR>
  138. <TD vAlign="top" align="left" width="16%"><b>[<a name="Karlsson05">Karlsson05</a>]</b></TD>
  139. <TD vAlign="top" align="left" width="84%">
  140. Björn Karlsson, <i>Beyond the C++ Standard Library: An Introduction to Boost</i>. Addison-Wesley, August 31, 2005. ISBN: 0-3211-3354-4. <A href="http://www.awprofessional.com/titles/0321133544/">
  141. www.awprofessional.com/titles/0321133544/</A>
  142. <br>
  143. A sample chapter is available at: <A href="http://www.awprofessional.com/content/images/0321133544/samplechapter/karlsson_ch09.pdf">
  144. www.awprofessional.com/content/images/0321133544/samplechapter/karlsson_ch09.pdf</A>
  145. </TD>
  146. </TR>
  147. </table>
  148. <h2><a name="Online_publications">Online publications</a> about Boost or Boost
  149. Libraries</h2>
  150. <table summary = "Online publications"
  151. style="BORDER-COLLAPSE: collapse" cellPadding="5" width="100%"
  152. border="0">
  153. <TR>
  154. <TD vAlign="top" align="left" width="16%"><b>[<a name="Brownell02">Brownell02</a>]</b></TD>
  155. <TD vAlign="top" align="left" width="84%">David Brownell, <i>C++ Techniques for
  156. Tomorrow That Can be Implemented Today (a.k.a. Boosting your Code)</i>.
  157. NWCPP, November 13, 2002. <A href="http://www.nwcpp.org/Meetings/2002/11.html">www.nwcpp.org/Meetings/2002/11.html</A></TD>
  158. </TR>
  159. <TR>
  160. <TD vAlign="top" align="left" width="16%"><b>[<a name="Long02">Long02</a>]</b></TD>
  161. <TD vAlign="top" align="left" width="84%">Matt Long, <i>Adding Regular Expressions to Your App with Regex++</i>.
  162. The Code Project, June 18, 2002. <A href="http://www.codeproject.com/string/regex__.asp">www.codeproject.com/string/regex__.asp</A></TD>
  163. </TR>
  164. <TR>
  165. <TD vAlign="top" align="left" width="16%"><b>[<a name="Siek02">Siek02</a>]</b></TD>
  166. <TD vAlign="top" align="left" width="84%">Jeremy G. Siek, <i>The Boost Graph Library</i>.
  167. InformIT, March 1, 2002. <A href="http://tinyurl.com/2hc27">tinyurl.com/2hc27</A></TD>
  168. </TR>
  169. <TR>
  170. <TD vAlign="top" align="left" width="16%"><b>[<a name="Siek02a">Siek02a</a>]</b></TD>
  171. <TD vAlign="top" align="left" width="84%">Jeremy G. Siek, <i>A Boost Graph Library
  172. Tutorial</i>. InformIT, March 1, 2002. <A href="http://tinyurl.com/2sa4s">tinyurl.com/2sa4s</A></TD>
  173. </TR>
  174. <!-- year separator -->
  175. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  176. <TR>
  177. <TD vAlign="top" align="left" width="16%" height="32"><b>[<a name="Abrahams03">Abrahams03</a>]</b></TD>
  178. <TD vAlign="top" align="left" width="84%" height="30">David Abrahams, <i>The Boost
  179. Metaprogramming Library</i>. ACCU, 2003. <A href="http://www.boost-consulting.com/writing/ACCU_MPL_slides.ppt">
  180. www.boost-consulting.com/writing/ACCU_MPL_slides.ppt</A></TD>
  181. </TR>
  182. <TR>
  183. <TD vAlign="top" align="left" width="16%"><b>[<a name="Dawes03">Dawes03</a>]</b></TD>
  184. <TD vAlign="top" align="left" width="84%">Beman Dawes, <i>Multiplatform Software
  185. Development</i>. 2003. <A href="http://www.esva.net/~beman/multiplat_dev.ppt">www.esva.net/~beman/multiplat_dev.ppt</A></TD>
  186. </TR>
  187. <TR>
  188. <TD vAlign="top" align="left"><b>[<a name="Halleux03">Halleux03</a>]</b></TD>
  189. <TD vAlign="top" align="left">Jonathan de Halleux, <i>Opening a door
  190. towards Spirit: a parser framework</i>. The Code Project, March 24, 2003. <A href="http://www.codeproject.com/cpp/spiritintro.asp"> www.codeproject.com/cpp/spiritintro.asp</A></TD>
  191. </TR>
  192. <TR>
  193. <TD vAlign="top" align="left"><b>[<a name="Kaiser03">Kaiser03</a>]</b></TD>
  194. <TD vAlign="top" align="left">Hartmut Kaiser, <i>Wave: a Standard conformant C++ preprocessor library</i>. The Code Project, March 25, 2003. <A href="http://www.codeproject.com/cpp/wave_preprocessor.asp"> www.codeproject.com/cpp/wave_preprocessor.asp</A></TD>
  195. </TR>
  196. <TR>
  197. <TD vAlign="top" align="left" width="16%"><b>[<a name="Trentini03">Trentini03</a>]</b></TD>
  198. <TD vAlign="top" align="left" width="84%">Matthew S. Trentini, <i>Introduction to Boost</i>.</TD>
  199. </TR>
  200. <tr>
  201. <td vAlign="top" align="left" width="16%"><b>[<a name="Walker03">Walker03</a>]</b> </td>
  202. <td vAlign="top" align="left" width="84%">Andrew Walker, <i>An Introduction to Boost</i>.
  203. The Code Project, July 7, 2003. <a href="http://www.codeproject.com/vcpp/stl/BoostIntro.asp">
  204. www.codeproject.com/vcpp/stl/BoostIntro.asp</a>
  205. <br>A short and straightforward introduction to Boost. </td>
  206. </tr>
  207. <!-- year separator -->
  208. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  209. <TR>
  210. <TD vAlign="top" align="left" width="16%"><b>[<a name="Dawes04">Dawes04</a>]</b></TD>
  211. <TD vAlign="top" align="left" width="84%">Beman Dawes, <i>Boost for Visual C++
  212. Developers</i>. MSDN, May 17, 2004. <A href="http://tinyurl.com/2lzyh">tinyurl.com/2lzyh</A></TD>
  213. </TR>
  214. <TR>
  215. <TD vAlign="top" align="left" width="16%"><b>[<a name="DAgostino04">D'Agostino04</a>]</b></TD>
  216. <TD vAlign="top" align="left" width="84%">Jim D'Agostino, <i>Designing Robust Objects with Boost</i>.
  217. The Code Project, August 17, 2004. <A href="http://www.codeproject.com/cpp/Designing_Robust_Objects.asp">
  218. www.codeproject.com/cpp/Designing_Robust_Objects.asp</A></TD>
  219. </TR>
  220. <TR>
  221. <TD vAlign="top" align="left" width="16%"><b>[<a name="Handley04">Handley04</a>]</b></TD>
  222. <TD vAlign="top" align="left" width="84%">Dave Handley, <i>An Introduction to the Boost Spirit Parser framework</i>.
  223. The Code Project, October 9, 2004. <A href="http://www.codeproject.com/vcpp/stl/introduction_spirit.asp">
  224. www.codeproject.com/vcpp/stl/introduction_spirit.asp</A></TD>
  225. </TR>
  226. <TR>
  227. <TD vAlign="top" align="left" width="16%"><b>[<a name="Handley04a">Handley04a</a>]</b></TD>
  228. <TD vAlign="top" align="left" width="84%">Dave Handley, <i>Implementing Semantic Actions in the Boost Spirit Parser Framework</i>.
  229. The Code Project, October 10, 2004. <A href="http://www.codeproject.com/vcpp/stl/spirit_semantic_actions.asp">
  230. www.codeproject.com/vcpp/stl/spirit_semantic_actions.asp</A></TD>
  231. </TR>
  232. <TR>
  233. <TD vAlign="top" align="left" width="16%"><b>[<a name="Hauptmann04">Hauptmann04</a>]</b></TD>
  234. <TD vAlign="top" align="left" width="84%">Peter Hauptmann, <i>Smart Pointers to boost your
  235. code</i>. The Code Project, September 27, 2004. <A href="http://www.codeproject.com/vcpp/stl/boostsmartptr.asp">
  236. www.codeproject.com/vcpp/stl/boostsmartptr.asp</A></TD>
  237. </TR>
  238. <TR>
  239. <TD vAlign="top" align="left" width="16%"><b>[<a name="Hauptmann04a">Hauptmann04a</a>]</b></TD>
  240. <TD vAlign="top" align="left" width="84%">Peter Hauptmann, <i>boost 2: shared_ptr wraps
  241. resource handles</i>. The Code Project, October 4, 2004. <A href="http://www.codeproject.com/vcpp/stl/boostsp_handleref.asp">
  242. www.codeproject.com/vcpp/stl/boostsp_handleref.asp</A></TD>
  243. </TR>
  244. <TR>
  245. <TD vAlign="top" align="left" width="16%"><b>[<a name="Wikipedia04">Wikipedia04</a>]</b></TD>
  246. <TD vAlign="top" align="left" width="84%">Wikipedia, <i>Boost</i>.
  247. Wikipedia, The Free Encyclopedia, 2004. <A href="http://en.wikipedia.org/wiki/Boost%20library">
  248. en.wikipedia.org/wiki/Boost_(programming)</A></TD>
  249. </TR>
  250. <TR>
  251. <TD vAlign="top" align="left" width="16%"><b>[<a name="Witt04">Witt04</a>]</b></TD>
  252. <TD vAlign="top" align="left" width="84%">Thomas Witt, <i>The Boost Iterator Library</i>.
  253. ACCU Spring Conference, 2004. <A href="http://www.accu.org/conference/presentations/Witt_-_Boost_Iterator_Library.pdf">
  254. www.accu.org/conference/presentations/Witt_-_Boost_Iterator_Library.pdf</A></TD>
  255. </TR>
  256. <!-- year separator -->
  257. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  258. <TR>
  259. <TD vAlign="top" align="left" width="16%"><b>[<a name="Karlsson05a">Karlsson05a</a>]</b></TD>
  260. <TD vAlign="top" align="left" width="84%">Bjorn Karlsson, <i>How the Boost Bind Library Can Improve Your C++ Programs</i>. InformIT, August 26, 2005. <A href="http://www.informit.com/articles/article.asp?p=412354">
  261. http://www.informit.com/articles/article.asp?p=412354</A></TD>
  262. </TR>
  263. <TR>
  264. <TD vAlign="top" align="left" width="16%"><b>[<a name="Cogswell05">Cogswell05</a>]</b></TD>
  265. <TD vAlign="top" align="left" width="84%">Jeff Cogswell, <i>Adding an Easy File Save and File Load Mechanism
  266. to Your C++ Program</i>. InformIT, July 1, 2005. <A href="http://www.informit.com/articles/article.asp?p=398702">
  267. http://www.informit.com/articles/article.asp?p=398702</A>
  268. <br>Explains Boost.Serialization.</TD>
  269. </TR>
  270. <TR>
  271. <TD vAlign="top" align="left" width="16%"><b>[<a name="Gurtovoy05">Gurtovoy05</a>]</b></TD>
  272. <TD vAlign="top" align="left" width="84%">Aleksey Gurtovoy and David Abrahams <i>An In-Depth Look at Metafunctions in C++</i>. InformIT, April 1, 2005. <A href="http://www.informit.com/articles/article.asp?p=375705">
  273. http://www.informit.com/articles/article.asp?p=375705</A></TD>
  274. </TR>
  275. </table>
  276. <h2><a name="Print_mentions">Print mentions</a> of Boost or Boost Libraries</h2>
  277. <table summary="Print mentions"
  278. style="BORDER-COLLAPSE: collapse" cellPadding="5" width="100%"
  279. border="0">
  280. <TR>
  281. <TD vAlign="top" align="left" width="16%"><b>[<a name="HyslopSutter01">HyslopSutter01</a>]</b></TD>
  282. <TD vAlign="top" align="left" width="84%">Jim Hyslop and Herb Sutter, <i>Conversations:
  283. I'd Hold Anything for You</i>. C/C++ Users Journal, December, 2001. <A href="http://www.cuj.com/documents/s=7988/cujcexp1912hyslop/">
  284. www.cuj.com/documents/s=7988/cujcexp1912hyslop/</A>
  285. <br><CODE>boost::any</CODE>
  286. </TD>
  287. </TR>
  288. <TR>
  289. <TD vAlign="top" align="left" width="16%"><b>[<a name="Meyers01">Meyers01</a>]</b></TD>
  290. <TD vAlign="top" align="left" width="84%">Scott Meyers, <i>Item 50: Familiarize yourself with
  291. STL-related web sites</i>. Effective STL, Addison-Wesley, 2001, page 221. ISBN: 0-201-74962-9
  292. </TD>
  293. </TR>
  294. <TR>
  295. <TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter01">Sutter01</a>]</b></TD>
  296. <TD vAlign="top" align="left" width="84%">Herb Sutter, <i>The String Formatters of
  297. Manor Farm</i>. C/C++ Users Journal, Vol. 19, November, 2001. <A href="http://www.gotw.ca/publications/mill19.htm">
  298. www.gotw.ca/publications/mill19.htm</A>
  299. <br><CODE>boost::lexical_cast</CODE>
  300. </TD>
  301. </TR>
  302. <!-- year separator -->
  303. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  304. <TR>
  305. <TD vAlign="top" align="left" width="16%"><b>[<a name="Ablavsky02">Ablavsky02</a>]</b></TD>
  306. <TD vAlign="top" align="left" width="84%">Vitaly Ablavsky, <i>Applying BGL to
  307. Computational Geometry</i>. C/C++ Users Journal, August, 2002. <A href="http://www.cuj.com/documents/s=8470/cuj0208ablavsky/">
  308. www.cuj.com/documents/s=8470/cuj0208ablavsky/</A></TD>
  309. </TR>
  310. <TR>
  311. <TD vAlign="top" align="left" width="16%"><b>[<a name="Alexandrescu02">Alexandrescu02</a>]</b></TD>
  312. <TD vAlign="top" align="left" width="84%">Andrei Alexandrescu, <i>Generic&lt;Programming&gt;:
  313. Efficient Generic Sorting and Searching in C++ (I): In Search of a Better
  314. Search</i>. C/C++ Users Journal, October, 2002. <A href="http://www.cuj.com/documents/s=7978/cujcexp2010alexandr/">
  315. www.cuj.com/documents/s=7978/cujcexp2010alexandr/</A>
  316. <br><CODE>boost::type_traits</CODE>
  317. </TD>
  318. </TR>
  319. <TR>
  320. <TD vAlign="top" align="left" width="16%"><b>[<a name="HyslopSutter02">HyslopSutter02</a>]</b></TD>
  321. <TD vAlign="top" align="left" width="84%">Jim Hyslop and Herb Sutter, <i>Conversations:
  322. Getting to the Point</i>. C/C++ Users Journal, July, 2002. <A href="http://www.cuj.com/documents/s=7981/cujcexp2007hyslop/">
  323. www.cuj.com/documents/s=7981/cujcexp2007hyslop/</A>
  324. <br>smart pointer discussion. <CODE>boost::scoped_ptr, shared_ptr, scoped_array,
  325. shared_array.</CODE>
  326. </TD>
  327. </TR>
  328. <TR>
  329. <TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter02">Sutter02</a>]</b></TD>
  330. <TD vAlign="top" align="left" width="84%">Herb Sutter, <i>The New C++: The Group of
  331. Seven - Extensions under Consideration for the C++ Standard Library</i>.
  332. C/C++ Users Journal, April, 2002. <A href="http://www.cuj.com/documents/s=7984/cujcexp2004sutter/">
  333. www.cuj.com/documents/s=7984/cujcexp2004sutter/</A>
  334. </TD>
  335. </TR>
  336. <TR>
  337. <TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter02a">Sutter02a</a>]</b></TD>
  338. <TD vAlign="top" align="left" width="84%">Herb Sutter, <i>The New C++: Smart(er)
  339. Pointers</i>. C/C++ Users Journal, August, 2002. <A href="http://www.cuj.com/documents/s=7980/cujcexp2008sutter/">
  340. www.cuj.com/documents/s=7980/cujcexp2008sutter/</A></TD>
  341. </TR>
  342. <!-- year separator -->
  343. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  344. <TR>
  345. <TD vAlign="top" align="left" width="16%"><b>[<a name="Besser03">Besser03</a>]</b></TD>
  346. <TD vAlign="top" align="left" width="84%">Mitch Besser, <i>Generic Printable ENUM++</i>.
  347. C/C++ Users Journal, June, 2003. <A href="http://www.cuj.com/documents/s=8470/cujboost0306besser/">
  348. www.cuj.com/documents/s=8470/cujboost0306besser/</A>
  349. <br>Mentions <CODE>BOOST_PP</CODE>
  350. </TD>
  351. </TR>
  352. <TR>
  353. <TD vAlign="top" align="left" width="16%"><b>[<a name="Nasonov03">Nasonov03</a>]</b></TD>
  354. <TD vAlign="top" align="left" width="84%">Alexander Nasonov, <i>I/O System: dynamic_any
  355. Campaign</i>. C/C++ Users Journal, September, 2003. <A href="http://www.cuj.com/documents/s=8470/cujweb0309nasonov/">
  356. www.cuj.com/documents/s=8470/cujweb0309nasonov/</A>
  357. <br>Improved <CODE>boost::any</CODE>
  358. </TD>
  359. </TR>
  360. <TR>
  361. <TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter03a">Sutter03a</a>]</b></TD>
  362. <TD vAlign="top" align="left" width="84%">Herb Sutter, <i>Generalizing Observer</i>.
  363. C/C++ Users Journal, September, 2003. <A href="http://www.cuj.com/documents/s=8840/cujexp0309sutter/">
  364. www.cuj.com/documents/s=8840/cujexp0309sutter/</A>
  365. </TD>
  366. </TR>
  367. <TR>
  368. <TD vAlign="top" align="left" width="16%"><b>[<a name="Tan03">Tan03</a>]</b></TD>
  369. <TD vAlign="top" align="left" width="84%">Kwee H. Tan, <i>Exploring EDA Algorithms with
  370. the Boost Graph Library</i>. C/C++ Users Journal, July, 2003. <A href="http://www.cuj.com/documents/s=8470/cuj0307tan/">
  371. www.cuj.com/documents/s=8470/cuj0307tan/</A>
  372. </TD>
  373. </TR>
  374. <tr>
  375. <td vAlign="top" align="left" width="16%"><b>[<a name="VandervoordeJosuttis03">VandervoordeJosuttis03</a>]</b>
  376. </td>
  377. <td vAlign="top" align="left" width="84%">David Vandevoorde and Nicolai M.
  378. Josuttis, <i>Using Templates in Practice</i>. C/C++ Users Journal, February,
  379. 2003. <A href="http://www.cuj.com/documents/s=8208/cujweb0302vandevoorde/web0302b.htm">
  380. www.cuj.com/documents/s=8208/cujweb0302vandevoorde/web0302b.htm</A>
  381. <br>Concept Check Library
  382. </td>
  383. </tr>
  384. <!-- year separator -->
  385. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  386. <TR>
  387. <TD vAlign="top" align="left" width="16%"><b>[<a name="Meyers05">Meyers05</a>]</b></TD>
  388. <TD vAlign="top" align="left" width="84%">Scott Meyers, <i>Item 55: Familiarize yourself
  389. with Boost</i>. Effective C++, 3rd Edition, Addison-Wesley, May 12, 2005. ISBN: 0-321-33487-6
  390. </TD>
  391. </TR>
  392. </table>
  393. <h2><a name="Online_mentions">Online mentions</a> of Boost or Boost Libraries</h2>
  394. <table summary="Online mentions"
  395. style="BORDER-COLLAPSE: collapse" cellPadding="5" width="100%"
  396. border="0">
  397. <TR>
  398. <TD vAlign="top" align="left" width="16%"><b>[<a name="Siek01">Siek01</a>]</b></TD>
  399. <TD vAlign="top" align="left" width="84%">Jeremy G. Siek, <i>An Implementation of Graph Isomorphism Testing</i>,
  400. December 9, 2001. <A href="http://www.boost.org/libs/graph/doc/isomorphism-impl.pdf">
  401. www.boost.org/libs/graph/doc/isomorphism-impl.pdf</A></TD>
  402. </TR>
  403. <!-- year separator -->
  404. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  405. <TR>
  406. <TD vAlign="top" align="left" width="16%"><b>[<a name="Burnap02">Burnap02</a>]</b></TD>
  407. <TD vAlign="top" align="left" width="84%">Steven R. Burnap, <i>Boost::any</i>,
  408. Kuro5hin, May 1, 2002. <A href="http://www.kuro5hin.org/story/2002/5/1/142321/9513">
  409. www.kuro5hin.org/story/2002/5/1/142321/9513</A></TD>
  410. </TR>
  411. <TR>
  412. <TD vAlign="top" align="left" width="16%"><b>[<a name="Carbon02">Carbon02</a>]</b></TD>
  413. <TD vAlign="top" align="left" width="84%">David S?, <i>Boost : The handy library of
  414. handy libraries</i>. Kuro5hin, July 18, 2002. <A href="http://www.kuro5hin.org/story/2002/7/18/3313/01429">
  415. www.kuro5hin.org/story/2002/7/18/3313/01429</A>
  416. </TD>
  417. </TR>
  418. <tr>
  419. <td vAlign="top" align="left" width="16%"><b>[<a name="Curran02">Curran02</a>]</b></td>
  420. <td vAlign="top" align="left" width="84%">James Curran, <i>Access Raw Data with
  421. Performance Counters in Visual C++</i>. DevX.com, October, 2002. <a href="http://www.devx.com/cplus/article/7951">
  422. www.devx.com/cplus/article/7951</a>
  423. <br>Devotes several paragraphs to <code>boost::shared_ptr&lt;&gt;</code>.
  424. </td>
  425. </tr>
  426. <TR>
  427. <TD vAlign="top" align="left" width="16%"><b>[<a name="Siek02b">Siek02b</a>]</b></TD>
  428. <TD vAlign="top" align="left" width="84%">Jeremy G. Siek, <i>Internet Packet Routing
  429. with the Boost Graph Library</i>. InformIT, March 1, 2002. <A href="http://tinyurl.com/26dwj">
  430. tinyurl.com/26dwj</A></TD>
  431. </TR>
  432. <!-- year separator -->
  433. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  434. <TR>
  435. <TD vAlign="top" align="left" width="16%"><b>[<a name="Casad03">Casad03</a>]</b></TD>
  436. <TD vAlign="top" align="left" width="84%">Joe Casad, <i>Introducing the Boost Corner</i>.
  437. C/C++ Users Journal, August, 2003. <A href="http://www.cuj.com/documents/s=8470/cuj0308boostcorner/">
  438. www.cuj.com/documents/s=8470/cuj0308boostcorner/</A>
  439. </TD>
  440. </TR>
  441. <TR>
  442. <TD vAlign="top" align="left" width="16%"><b>[<a name="Lischner03">Lischner03</a>]</b></TD>
  443. <TD vAlign="top" align="left" width="84%">
  444. Ray Lischner, <i>C++: Beyond the Standard Library</i>. O'Reilly Network, May 6,
  445. 2003. <A href="http://www.oreillynet.com/lpt/a/3683">www.oreillynet.com/lpt/a/3683</A>
  446. <br>Mentions <CODE>tuples, shared_ptr, lambda, spirit</CODE>.
  447. </TD>
  448. </TR>
  449. <!-- year separator -->
  450. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  451. <TR>
  452. <TD vAlign="top" align="left" width="16%"><b>[<a name="Inaba04a">Inaba04a</a>]</b></TD>
  453. <TD vAlign="top" align="left" width="84%">Kazuhiro Inaba, <i>Let's Boost</i>. 2004. <A href="http://www.kmonos.net/alang/boost/">
  454. www.kmonos.net/alang/boost/</A></TD>
  455. </TR>
  456. <TR>
  457. <TD vAlign="top" align="left" width="16%"><b>[<a name="Stein04">Stein04</a>]</b></TD>
  458. <TD vAlign="top" align="left" width="84%">
  459. <P>Sebastian Stein, <i>How to use Boost Test for automated testing</i>. 2004. <A href="http://www.hpfsc.de/boosttest/">
  460. www.hpfsc.de/boosttest/</A></P>
  461. </TD>
  462. </TR>
  463. <!-- year separator -->
  464. <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
  465. <TR>
  466. <TD vAlign="top" align="left" width="16%"><b>[<a name="Lindrud05">Lindrud05</a>]</b></TD>
  467. <TD vAlign="top" align="left" width="84%">Jarl Lindrud, <i>RMI for C++</i>.
  468. The Code Project, April 11, 2005. <A href="http://www.codeproject.com/threads/RMI_For_Cpp.asp">www.codeproject.com/threads/RMI_For_Cpp.asp</A>
  469. <br>Uses Boost.Serialization.</TD>
  470. </TR>
  471. </table>
  472. <h2>How to <a name="update">update</a> this page</h2>
  473. <p>Please help us keep this page updated - users can post new citations to the
  474. mailing list, while Boost developers should update the page directly in CVS.</p>
  475. <ul>
  476. <li>
  477. If a publication is available both in print and online, cite it in the
  478. appropriate <i>print</i>
  479. section, with a hyperlink to the online version.
  480. <li>
  481. Bookmark the contents of [...] in the first column to make it easy to link to
  482. the entry.
  483. <li>
  484. Identify the first entry an author has in a given year with just the two-digit
  485. year. Subsequent entries for the same author and year should have <b>a-z</b>
  486. appended.
  487. <li>
  488. Inside each section, entries are grouped by year and, within a year, alphabetically
  489. sorted by author name.
  490. <li>
  491. In the text, spell out absolute URL's so that printed versions of this page
  492. include the full URL.
  493. </li>
  494. </ul>
  495. <h2><a name="Acknowledgements">Acknowledgements</a></h2>
  496. <p>Fredrik Blomqvist provided many of the initial citations.</p>
  497. <hr>
  498. <p>Revised
  499. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  500. 17 September, 2005<!--webbot bot="Timestamp" endspan i-checksum="40409" --></p>
  501. <p>&copy; Copyright Beman Dawes 2003</p>
  502. <p> Distributed under the Boost Software License, Version 1.0.
  503. (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  504. copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
  505. </p>
  506. </body>
  507. </html>
粤ICP备19079148号