-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathcpp.html
More file actions
170 lines (131 loc) · 6.02 KB
/
cpp.html
File metadata and controls
170 lines (131 loc) · 6.02 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>C++</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
"/style-v2/section-community.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
<script defer data-domain="original.boost.org" src="https://plausible.io/js/script.js"></script></head><!--
Note: Editing website content is documented at:
https://www.boost.org/development/website_updating.html
-->
<body>
<div id="heading">
<!--#include virtual="/common/heading.html" -->
</div>
<div id="body">
<div id="body-inner">
<div id="content">
<div class="section" id="intro">
<div class="section-0">
<div class="section-title">
<h1>C++</h1>
</div>
<div class="section-body">
<h2><a name="cpp" id="cpp">C++</a> Organizations</h2>
<dl>
<dt><a href="http://www.open-std.org/jtc1/sc22/wg21/">C++
Standards Committee</a></dt>
<dd>Issues lists and papers give insight into current status
and future directions.</dd>
<dt><a href="http://www.accu.org">Association of C & C++
Users</a></dt>
<dd>Over 2400 book reviews, and lots more.</dd>
</dl>
<h2>Online Publications</h2>
<dl>
<dt><a href="http://www.artima.com/cppsource/index.jsp">The
C++ Source</a></dt>
<dd><i>"The Premier Online Journal for the C++
Community"</i>.</dd>
</dl>
<h2>Copies of the C++ Standard</h2>
<dl>
<dt><a href=
"http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+14882%2D2003">
ANSI Store</a></dt>
<dd>The full C++ Standard including TC1 corrections
(INCITS/ISO/IEC 14882) is available as a PDF document for $18
US. The document is certainly not a tutorial but is
interesting to those who care about the precise specification
of both the language and the standard library.</dd>
<dt><a href=
"http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470846747.html">
Book</a></dt>
<dd>The full C++ Standard including TC1 corrections is also
available in book form, list price $65 US. Since the content
of the book is the same as the much cheaper ANSI PDF, the
book form is only of interest to those who prefer a physical
book, say for a school or company library.</dd>
</dl>
<h2>Contributed Articles</h2>
<dl>
<dt><a href="/community/committee.html">C++ Committee
Meetings</a></dt>
<dd>FAQ for Boost Members wishing to attend a standards
committee meeting.</dd>
<dt><a href="generic_programming.html">Generic Programming
Techniques</a></dt>
<dd>By <a href="/users/people/dave_abrahams.html">David
Abrahams</a> and <a href=
"/users/people/jeremy_siek.html">Jeremy Siek</a> describes
some of the techniques used in Boost libraries.</dd>
<dt><a href="error_handling.html">Error and Exception
Handling</a></dt>
<dd>Describes approaches to errors and exceptions by <a href=
"/users/people/dave_abrahams.html">David Abrahams</a>.</dd>
<dt><a href="exception_safety.html">Exception-Safety in
Generic Components</a></dt>
<dd>Lessons Learned from Specifying Exception-Safety for the
C++ Standard Library by <a href=
"/users/people/dave_abrahams.html">David Abrahams</a>.</dd>
<dt><a href="/community/counted_body.html">Counted Body
Techniques</a></dt>
<dd>By <a href="/users/people/kevlin_henney.html">Kevlin
Henney</a> is must reading for those interested in reference
counting, a widely used object management idiom. Originally
published in <a href=
"http://www.accu.org/index.php/overloadonline">Overload</a>
magazine.</dd>
<dt><a href=
"/community/implementation_variations.html">Implementation
Variations</a></dt>
<dd>Sometimes one size fits all, sometimes it doesn't. This
page deals with the trade-offs.</dd>
<dt><a href="/community/feature_model_diagrams.html">Feature
Model Diagrams in text and HTML</a></dt>
<dd>Describes how to represent feature model diagrams in text
form.</dd>
</dl>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!--#include virtual="/common/sidebar-common.html" -->
<!--#include virtual="/common/sidebar-community.html" -->
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div id="footer-left">
<div id="revised">
<p>Revised $Date: 2007-10-22 22:55:52 +0100 (Mon, 22 Oct 2007) $</p>
</div>
<div id="copyright">
<p>Copyright Beman Dawes 2002.</p>
<p>Copyright Daniel James 2007.</p>
<p>Copyright Rene Rivera 2007.</p>
</div><!--#include virtual="/common/footer-license.html" -->
</div>
<div id="footer-right">
<!--#include virtual="/common/footer-banners.html" -->
</div>
<div class="clear"></div>
</div>
</body>
</html>