Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/mpl/doc/tutorial/resources.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6<meta name="generator" content="Docutils 0.3.6: http://docutils.sourceforge.net/" />
7<title>THE BOOST MPL LIBRARY: Resources</title>
8<link rel="stylesheet" href="../style.css" type="text/css" />
9</head>
10<body class="docframe">
11<table class="header"><tr class="header"><td class="header-group navigation-bar"><span class="navigation-group"><a href="./eti.html" class="navigation-link">Prev</a>&nbsp;<a href="./acknowledgements.html" class="navigation-link">Next</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./technical-details.html" class="navigation-link">Back</a>&nbsp;<a href="./acknowledgements.html" class="navigation-link">Along</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="../index.html" class="navigation-link">Up</a>&nbsp;<a href="../index.html" class="navigation-link">Home</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./tutorial_toc.html" class="navigation-link">Full TOC</a></span></td>
12<td class="header-group page-location"><a href="../index.html" class="navigation-link">Front Page</a> / <a href="./resources.html" class="navigation-link">Resources</a></td>
13</tr></table><div class="header-separator"></div>
14<div class="section" id="resources">
15<h1><a class="toc-backref" href="../index.html#id77" name="resources">Resources</a></h1>
16<a class="reference" href="http://www.awprofessional.com/titles/0321227255" target="_top"><img align="right" alt="&quot;C++ Template Metaprogramming&quot; cover" class="right-aligned" src="../tutorial/book_cover.png" /></a><p>For those of you whose interest in metaprogramming is not fully
17satisfied by this documentation, we've collected a few references
18to other resources that we think you are likely to fancy. Most
19notably, a book named &quot;<a class="reference" href="http://www.awprofessional.com/titles/0321227255" target="_top">C++ Template Metaprogramming: Concepts,
20Tools, and Techniques from Boost and Beyond</a>&quot; by David Abrahams
21and Aleksey Gurtovoy is considered to be the most authoritative and
22up-do-date treatment of the subject as of today. The tutorial
23included with this documentation is in fact an excerpt from this
24work.</p>
25<p>Other notable book resources include Andrei Alexandrescu's &quot;<a class="reference" href="http://www.awprofessional.com/title/0201704315" target="_top">Modern C++ Design: Generic
26Programming and Design Patterns Applied</a>&quot;, in which
27Andrei explorers the appication of C++ metaprogramming techniques to implementing
28highly reusable and configurable generic designs, and &quot;<a class="reference" href="http://www.josuttis.com/tmplbook/" target="_top">C++ Templates - The
29Complete Guide</a>&quot;, by David Vandevoorde and Nicolai M. Josuttis — <em>the</em> book
30on the details and workings of the C++ template system.</p>
31<p>We can also recommend a number online resources:</p>
32<ul class="simple">
33<li>Todd L. Veldhuizen, &quot;<a class="reference" href="http://osl.iu.edu/~tveldhui/papers/Template-Metaprograms/meta-art.html" target="_top">Using C++ template metaprograms</a>&quot;, C++ Report
34Vol. 7 No. 4 (May 1995), pp. 36-43.</li>
35<li>Todd L. Veldhuizen and Dennis Gannon, &quot;<a class="reference" href="http://osl.iu.edu/~tveldhui/papers/oo98.html" target="_top">Active Libraries: Rethinking the roles of
36compilers and libraries</a>&quot;, SIAM Workshop on Object Oriented Methods for Inter-operable
37Scientific and Engineering Computing, October 21-23, 1998</li>
38<li>Todd L. Veldhuizen, &quot;<a class="reference" href="http://osl.iu.edu/~tveldhui/papers/pepm99/" target="_top">C++ Templates as Partial Evaluation</a>&quot;, 1999 ACM SIGPLAN
39Workshop on Partial Evaluation and Semantics-Based Program Manipulation (PEPM'99).</li>
40</ul>
41<!-- What about Todd's PhD dissertation?  Too far off the beaten track? -->
42<p>Finally, if you come accross a high-quality, notable work on the
43topic that you think should be listed here, please <a class="reference" href="http://lists.boost.org/mailman/listinfo.cgi/boost" target="_top">let us know</a>!</p>
44</div>
45
46<div class="footer-separator"></div>
47<table class="footer"><tr class="footer"><td class="header-group navigation-bar"><span class="navigation-group"><a href="./eti.html" class="navigation-link">Prev</a>&nbsp;<a href="./acknowledgements.html" class="navigation-link">Next</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./technical-details.html" class="navigation-link">Back</a>&nbsp;<a href="./acknowledgements.html" class="navigation-link">Along</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="../index.html" class="navigation-link">Up</a>&nbsp;<a href="../index.html" class="navigation-link">Home</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./tutorial_toc.html" class="navigation-link">Full TOC</a></span></td>
48</tr></table></body>
49</html>
Note: See TracBrowser for help on using the repository browser.