Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/serialization/doc/bibliography.html @ 33

Last change on this file since 33 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.2 KB
Line 
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>Tasos Kontogiorgos &amp; Michael Kim, "A C++
40    Template-Based Application Architecture", <u>C++ Report</u>
41    <a name="5"></a>
42    <li>Scott Meyers, <u>Effective C++</u>, Addison-Wesley, 1992
43    <a name="6"></a>
44    <li>Bjarne Stroustrup, <u>The C++ Programming Langage</u>, Addison-Wesley, 1997
45    <a name="7"></a>
46    <li>Alexandrescu, Andrei, <u>Modern C++ Design</u>, Addison-Wesley, 2001
47    <a name="8"></a>
48    <li>Jm Hyslop, and Herb Sutter, "Factory Redux, Part2",
49    <u>C/C++ User's Journal</u>, vol 21, No. 8, August 2003
50    <a name="9"></a>
51    <li>David Vandevoorde and Nicolai M. Josuttis,
52    <u>C++ Templates - The Complete Guide</u>, Addison-Wesley, 2003
53    <a name="10"></a>
54    <li>Herb Sutter, "Pimples--Beauty Marks You Can Depend On",
55    <u>C++ Report</u>, from <u>More C++ Gems</u>, Cambridge University Press, 2000
56    <a name="11"></a>
57    <li>James Coplien, "Curiously Recurring Template Patterns",
58    <u>C++ Report</u>, from <u>C++ Gems</u>, Cambridge University Press, 1998
59    <a name="12"></a>
60    <li>Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides,
61    <u>Design Patterns</u>, Addison-Wesley Publishing Company, 1995
62    <a name="13"></a>
63    <li>Stephan Beal, "s11n serialization library", <a href="http://www.s11n.net">www.s11n.net</a>
64    <a name="14"></a>
65    <li>Vandervoorde and Josuttis, <b>C++ Templates - A Complete Guide</b>, Addison-Wesley, 2003</a>
66</ol>
67<hr>
68<p><i>&copy; Copyright <a href="http://www.rrsd.com">Robert Ramey</a> 2002-2004.
69Distributed under the Boost Software License, Version 1.0. (See
70accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
71</i></p>
72</body>
73</html>
74
Note: See TracBrowser for help on using the repository browser.