1<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<!-- 4(C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com . 5Use, modification and distribution is subject to the Boost Software 6License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 7http://www.boost.org/LICENSE_1_0.txt) 8--> 9<head> 10<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 11<link rel="stylesheet" type="text/css" href="../../../boost.css"> 12<link rel="stylesheet" type="text/css" href="style.css"> 13<title>Serialization - Bibliography</title> 14</head> 15<body link="#0000ff" vlink="#800080"> 16<table border="0" cellpadding="7" cellspacing="0" width="100%" summary= 17 "header"> 18 <tr> 19 <td valign="top" width="300"> 20 <h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3> 21 </td> 22 <td valign="top"> 23 <h1 align="center">Serialization</h1> 24 <h2 align="center">Bibliography</h2> 25 </td> 26 </tr> 27</table> 28<hr> 29<ol><a name="1"></a> 30 <li>David Sugar and Daniel Silverstone, "CommonC++ Libraries", <a href= 31 "http://www.gnu.org/software/commoncpp/">http://www.gnu.org/software/commoncpp/</a> 32 <a name="2"></a> 33 <li>Nicola Santi, "Eternity", <a href= 34 "http://www.sourceforge.net/projects/eternity-it/">www.sourceforge.net/projects/eternity-it/</a> 35 <a name="3"></a> 36 <li>Allen Holub, "Roll Your Own Persistence", <u>Microsoft 37 Systems Journal</u> vol 11, no 6 Jun 1996 38 <a name="4"></a> 39 <li><a href="www.codefarms.com">Code Farms, Inc.</a> 40 <li>Tasos Kontogiorgos & Michael Kim, "A C++ 41 Template-Based Application Architecture", <u>C++ Report</u> 42 <a name="5"></a> 43 <li>Scott Meyers, <u>Effective C++</u>, Addison-Wesley, 1992 44 <a name="6"></a> 45 <li>Bjarne Stroustrup, <u>The C++ Programming Langage</u>, Addison-Wesley, 1997 46 <a name="7"></a> 47 <li>Alexandrescu, Andrei, <u>Modern C++ Design</u>, Addison-Wesley, 2001 48 <a name="8"></a> 49 <li>Jim Hyslop, and Herb Sutter, "Factory Redux, Part2", 50 <u>C/C++ User's Journal</u>, vol 21, No. 8, August 2003 51 <a name="9"></a> 52 <li>David Vandevoorde and Nicolai M. Josuttis, 53 <u>C++ Templates - The Complete Guide</u>, Addison-Wesley, 2003 54 <a name="10"></a> 55 <li>Herb Sutter, "Pimpls--Beauty Marks You Can Depend On", 56 <u>C++ Report</u>, from <u>More C++ Gems</u>, Cambridge University Press, 2000 57 <a name="11"></a> 58 <li>James Coplien, "Curiously Recurring Template Patterns", 59 <u>C++ Report</u>, from <u>C++ Gems</u>, Cambridge University Press, 1998 60 <a name="12"></a> 61 <li>Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, 62 <u>Design Patterns</u>, Addison-Wesley Publishing Company, 1995 63 <a name="13"></a> 64 <li>Stephan Beal, "s11n serialization library", <a href="http://www.s11n.net">www.s11n.net</a> 65 <a name="14"></a> 66 <li>Vandevoorde and Josuttis, <b>C++ Templates - A Complete Guide</b>, Addison-Wesley, 2003</a> 67</ol> 68<hr> 69<p><i>© Copyright <a href="http://www.rrsd.com">Robert Ramey</a> 2002-2004. 70Distributed under the Boost Software License, Version 1.0. (See 71accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 72</i></p> 73</body> 74</html> 75 76