From 09c981f18c78fc7dc698c1c35bd79099b5788035 Mon Sep 17 00:00:00 2001
From: Fredrik Blomqvist
Online mentions of Boost or Boost Libraries
How to update this page
- Acknowledgements
[Maddock-Cleary 00] | +[MaddockCleary00] | John Maddock and Steve Cleary, C++ Type Traits. Dr. Dobb's Journal, Vol. 25, Issue 10, October, 2000, page 38. www.boost.org/libs/type_traits/c++_type_traits.htm | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Maddock 01] | +[Maddock01] | John Maddock, Regular Expressions in C++. Dr. Dobb's Journal, Vol. 26, Issue 10, October, 2001, page 21. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Siek-Lumsdaine 01] | +[SiekLumsdaine01] | Jeremy Siek and Andrew Lumsdaine, C++ Concept Checking. Dr. Dobb's Journal, Vol. 26, Issue 6, June, 2001, page 64. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Siek-Lee-Lumsdaine - 02] | +[SiekLeeLumsdaine02] |
Jeremy Siek, Lie-Quan Lee and Andrew Lumsdaine, The Boost Graph Library.
Addison-Wesley, 2002. ISBN 0-201-72914-8.
www.awl.com/cseng/titles/0-201-72914-8
- Sample chapter: tinyurl.com/24666 +A sample is chapter available at: tinyurl.com/24666 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Karlsson 02] | +[Karlsson02] | Björn Karlsson, Smart Pointers in Boost. C/C++ Users Journal, April, 2002. www.cuj.com/documents/s=8014/cuj0204karlsson/ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Karlsson 02a] | +[Karlsson02a] | Björn Karlsson, C/C++ Tip #9: Lexical Conversions. C/C++ Users Journal, November, 2002. www.cuj.com/documents/s=8470/cuj0211karlsson/ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Kempf 02] | +[Kempf02] | Bill Kempf, The Boost.Threads Library. C/C++ Users Journal, May, 2002. www.cuj.com/documents/s=8013/cuj0205kempf/ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Abrahams-Grosse-Kunstleve - 03] | +[AbrahamsGrosse-Kunstleve03] | David Abrahams and Ralf W. Grosse-Kunstleve, Building Hybrid Systems with Boost.Python. C/C++ Users Journal, July, 2003. www.cuj.com/documents/s=8470/cuj0307abrahams/ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Sutter 03] | +[Sutter03] | Herb Sutter, Generalized Function Pointers. C/C++ Users Journal, August, 2003. www.cuj.com/documents/s=8464/cujcexp0308sutter/ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Guzman-Nuffer 03] | +[GuzmanNuffer03] | Joel de Guzman and Dan Nuffer, The Spirit Library: Inline Parsing in C++, C/C++ Users Journal, September, 2003, Vol. 21, Issue 9, page 22. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Karlsson 03] | -Björn Karlsson, Lambda Expressions & C++, C/C++ Users Journal, December, 2003, - Vol. 21, Issue 12, page 20. | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Karlsson03] | +Björn Karlsson, Lambda Expressions & + C++, C/C++ Users Journal, December, 2003, Vol. 21, Issue 12, page 20. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Abrahams-Gurtovoy - 04] | +[AbrahamsGurtovoy04] |
David Abrahams and Aleksey Gurtovoy, C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond, Addison Wesley, November, 2004. -Additional information and two sample chapters available at:
+ Additional information and two sample chapters are available at:
boost-consulting.com/mplbook/ |
[Walker 03] + | [Walker03] | Andrew Walker, An Introduction to Boost, The Code Project, July 7, 2003. @@ -128,51 +125,50 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Trentini 03] | +[Trentini03] | Matthew S. Trentini, Introduction to Boost. www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Brownell 02] | +[Brownell02] | David Brownell, C++ Techniques for - Tomorrow That Can be Implemented Today (a.k.a. Boosting your Code). NWCPP, November 13, 2002. - www.nwcpp.org/Meetings/2002/11.html | + Tomorrow That Can be Implemented Today (a.k.a. Boosting your Code). + NWCPP, November 13, 2002. www.nwcpp.org/Meetings/2002/11.html|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Abrahams - 03a] | +[Abrahams03a] | David Abrahams, The Boost Metaprogramming Library. ACCU, 2003. www.boost-consulting.com/writing/ACCU_MPL_slides.ppt | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Dawes 03] | +[Dawes03] | Beman Dawes, Multiplatform Software Development. 2003. www.esva.net/~beman/multiplat_dev.ppt | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Halleux 03] | +[Halleux03] | Jonathan de Halleux, Opening a door towards Spirit: a parser framework. The Code Project, March 24, 2003. www.codeproject.com/cpp/spiritintro.asp | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Siek 02] | +[Siek02] | Jeremy G. Siek, The Boost Graph Library. InformIT, March 1, 2002. tinyurl.com/2hc27 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Siek 02a] | +[Siek02a] | Jeremy G. Siek, A Boost Graph Library Tutorial. InformIT, March 1, 2002. tinyurl.com/2sa4s | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Dawes 04] | +[Dawes04] | Beman Dawes, Boost for Visual C++ Developers. MSDN, May 17, 2004. tinyurl.com/2lzyh | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Witt 04] | +[Witt04] | Thomas Witt, The Boost Iterator Library. ACCU Spring Conference, 2004. www.accu.org/conference/presentations/Witt_-_Boost_Iterator_Library.pdf | @@ -182,7 +178,7 @@
[Alexandrescu 02] | +[Alexandrescu02] | Andrei Alexandrescu, Generic<Programming>: Efficient Generic Sorting and Searching in C++ (I): In Search of a Better Search. C/C++ Users Journal, October, 2002. @@ -191,8 +187,7 @@ | |||||||||||||||||||||
[Vandervoorde-Josuttis - 03] + | [VandervoordeJosuttis03] | David Vandevoorde and Nicolai M. Josuttis, Using Templates in Practice. C/C++ Users Journal, February, @@ -202,7 +197,7 @@ | |||||||||||||||||||||
[Sutter 01] | +[Sutter01] | Herb Sutter, The String Formatters of Manor Farm. C/C++ Users Journal, Vol. 19, November, 2001. www.gotw.ca/publications/mill19.htm @@ -210,7 +205,7 @@ | |||||||||||||||||||||
[Hyslop-Sutter 01] | +[HyslopSutter01] | Jim Hyslop and Herb Sutter, Conversations: I'd Hold Anything for You. C/C++ Users Journal, December, 2001. www.cuj.com/documents/s=7988/cujcexp1912hyslop/ @@ -218,7 +213,7 @@ | |||||||||||||||||||||
[Hyslop-Sutter 02] | +[HyslopSutter02] | Jim Hyslop and Herb Sutter, Conversations: Getting to the Point. C/C++ Users Journal, July, 2002. www.cuj.com/documents/s=7981/cujcexp2007hyslop/ @@ -227,7 +222,7 @@ | |||||||||||||||||||||
[Besser 03] | +[Besser03] | Mitch Besser, Generic Printable ENUM++. C/C++ Users Journal, June, 2003. www.cuj.com/documents/s=8470/cujboost0306besser/ @@ -235,7 +230,7 @@ | |||||||||||||||||||||
[Nasonov 03] | +[Nasonov03] | Alexander Nasonov, I/O System: dynamic_any Campaign. C/C++ Users Journal, September, 2003. www.cuj.com/documents/s=8470/cujweb0309nasonov/ @@ -243,7 +238,7 @@ | |||||||||||||||||||||
[Sutter 02] | +[Sutter02] | Herb Sutter, The New C++: The Group of Seven - Extensions under Consideration for the C++ Standard Library. C/C++ Users Journal, April, 2002. @@ -251,27 +246,27 @@ | |||||||||||||||||||||
[Sutter 02a] | +[Sutter02a] | Herb Sutter, The New C++: Smart(er) Pointers. C/C++ Users Journal, August, 2002. www.cuj.com/documents/s=7980/cujcexp2008sutter/ | |||||||||||||||||||||
[Sutter 03a] | +[Sutter03a] | Herb Sutter, Generalizing Observer. C/C++ Users Journal, September, 2003. www.cuj.com/documents/s=8840/cujexp0309sutter/ | |||||||||||||||||||||
[Tan 03] | +[Tan03] | Kwee H. Tan, Exploring EDA Algorithms with the Boost Graph Library. C/C++ Users Journal, July, 2003. www.cuj.com/documents/s=8470/cuj0307tan/ | |||||||||||||||||||||
[Ablavsky 02] | +[Ablavsky02] | Vitaly Ablavsky, Applying BGL to Computational Geometry. C/C++ Users Journal, August, 2002. www.cuj.com/documents/s=8470/cuj0208ablavsky/ | @@ -281,7 +276,7 @@
[Curran 02] | +[Curran02] | James Curran, Access Raw Data with Performance Counters in Visual C++, DevX.com, October, 2002. www.devx.com/cplus/article/7951 @@ -289,33 +284,33 @@ |
[Burnap 02] | +[Burnap02] | Steven R. Burnap, Boost::any, Kuro5hin, May 1, 2002. www.kuro5hin.org/story/2002/5/1/142321/9513 |
[Carbon 02] | +[Carbon02] | David S?, Boost : The handy library of handy libraries. Kuro5hin, July 18, 2002. www.kuro5hin.org/story/2002/7/18/3313/01429 |
[Casad 03] | +[Casad03] | Joe Casad, Introducing the Boost Corner. C/C++ Users Journal, August, 2003. www.cuj.com/documents/s=8470/cuj0308boostcorner/ |
[Siek 02b] | +[Siek02b] | Jeremy G. Siek, Internet Packet Routing with the Boost Graph Library. InformIT, March 1, 2002. tinyurl.com/26dwj |
[Lischner 03] | +[Lischner03] |
Ray Lischner, C++: Beyond the Standard Library. O'Reilly Network, May 6, 2003. www.oreillynet.com/lpt/a/3683 @@ -324,7 +319,7 @@ |
[Stein 04] | +[Stein04] |
Sebastian Stein, How to use Boost Test for automated testing. 2004. www.hpfsc.de/boosttest/ @@ -352,10 +347,11 @@Acknowledgements-Fredrik Blomqvist provided many of the initial citations. +Fredrik Blomqvist provided many of the initial citations. - Revised - 15 July, 2004 +Revised + + 16 July, 2004 © Copyright Beman Dawes 2003 Use, modification, and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt |