-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaster_Volumen1.xml
More file actions
85 lines (67 loc) · 2.11 KB
/
master_Volumen1.xml
File metadata and controls
85 lines (67 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.docbook.org/xml/4.5/docbookx.dtd"
[
<!ENTITY % local.common.attrib
"xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'">
]>
<book
xmlns:xi="http://www.w3.org/2001/XInclude"
lang="es"
id="pecpp">
<bookinfo>
<title>Pensar en C++ <parameter>(Volumen 1)</parameter></title>
<subtitle>
Traducción (cuasi-terminada) del libro <emphasis>Thinking in C++,
Volumen 1</emphasis>
</subtitle>
<authorgroup>
<author><firstname>Bruce</firstname><surname>Eckel</surname>
<affiliation><orgname>Mindview, Inc.</orgname></affiliation>
</author>
</authorgroup>
<revhistory>
<revision role="svn">
<revnumber>$Revision$</revnumber>
<date>$Date: 2010-04-03 05:32:21 +0200 (sáb 03 de abr de
2010) $</date>
<authorinitials>$Author$:</authorinitials>
</revision>
<revision>
<revnumber>13</revnumber>
<date>2001-09-27</date>
<authorinitials>Bruce Eckel</authorinitials>
</revision>
</revhistory>
<copyright>
<year>2000</year>
<holder>Bruce Eckel</holder>
</copyright>
<legalnotice>
<para></para>
</legalnotice>
</bookinfo>
<toc />
<xi:include href="V1-Prologo.ok.xml"/>
<xi:include href="V1-Prefacio.ok.xml"/>
<xi:include href="V1-C01.ok.xml"/>
<xi:include href="V1-C02.ok.xml"/>
<xi:include href="V1-C03.ok.xml"/>
<xi:include href="V1-C04.ok.xml"/>
<xi:include href="V1-C05.ok.xml"/>
<xi:include href="V1-C06.ok.xml"/>
<xi:include href="V1-C07.ok.xml"/>
<xi:include href="V1-C08.ok.xml"/>
<xi:include href="V1-C09.ok.xml"/>
<xi:include href="V1-C10.ok.xml"/>
<xi:include href="V1-C11.ok.xml"/>
<xi:include href="V1-C12.ok.xml"/>
<xi:include href="V1-C13.ok.xml"/>
<xi:include href="V1-C14.ok.xml"/>
<xi:include href="V1-C15.ok.xml"/>
<xi:include href="V1-C16.ok.xml"/>
<xi:include href="V1-ApenA.ok.xml"/>
<xi:include href="V1-ApenB.ok.xml"/>
<xi:include href="V1-ApenC.ok.xml"/>
<!-- <index id="gimp-help-index"/> -->
</book>