1 | <html> |
---|
2 | <head> |
---|
3 | <title>bibliography.html</title> |
---|
4 | <link rel="stylesheet" type="text/css" href="styles.css"> |
---|
5 | </head> |
---|
6 | <body> |
---|
7 | <h4>Bibliography</h4> |
---|
8 | <table style="margin-left: 20px"> |
---|
9 | <tr> |
---|
10 | <td><b><a name="stroustrup"></a>[Stroustrup]</b></td> |
---|
11 | <td>Stroustrup: <i>The Design and Evolution of C++</i>, ISBN 0201543303</td> |
---|
12 | </tr> |
---|
13 | <tr> |
---|
14 | <td><b><a name="czarnecki"></a>[Czarnecki]</b></td> |
---|
15 | <td>Czarnecki, Eisenecker: <i>Generative Programming</i>, ISBN 0201309777</td> |
---|
16 | </tr> |
---|
17 | <tr> |
---|
18 | <td><b><b><a name="barton"></a>[Barton]</b></td> |
---|
19 | <td>Barton, Nackman: <i>Scientific and Engineering C++</i>, ISBN 0201533936</td> |
---|
20 | </tr> |
---|
21 | <tr> |
---|
22 | <td><b><a name="mcconnell"></a>[McConnell]</b></td> |
---|
23 | <td>McConnell: <i>Code Complete</i>, ISBN 1556154844</td> |
---|
24 | </tr> |
---|
25 | <tr> |
---|
26 | <td><b><a name="std"></a>[Std]</b></td> |
---|
27 | <td>ISO/IEC 14882:1998 <i>Programming Languages - C++</i></td> |
---|
28 | </tr> |
---|
29 | <tr> |
---|
30 | <td><b>[Thompson]</b></td> |
---|
31 | <td>Thompson: <i>Haskell: The Craft of Functional Programming</i>, ISBN 0201342758</td> |
---|
32 | </tr> |
---|
33 | <tr> |
---|
34 | <td><b>[Okasaki]</b></td> |
---|
35 | <td>Okasaki: <i>Purely Functional Data Structures</i>, ISBN 0521663504</td> |
---|
36 | </tr> |
---|
37 | <tr> |
---|
38 | <td><b>[Cousineau]</b></td> |
---|
39 | <td>Cousineau, Mauny: <i>The Functional Approach to Programming</i>, ISBN 0521576814</td> |
---|
40 | </tr> |
---|
41 | <tr> |
---|
42 | <td><b>[Abelson]</b></td> |
---|
43 | <td>Abelson, Sussman, Sussman: <i>Structure and Interpretation of Computer Programs</i>, ISBN 0521576814</td> |
---|
44 | </tr> |
---|
45 | </table> |
---|
46 | <hr size="1"> |
---|
47 | <div style="margin-left: 0px;"> |
---|
48 | <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i> |
---|
49 | </div> |
---|
50 | <div style="margin-left: 0px;"> |
---|
51 | Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. |
---|
52 | This document is provided "as is" without express or implied warranty and with no claim as to its suitability for any purpose. |
---|
53 | </div> |
---|
54 | </body> |
---|
55 | </html> |
---|