/[Apache-SVN]/stdcxx/site/index.html
ViewVC logotype

Contents of /stdcxx/site/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 614775 - (show annotations)
Thu Jan 24 02:53:57 2008 UTC (22 months ago) by sebor
File MIME type: text/html
File size: 54278 byte(s)
2008-01-23  Martin Sebor  <sebor@roguewave.com>

	STDCXX-701
	* index.html (Mailing Lists): Added links to local archives
	under /people.apache.org:/www/stdcxx.apache.org/mail.	

	STDCXX-703
	* index.html (Mailing Lists): Added links to Nabble forums
	for all newly added lists except private.
1 <!DOCTYPE HTML PUBLIC
2 "-//W3C//DTD HTML 4.01 Transitional//EN"
3 "http://www.w3.org/TR/html4/loose.dtd">
4 <html>
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Apache C++ Standard Library</title>
8 <link type="text/css" href="basic.css" rel="stylesheet">
9 <link rel="shortcut icon" href="">
10 </head>
11
12 <div id="top">
13
14 <!-- breadcrumbs -->
15 <div class="breadtrail">
16 <a href="http://apache.org/">Apache</a> &gt;
17 <a href="http://stdcxx.apache.org/">stdcxx</a>
18 </div>
19
20 <div class="header">
21 <div class="grouplogo">
22 <a href="http://stdcxx.apache.org/">
23 <img class="logoImage"
24 alt="Apache Incubator"
25 title="The Apache C++ Standard Library"
26 src="images/stdcxx.png"
27 border="0" >
28 </a>
29 </div>
30 <div class="searchbox">
31 <form action="http://www.google.com/search"
32 method="get"
33 class="roundtopsmall">
34 <input value="apache.org" name="sitesearch" type="hidden">
35 <input value="" size="25" name="q" id="query" type="text">&nbsp;
36 <input name="Search" value="Search" type="submit">
37 </form>
38 </div>
39
40 <ul id="tabs">
41 <li class="current">
42 <a class="base-selected" href="index.html">stdcxx</a>
43 </li>
44 </ul>
45 </div>
46 </div> <!-- top -->
47
48 <div id="main">
49 <div id="publishedStrip">
50 <a href="http://svn.apache.org/viewvc/stdcxx/site/index.html">
51 Last Modified</a>: $Date$
52 </div>
53 <div class="breadtrail">
54 &nbsp;
55 </div>
56
57 <!-- left hand navigation -->
58 <div id="menu">
59
60 <div class="menupage">
61
62 <div id="menu_selected_1.1"
63 class="selectedmenuitemgroup"
64 style="display: block;">
65 <div class="menupage">
66 <div class="menupagetitle">stdcxx</div>
67 </div>
68 </div>
69
70 <div class="menuitem">
71
72 <a title="View the incubation status page"
73 href="http://incubator.apache.org/projects/stdcxx.html">
74 Status
75 </a>
76 </div>
77
78 <div class="menuitem">
79 <a title="Learn how to download stdcxx"
80 href="download.html">
81 Download
82 </a>
83 </div>
84
85 <div class="menuitem">
86 <a title="View the latest README in Subversion"
87 href="http://svn.apache.org/repos/asf/stdcxx/trunk/README">
88 README
89 </a>
90 </div>
91
92 <div class="menuitem">
93 <a title="Read the Apache License, Version 2.0"
94 href="http://www.apache.org/licenses/LICENSE-2.0">
95 License
96 </a>
97
98 </div>
99
100 <div class="menuitem">
101 <a title="Learn how to file bugs against stdcxx"
102 href="bugs.html">
103 Bugs
104 </a>
105 </div>
106
107 <div class="menuitem">
108 <a title="View the latest Class Reference"
109 href="doc/stdlibref/index.html">
110 Class Reference
111 </a>
112 </div>
113
114 <div class="menuitem">
115 <a title="View the latest User Guide"
116 href="doc/stdlibug/index.html">
117 User Guide
118 </a>
119 </div>
120
121 <div class="menuitem">
122 <a title="View the Design and Style Document"
123 href="#">
124 Design and Style Document
125 </a>
126 </div>
127
128 </div> <!-- menupage -->
129 <div id="roundbottom">
130 <img style="display: none" class="corner" height="15" width="15"
131 alt="" src="images/rc-b-l-15-1body-2menu-3menu.png">
132 </div>
133
134 </div> <!-- menu -->
135 </div> <!-- main -->
136
137 <!--start main content-->
138 <div id="content">
139 <h1>Apache C++ Standard Library (STDCXX)</h1>
140 <div id="minitoc-area">
141 <ul class="minitoc">
142
143 <li><a href="#what_is">What is The Apache C++ Standard Library?</a></li>
144 <li><a href="#objectives">Objectives</a></li>
145 <li><a href="#news">Project News</a></li>
146 <li><a href="#platforms">Platforms</a></li>
147 <li><a href="#status">Project Status</a></li>
148 <li><a href="#users">Users</a></li>
149 <li><a href="#contributors">Contributors</a></li>
150 <li><a href="#committers">Committers</a></li>
151 <li><a href="#pmc">PMC</a></li>
152 <li><a href="#communication">Communication</a></li>
153 <li><a href="#lists">Mailing Lists</a></li>
154 <li><a href="#references">References</a></li>
155
156 </ul>
157 </div>
158
159 <!-- section ================================================= -->
160 <a name="what_is"></a>
161 <h2 class="boxed">What is the Apache C++ Standard Library?</h2>
162 <div class="section">
163 <p>
164
165 The Apache C++ Standard Library project (code name stdcxx, pronounced
166 "standard C++ library", <u>not</u> S-T-D-C-X-X) is a collection of
167 algorithms, containers, iterators, and other fundamental components
168 of every piece of software, implemented as C++ classes, templates,
169 and functions essential for writing C++ programs.
170
171 </p>
172 <p>
173
174 The goal of the Apache C++ Standard Library is to provide a free
175 implementation of the ISO/IEC 14882 international standard for C++
176 that enables source code portability and consistent behavior of
177 programs across all major hardware implementations, operating systems,
178 and compilers, open source and commercial alike. An additional goal is
179 to achieve maximum implementation efficiency on each platform by
180 taking advantage of platform-specific high-performance facilities and
181 features which are often unique to the type of hardware, the operating
182 system or the compiler.
183
184 </p>
185 <p>
186
187 As the starting point for future efforts, in summer 2005 <a
188 class="external" href="http://www.roguewave.com/">Rogue Wave
189 Software</a> has contributed its commercial implementation of the C++
190 Standard Library to the Apache stdcxx project, a proven code base that
191 has been shipping for over a decade and is among the most widely used
192 cross-platform implementations of the library.
193
194 </p>
195 <p>
196
197 The key features of the stdcxx project at the time of submission
198 include:
199
200 <ul>
201 <li>
202
203 Full conformance to the C++ standard
204
205 </li>
206 <li>
207
208 Complete implementation of the localization library independent of the
209 underlying operating system, including a large set of locale
210 definition files, character set description files, and utility
211 programs to process these files and generate locale databases
212
213 </li>
214 <li>
215
216 User control over strict or permissive conformance checking
217
218 </li>
219 <li>
220
221 Thread-safe implementation of strings, iostreams, and locales
222
223 </li>
224 <li>
225
226 Reference counted <code>basic_string</code> implementation using
227 atomic locking with the ability to switch to a non-reference counted
228 implementation
229
230 </li>
231 <li>
232
233 Excellent runtime performance
234
235 </li>
236 <li>
237
238 Optimized for fast compiles and extremely small executable file sizes
239
240 </li>
241 <li>
242
243 Portable to and fully tested on a large set of operating systems,
244 including AIX, HP-UX, Linux, Solaris, Windows, etc.
245
246 </li>
247 <li>
248
249 Portable to most leading commercial as well as open source compilers
250
251 </li>
252 <li>
253
254 Debugging facilities such as safe iterators, precondition and
255 postcondition checking, and the ability to generate stack traces
256
257 </li>
258 <li>
259
260 Fully documented configuration and build infrastructure
261
262 </li>
263 <li>
264
265 Thorough, well-maintained documentation
266
267 </li>
268 <li>
269
270 Ten years of deployment in the world's most critical enterprise systems
271
272 </li>
273 </ul>
274 </p>
275 </div> <!-- section -->
276
277 <!-- section ================================================= -->
278 <a name="objectives"></a>
279 <h2 class="boxed">Objectives</h2>
280 <div class="section">
281 <p>
282
283 The long-term objectives of the project include:
284
285 </p>
286 <ul>
287 <li>
288
289 <b>Standards Conformance</b>. Continue to closely track the C++
290 Standard, as well as any other relevant standards.
291
292 </li>
293 <li>
294
295 <b>Portablity</b>. Continue to provide support for a broad set of
296 platforms (C++ compilers, operating systems, and hardware
297 architectures).
298
299 </li>
300 <li>
301
302 <b>Quality of Implementation</b>. Maintain the current high quality of
303 implementation, which has come to be expected of all Apache projects.
304 This ranges from high runtime efficiency to high space efficiency, to
305 high portability of data (in areas such as localization and
306 internationalization which are typically not specified by the C++ or C
307 standards), to facilitating the portability of program source code.
308
309 </li>
310 </ul>
311 </div> <!-- section -->
312
313 <!-- section ================================================= -->
314 <a name="news"></a>
315 <h2 class="boxed">Project News</h2>
316 <div class="section">
317 <p>
318 <ul>
319 <li>
320
321 12/14/2007 STDCXX graduates from the Incubator and becomes
322 a Top Level Project.
323
324 </li>
325 <li>
326
327 11/29/2007 STDCXX community adds a new committer, Travis Vitek.
328
329 </li>
330 <li>
331
332 10/29/2007 With the <a
333 href="http://www.nabble.com/-VOTE-RESULT--approve-stdcxx-4.2.0-release-p13469149.html">approval</a>
334 of the Incubator PMC, STDCXX 4.2.0 was released.
335
336 </li>
337 <li>
338
339 10/16/2007 Proposal to graduate STDCXX to a Top Level Project
340 passes the Incubator PMC <a class="external" href="http://www.nabble.com/-VOTE--graduate-stdcxx-to-TLP-tf4611022.html">vote</a>.
341
342 </li>
343 <li>
344
345 9/5/2007 STDCXX community adds two new committers, Eric (Brad)
346 Lemings and Mark Brown.
347
348 </li>
349 <li>
350
351 10/11/2006 STDCXX community adds a new committer, Andrew Black.
352
353 </li>
354 <li>
355
356 8/26/2007 Started tracking project metrics at <a class="external" href="http://www.ohloh.net">www.ohloh.net</a> under <a class="external" href="http://www.ohloh.net/projects/7983">Apache C++ Standard Library</a>.
357
358 </li>
359 <li>
360
361 6/1/2007 Started tracking site visitation at <a class="external" href="http://analytics.google.com/">Google Analytics</a> under <a class="external" href="https://www.google.com/analytics/reporting/dashboard?id=3205802">stdcxx</a>. Send an email from your <a class="external" href="http://mail.google.com">Google Mail</a> account to <a href="mailto:dev&#64;stdcxx.apache.org">dev</a> to request access to the account.
362
363 </li>
364 <li>
365
366 3/26/2007 Tim Triemstra joins the PPMC.
367
368 </li>
369 <li>
370
371 2/13/2007 Andrew Black and Farid Zaripov join the PPMC.
372
373 </li>
374 <li>
375
376 10/11/2006 STDCXX community adds a new committer, Andrew Black.
377
378 </li>
379 <li>
380
381 8/10/2006 STDCXX community adds a new committer, Farid Zaripov.
382
383 </li>
384
385 <li>
386
387 1/30/2006 With the <a
388 href="http://mail-archives.apache.org/mod_mbox/incubator-general/200601.mbox/%3c43DEC03F.3030601@roguewave.com%3e">approval</a>
389 of the Incubator PMC, STDCXX 4.1.3 was released.
390
391 </li>
392 <li>
393
394 1/13/2006 STDCXX community adds a new committer, Anton Pevtsov.
395
396 </li>
397 <li>
398
399 11/25/2005 Windows configuration and build infarstructure
400 <a
401 href="http://svn.apache.org/viewcvs.cgi?rev=349027&view=rev">committed</a>
402 to Subversion (<a
403 href="http://issues.apache.org/jira/browse/stdcxx-5">stdcxx-5</a>).
404
405 </li>
406 <li>
407
408 9/16/2005 The first <a
409 href="http://archive.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz">snapshot</a>
410 of stdcxx 4.1.2 has been published.
411
412 </li>
413 <li>
414
415 9/5/2005 The test suite driver <a
416 href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/trunk/tests/?rev=278837">committed</a>
417 to Subversion (<a
418 href="http://issues.apache.org/jira/browse/stdcxx-3">stdcxx-3</a>).
419
420 </li>
421 <li>
422
423 9/1/2005 A <a
424 href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/%3c430E39CD.7040501@roguewave.com%3e">proposal</a>
425 to publish the first stdcxx snapshot on the stdcxx Web
426 site has passed the community <a
427 href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c4317A0AE.9040204@roguewave.com%3e">vote</a>.
428
429 </li>
430 <li>
431
432 8/28/2005 The process of downloading stdcxx files
433 documented on the <a
434 href="http://incubator.apache.org/stdcxx/download.html">Download</a>
435 page. (See <a
436 href="http://issues.apache.org/jira/browse/stdcxx-17">stdcxx-17</a>).
437
438 </li>
439 <li>
440
441 8/01/2005 The process of reporting bugs in the stdcxx <a
442 href="http://issues.apache.org/jira/browse/stdcxx">bug
443 tracking database</a> documented and published on the <a
444 href="http://incubator.apache.org/stdcxx/bugs.html">Bugs</a>
445
446 page. (See <a
447 href="http://issues.apache.org/jira/browse/stdcxx-9">stdcxx-9</a>.)
448
449 </li>
450 <li>
451
452 7/19/2005 stdcxx <a
453 href="http://incubator.apache.org/stdcxx"> project
454 page</a> <a
455 href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/site/?rev=225558">committed</a>
456 to Subversion. The project <a
457 href="http://incubator.apache.org/projects/stdcxx.html">
458 status page</a> <a
459 href="http://svn.apache.org/viewcvs.cgi?rev=219733&view=rev">committed</a>
460 to Subversion.
461
462 </li>
463 <li>
464
465 7/18/2005 stdcxx sources and documentation <a href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/trunk/?rev=219596">committed</a>
466 Subversion</a>.
467
468 </li>
469 <li>
470
471 5/19/2005 stdcxx project <a
472 href="http://mail-archives.apache.org/mod_mbox/incubator-general/200505.mbox/%3cC398496DF88AD711908C00065BEEE32C01473785@dfwmail.quovadx.com%3e">
473 accepted</a> for incubation.
474
475 </li>
476 <li>
477
478 5/13/2005 stdcxx project <a
479 href="http://mail-archives.apache.org/mod_mbox/incubator-general/200505.mbox/%3cC398496DF88AD711908C00065BEEE32C01473747@dfwmail.quovadx.com%3e">
480 proposal</a> submitted to the Incubator <a
481 href="mailto:general&#64;incubator&#46;apache&#46;org">mailing
482 list</a>.
483
484 </li>
485 </ul>
486 </p>
487 </div> <!-- section -->
488
489 <!-- section ================================================= -->
490 <a name="platforms"></a>
491 <h2 class="boxed">Platforms</h2>
492 <div class="section">
493 <p>
494
495 A key stdcxx objective is to facilitate the portability of C++
496 programs to as many platforms (hardware architectures, operating
497 systems, and compilers) as practical. It is envisaged that the set of
498 platforms will evolve and grow as the project attracts contributors.
499
500 </p>
501 <p>
502
503 The project sources initially committed to the Subversion repository
504 (revision <a
505 href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/?rev=219596">219596</a>)
506 are based on Rogue Wave C++ Standard Library version 4.1.0. The list
507 of platforms to which this version of the project was ported (but
508 which is expected to grow as the stdcxx project evolves) is:
509
510 <div class="section">
511 <table class="ForrestTable" cellspacing="1" cellpadding="4">
512 <tbody>
513
514 <tr>
515 <th>compiler</th>
516 <th>operating system</th>
517 <th>processor/architecture</th>
518 </tr>
519
520 <tr>
521 <td>
522 <a class="external" href="http://www.comeaucomputing.com">
523 Comeau C++</a> 4.2.4 or later
524 </td>
525 <td>Solaris 7 or later</td>
526 <td><a class="external" title="Sun UltraSPARC processors"
527 href="http://www.sun.com/processors/">UltraSPARC</a></td>
528 </tr>
529
530 <tr>
531 <td>
532 <a class="external"
533 href="http://h30097.www3.hp.com/cplus/">
534 Compaq C++</a> 6.3 or later
535 </td>
536 <td><a class="external" href="http://h30097.www3.hp.com/">Tru64 UNIX</a></td>
537 <td>Alpha</td>
538 </tr>
539
540 <tr>
541 <td>
542 <a class="external" href="http://www.edg.com/cpp.html">
543 EDG eccp</a> 2.45.2 or later
544 </td>
545 <td>Linux, Solaris 7 or later</td>
546 <td>x86,
547 <a class="external" title="Sun UltraSPARC processors"
548 href="http://www.sun.com/processors/">UltraSPARC</a></td>
549 </tr>
550
551 <td>
552 <a class="external" href="http://gcc.gnu.org">
553 GNU gcc</a> 2.95.2 or later
554 </td>
555 <td>
556 AIX,
557 <a class="external" href="http://www.cygwin.com/">
558 Cygwin</a>,
559 HP-UX, Linux,
560 <a class="external" title="Microsoft Services for UNIX"
561 href="http://www.microsoft.com/technet/interopmigration/unix/sfu/">
562 SFU</a>,
563 Solaris
564 </td>
565 <td></td>
566
567 </tr>
568
569 <tr>
570 <td>
571 <a class="external"
572 href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1740,00.html">
573 HP aC++</a> 3.33 or later
574 </td>
575 <td>
576 <a class="external"
577 href="http://docs.hp.com/en/oshpux11.0.html">
578 HP-UX 11.00</a>,
579 <a class="external" title="HP-UX 11.11"
580 href="http://docs.hp.com/en/oshpux11i.html">
581 HP-UX 11i</a>
582 <a class="external" title="HP-UX 11.23"
583 href="http://docs.hp.com/en/oshpux11iv2.html">
584 HP-UX 11i v2</a>
585 </td>
586 <td>PA-RISC</td>
587 </tr>
588
589 <tr>
590 <td>HP aC++ 5.50 or later</td>
591 <td>
592 <a class="external" title="HP-UX 11.20"
593 href="http://docs.hp.com/en/hpuxos11iv1.5.html">
594 HP-UX 11i v1.5
595 </a>,
596 <a class="external" title="HP-UX 11.22"
597 href="http://docs.hp.com/en/oshpux11iv1.6.html">
598 HP-UX 11i v1.6
599 </a>
600 <a class="external" title="HP-UX 11.23"
601 href="http://docs.hp.com/en/oshpux11iv2.html">
602 HP-UX 11i v2</a>
603 </td>
604 <td>
605 <a class="external" title="Itanium Processor Family"
606 href="http://www.intel.com/products/processor/itanium2/">
607 IPF</a>
608 </td>
609 </tr>
610
611 <tr>
612 <td>
613 <a class="external"
614 href="http://www-306.ibm.com/software/awdtools/vacpp/">
615 IBM VisualAge C++</a> 5.0 or later
616 </td>
617 <td>
618 <a class="external"
619 href="http://www-03.ibm.com/servers/aix/os/index.html">
620 AIX</a> 4.3.3 or later
621 </td>
622 <td><a class="external" href="http://www-03.ibm.com/chips/power/powerpc/">PowerPC</a></td>
623 </tr>
624
625 <tr>
626 <td>
627 <a class="external"
628 href="http://www-306.ibm.com/software/awdtools/xlcpp">
629 IBM XL C/C++</a> 7.0 or later
630 </td>
631 <td><a href="http://www-03.ibm.com/servers/aix/os/index.html">AIX</a> 5.2 or later, Linux</td>
632 <td><a class="external" href="http://www-03.ibm.com/chips/power/powerpc/">PowerPC</a></td>
633 </tr>
634
635 <tr>
636 <td>
637 <a class="external"
638 href="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/clin/index.htm">
639 Intel C++</a> 7.0 or later
640 </td>
641
642 <td>Linux, Windows NT or later</td>
643 <td>x86,
644 <a class="external"
645 href="http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118_9331,00.html">
646 AMD64
647 </a>,
648 <a class="external"
649 href="http://www.intel.com/technology/64bitextensions/">
650 EM64T</a>,
651 <a class="external" title="Intel Itanium 2"
652 href="http://www.intel.com/products/processor/itanium2/">
653 IA64</a>
654 </td>
655 </tr>
656
657 <tr>
658 <td>
659 <a class="external"
660 href="http://www.sgi.com/products/software/irix/tools/mipspro.html">
661 SGI MIPSpro</a> 7.3 or later
662 </td>
663 <td><a class="external" href="http://www.sgi.com/developers/technology/irix/">SGI IRIX</a></td>
664 <td><a class="external" href="http://www.mips.com/content/Products/ProductInfo/content_html/content/Products/Architecture">MIPS</a></td>
665 </tr>
666
667 <tr>
668 <td>
669 <a class="external"
670 href="http://msdn.microsoft.com/visualc/previous/vc6/default.aspx">
671 Visual C++ 6.0</a>
672 </td>
673 <td>Windows NT or later</td>
674 <td>x86</td>
675 </tr>
676
677 <tr>
678 <td>
679 <a class="external"
680 title="Visual C++ .NET 2002"
681 href="http://msdn.microsoft.com/visualc/previous/2002/default.aspx">
682 Visual C++ .NET 2002</a> (7.0)
683 </td>
684 <td>Windows 2003 or later</td>
685 <td>
686 <a class="external" title="Intel Itanium 2"
687 href="http://www.intel.com/products/processor/itanium2/">
688 IA64</a>
689 </td>
690 </tr>
691
692 <tr>
693 <td>
694 <a class="external"
695 title="Visual C++ 2005"
696 href="http://msdn.microsoft.com/visualc/">
697 Visual C++ 2005</a> (8.0)
698 </td>
699 <td>Windows 2003 or later</td>
700 <td>
701 <a class="external" title="Intel Itanium 2"
702 href="http://www.intel.com/products/processor/itanium2/">
703 IA64</a>
704 </td>
705 </tr>
706
707 <tr>
708 <td>
709 <a title="Sun WorkShop 6 update 2"
710 class="external"
711 href="http://www.sun.com/software/sundev/previous/cplusplus/index.xml">
712 Sun C++ 5.3</a> or later
713 </td>
714 <td>Solaris 2.6 or later</td>
715 <td><a class="external" title="Sun UltraSPARC processors"
716 href="http://www.sun.com/processors/">UltraSPARC</a></td>
717 </tr>
718
719 <tr>
720 <td>
721 <a title="Sun Studio 9"
722 class="external"
723 href="http://www.sun.com/software/products/studio/previous/9/index.xml">
724 Sun C++ 5.7</a> or later
725 </td>
726 <td>Solaris 10 or later</td>
727 <td>x86, <a class="external" href="http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118_9331,00.html">AMD64</a>, <a class="external" href="http://www.intel.com/technology/64bitextensions/">EM64T</a></td>
728 </tr>
729
730 </tbody>
731 </table>
732 </div>
733 </p>
734 </div> <!-- section -->
735
736 <!-- section ================================================= -->
737 <a name="status"></a>
738 <h2 class="boxed">Project Status</h2>
739 <div class="section">
740 <p>
741
742 Stdcxx status reports to the ASF Board of Directors are stored in the <a href="http://incubator.apache.org/stdcxx/status/">status/</a> subdirectory of the site.
743
744 </p>
745 </div> <!-- section -->
746
747 <!-- section ================================================= -->
748 <a name="users"></a>
749 <h2 class="boxed">Users</h2>
750 <div class="section">
751 <p>
752
753 Stdcxx <a
754 href="http://www.apache.org/foundation/glossary.html#User">Users</a>
755 are <a
756 href="http://www.apache.org/foundation/how-it-works.html#developers">Developers</a>
757 with read-only access, i.e., without <a
758 href="http://www.apache.org/foundation/glossary.html#CommitAccess">Commit
759 Access</a> to the stdcxx <a
760 href="http://www.apache.org/foundation/glossary.html#Codebase">Codebase</a>
761 who are using the project.
762
763 </p>
764 <p>
765
766 The mailing list appropriate for discussions of using the stdcxx
767 project is <a
768 href="mailto:user&#64;stdcxx&#46;apache&#46;org">user&#64;stdcxx&#46apache&#46;org</a>. This
769 is an <a
770 href="http://mail-archives.apache.org/mod_mbox/stdcxx-user/">archived</a>,
771 moderated mailing list open to all subscribers. You may subscribe by
772 sending a blank email to <a
773 href="mailto:user-subscribe&#64;stdcxx&#46;apache&#46;org">user-subscribe&#64;stdcxx&#46;apache&#46;org</a>. To obtain additional information about this list send a blank email to <a href="user-info&#64;stdcxx&#46;apache&#46;org">user-info&#64;stdcxx&#46;apache&#46;org</a>.
774
775 </p>
776 </div> <!-- section -->
777
778 <!-- section ================================================= -->
779 <a name="contributors"></a>
780 <h2 class="boxed">Contributors</h2>
781 <div class="section">
782 <p>
783
784 Stdcxx <a
785 href="http://www.apache.org/foundation/glossary.html#Contributor">Contributors</a>
786 are Developers without commit (or write) access to the stdcxx codebase
787 who directly or otherwise make improvements to the project codebase,
788 including its Web pages. This includes but is not limited to
789 individuals who respond to questions on the project's mailing lists,
790 review and provide helpful feedback on patches or commits, submit,
791 provide helpful comments on, or triage bug reports, or contribute
792 useful patches of their own. Interested contributors may be voted to
793 become Committers after a period of valuable activity.
794
795 </p>
796 <p>
797
798 Because Contributors have read but not write access to stdcxx code
799 repository, they can check stdcxx out and make changes to their local
800 copy of stdcxx files but they cannot check them back in. To get their
801 changes committed, they must follow the process for <a
802 href="bugs.html#patches">Submitting Patches</a>.
803
804 </p>
805 <p>
806
807 The stdcxx community welcomes new contributors. If you are interested
808 in getting involved, the first thing to do after reading the project
809 Web pages is to subscribe to the <a
810 href="mailto:dev&#64;stdcxx&#46;apache&#46;org">dev</a>
811 mailing list and skimming the archives. If you're looking for ideas
812 for where your help might be needed, browse the bug database or simply
813 ask on the maling list.
814
815 </p>
816 </div> <!-- section -->
817
818 <!-- section ================================================= -->
819 <a name="committers"></a>
820 <h2 class="boxed">Committers</h2>
821 <div class="section">
822 <p>
823
824 Stdcxx <a
825 href="http://www.apache.org/foundation/glossary.html#Committer">Committers</a>
826 are Developers with commit (or write) access to the stdcxx codebase.
827 For safe changes on trunk all stdcxx committers follow the <a
828 href="http://www.apache.org/foundation/glossary.html#CommitThenReview">Commit-Then-Review</a>
829 policy (CTR for short). For potentially unsafe changes or any changes
830 to branches all stdcxx committers follow the <a
831 href="http://www.apache.org/foundation/glossary.html#ReviewThenCommit">Review-Then-Commit</a>
832 policy (RTC for short). Whether a change is safe or not is a judgment
833 call that should be made after careful testing of the change on at
834 least two different platforms with two different compilers. The list
835 of current committers in alphabetical order is below:
836
837 <div class="section">
838 <table class="ForrestTable" cellspacing="1" cellpadding="4">
839 <tbody>
840 <tr>
841 <th>user id</th>
842 <th>name/email</th>
843 <th>affiliation</th>
844 <th>since</th>
845 <th>comment</th>
846 </tr>
847
848 <tr>
849 <td>ablack</td>
850 <td>
851 <a href="mailto:ablack&#64;roguewave.com">
852 Andrew Black
853 </a>
854 </td>
855 <td>
856 <a class="external" href="http://www.roguewave.com">
857 Rogue Wave Software, Inc.
858 </a>
859 </td>
860 <td>Oct 11, 2006</td>
861 <td></td>
862 </tr>
863
864 <tr>
865 <td></td>
866 <td>
867 <a href="mailto:marg.g.brown&#64;gmail.com">
868 <i>Mark Brown</i>
869 </a>
870 </td>
871 <td></td>
872 <td>Sep 5, 2007</td>
873 <td></td>
874 </tr>
875
876 <tr>
877 <td>hbuelow</td>
878 <td>
879 <a href="mailto:hbuelow&#64;gmail.com">
880 Heidi Buelow
881 </a>
882 </td>
883 <td></td>
884 <td>May 19, 2005</td>
885 <td>Emeritus</td>
886 </tr>
887
888 <tr>
889 <td>ldiduck</td>
890 <td>
891 <a href="mailto:lancediduck&#64;nyc.rr.com">
892 Lance Diduck
893 </a>
894 </td>
895 <td></td>
896 <td>May 19, 2005</td>
897 <td></td>
898 </tr>
899
900 <tr>
901 <td>jhollis</td>
902 <td>
903 <a href="mailto:jhollis&#64;roguewave.com">
904 John Hollis
905 </a>
906 </td>
907 <td>
908 <a class="external" href="http://www.roguewave.com">
909 Rogue Wave Software, Inc.
910 </a>
911 </td>
912 <td>May 19, 2005</td>
913 <td>Emeritus</td>
914 </tr>
915
916 <tr>
917 <td>ajindal</td>
918 <td>
919 <a href="mailto:ajindal&#64;apache.org">
920 Amit Jindal
921 </a>
922 </td>
923 <td>
924 <a class="external" href"http://www.aquevix.com/">
925 Aquevix, Ltd.</a>
926 </td>
927 <td>May 19, 2005</td>
928 <td></td>
929 </tr>
930
931 <tr>
932 <td></td>
933 <td>
934 <a href="mailto:lemings&#64;roguewave.com">
935 Eric (Brad) Lemings
936 </a>
937 </td>
938 <td>
939 <a class="external" href="http://www.roguewave.com">
940 Rogue Wave Software, Inc.
941 </a>
942 </td>
943 <td>Sep 5, 2007</td>
944 <td></td>
945 </tr>
946
947 <tr>
948 <td>lnicoara</td>
949 <td>
950 <a href="mailto:nicoara&#64;roguewave.com">
951 Liviu Nicoara
952 </a>
953 </td>
954 <td>
955 <a class="external" href="http://www.roguewave.com">
956 Rogue Wave Software, Inc.
957 </a>
958 </td>
959 <td>May 19, 2005</td>
960 <td></td>
961 </tr>
962
963 <tr>
964 <td>rpalepu</td>
965 <td>
966 <a href="mailto:palepu&#64;roguewave.com">
967 Ravi Palepu
968 </a>
969 </td>
970 <td>
971 <a class="external" href="http://www.roguewave.com">
972 Rogue Wave Software, Inc.
973 </a>
974 </td>
975 <td>May 19, 2005</td>
976 <td>Emeritus</td>
977 </tr>
978
979 <tr>
980 <td>antonp</td>
981 <td>
982 <a href="mailto:antonp&#64;moscow.vdiweb.com">
983 Anton Pevtsov
984 </a>
985 </td>
986 <td>
987 <a class="external" href="http://www.vdiweb.com">
988 VDI
989 </a>
990 </td>
991 <td>Jan 3, 2006</td>
992 <td></td>
993 </tr>
994
995 <tr>
996 <td>sebor</td>
997 <td>
998 <a href="mailto:sebor&#64;apache.org">
999 Martin Sebor
1000 </a>
1001 </td>
1002 <td>
1003 <a class="external" href="http://www.roguewave.com">
1004 Rogue Wave Software, Inc.
1005 </a>
1006 </td>
1007 <td>May 19, 2005</td>
1008 <td></td>
1009 </tr>
1010
1011 <tr>
1012 <td>ttriemstra</td>
1013 <td>
1014 <a href="mailto:tim.triemstra&#64;gmail.com">
1015 Tim Triemstra
1016 </a>
1017 </td>
1018 <td>
1019 <a class="external" href="http://www.apple.com">
1020 Apple
1021 </a>
1022 </td>
1023 <td>May 19, 2005</td>
1024 <td></td>
1025 </tr>
1026
1027 <tr>
1028 <td>vitek</td>
1029 <td>
1030 <a href="mailto:viteka&#64;roguewave.com">
1031 Travis Vitek
1032 </a>
1033 </td>
1034 <td>
1035 <a class="external" href="http://www.roguewave.com">
1036 Rogue Wave Software, Inc.
1037 </a>
1038 </td>
1039 <td>November 29, 2007</td>
1040 <td></td>
1041 </tr>
1042
1043 <tr>
1044 <td>faridz</td>
1045 <td>
1046 <a href="mailto:Farid_Zaripov&#64;epam.com">
1047 Farid Zaripov
1048 </a>
1049 </td>
1050 <td>
1051 <a class="external" href="http://www.epam.com">
1052 EPAM
1053 </a>
1054 </td>
1055 <td>Aug 10, 2006</td>
1056 <td></td>
1057 </tr>
1058
1059 </tbody>
1060 </table>
1061 </div>
1062 </p>
1063 <p>
1064
1065 Committers in <i>italics</i> do not yet have a signed
1066 <a href="http://www.apache.org/licenses/icla.txt">Contributor
1067 License Agreement</a> on file. This indicates a transient state after
1068 a committer has been voted in but their CLA hasn't been received or
1069 processed by the foundation.
1070
1071 </p>
1072 <p>
1073
1074 An up-to-date list of all Apache committers (or committers-to-be) is being maintained by <a class="external" href="http://www.jimjag.com/">Jim Jagielski</a> on this <a href="http://people.apache.org/~jim/committers.html">page</a>.
1075
1076 </p>
1077 <p>
1078
1079 The mailing list used by stdcxx committers for discussions of the
1080 maintenance, development, and porting of the stdcxx project is <a
1081 href="mailto:dev&#64;stdcxx&#46;apache&#46;org">dev&#64;stdcxx&#46;apache&#46;org</a>. This
1082 is an <a
1083 href="http://mail-archives.apache.org/mod_mbox/stdcxx-dev/">archived</a>,
1084 moderated mailing list open to all subscribers. You may subscribe by
1085 sending a blank email to <a
1086 href="mailto:dev-subscribe&#64;stdcxx&#46;apache&#46;org">dev-subscribe&#64;stdcxx&#46;apache&#46;org</a>.
1087
1088 </p>
1089 </div> <!-- section -->
1090
1091 <!-- section ================================================= -->
1092 <a name="pmc"></a>
1093 <a name="ppmc"></a>
1094 <h2 class="boxed">PMC</h2>
1095 <div class="section">
1096 <p>
1097
1098 The
1099 stdcxx <a href="http://www.apache.org/foundation/how-it-works.html#pmc">Project
1100 Management Committee</a> (PMC) is a group of volunteers responsible
1101 for the formal oversight of the stdcxx podling, its management, and
1102 for interfacing with
1103 the <a href="http://www.apache.org/foundation/board/">Apache
1104 Board of Directors</a>. The members of the stdcxx PMC are:
1105
1106 <div class="section">
1107
1108 <table class="ForrestTable" cellspacing="1" cellpadding="4">
1109 <tbody>
1110 <tr>
1111 <th>user id</th>
1112 <th>name/contact</th>
1113 <th>comment</th>
1114 </tr>
1115
1116 <tr>
1117 <td>ablack</td>
1118 <td>
1119 <a href="mailto:ablack&#64;roguewave.com">
1120 Andrew Black
1121 </a>
1122 </td>
1123 <td></td>
1124 </tr>
1125
1126 <tr>
1127 <td>hbuelow</td>
1128 <td>
1129 <a href="mailto:hbuelow&#64;gmail.com">
1130 Heidi Buelow
1131 </a>
1132 </td>
1133 <td></td>
1134 </tr>
1135
1136 <tr>
1137 <td>jerenkrantz</td>
1138 <td>
1139 <a href="http://www.erenkrantz.com/">
1140 Justin Erenkrantz
1141 </a>
1142 </td>
1143 <td></td>
1144 </tr>
1145
1146 <tr>
1147 <td>ajindal</td>
1148 <td>
1149 <a href="mailto:ajindal&#64;apache.org">
1150 Amit Jindal
1151 </a>
1152 </td>
1153 <td></td>
1154 </tr>
1155
1156 <tr>
1157 <td>lnicoara</td>
1158 <td>
1159 <a href="mailto:nicoara&#64;roguewave.com">
1160 Liviu Nicoara
1161 </a>
1162 </td>
1163 <td></td>
1164 </tr>
1165
1166 <tr>
1167 <td>wrowe</td>
1168 <td>
1169 <a href="mailto:wrowe&#64;rowe-clan.net">
1170 William A. Rowe, Jr.
1171 </a>
1172 </td>
1173 <td></td>
1174 </tr>
1175
1176 <tr>
1177 <td>sebor</td>
1178 <td>
1179 <a href="mailto:sebor&#64;apache.org">
1180 Martin Sebor
1181 </a>
1182 </td>
1183 <td><a href="http://www.apache.org/dev/pmc.html#chair">
1184 PMC Chair</a></td>
1185 </tr>
1186
1187 <tr>
1188 <td>faridz</td>
1189 <td>
1190 <a href="mailto:Farid_Zaripov&#64;epam.com">
1191 Farid Zaripov
1192 </a>
1193 </td>
1194 <td>
1195 </tr>
1196
1197 </tbody>
1198 </table>
1199 </div>
1200
1201 </p>
1202 <p>
1203
1204 The PMC mailing list is <a
1205 href="mailto:private&#64;stdcxx&#46;apache&#46;org">private&#64;stdcxx&#46;apache&#46;org</a>. This
1206 is a moderated, by-invitation-only mailing list closed to the
1207 public. Invited individuals can subscribe by sending a blank email to
1208 <a
1209 href="mailto:private-subscribe&#64;stdcxx&#46;apache&#46;org">private-subscribe&#64;stdcxx&#46;apache&#46;org</a>.
1210
1211 </p>
1212 <p>
1213
1214 An example of a topic that might be appropriate for this list is a
1215 discussion of the merits of a proposed committer.
1216
1217 </p>
1218 </div> <!-- section -->
1219
1220 <!-- section ================================================= -->
1221 <a name="communication"></a>
1222 <h2 class="boxed">Communication</h2>
1223 <div class="section">
1224 <p>
1225
1226 Communication about the project and all decisions take place on the
1227 project's mailing lists. There are a number good reasons why
1228 communicating on mailing lists is preferable to other ways of
1229 communicating, including private email or instant messaging. Some of
1230 the important ones include:
1231
1232 </p>
1233
1234 <ul>
1235 <li>
1236
1237 Unlike communicating in private, mailing lists make it possible for
1238 all list subscribers to benefit from the discussion, and provides an
1239 opportunity for those who wouldn't be invited to the private
1240 discussion to offer their own feedback on the subject.
1241
1242 </li>
1243 <li>
1244
1245 Unlike Instant Messaging, mailing list make it possible for interested
1246 parties to participate asynchronously, regardless of which time zone
1247 they are located in.
1248
1249 </li>
1250 <li>
1251
1252 Unlike private communications, mailing list discussions are archived
1253 for future reference, with the archives being easily searchable by
1254 anyone interested. Mailing list archives are important not just so
1255 that new contributors can learn from past decisions but they are an
1256 indispensable tool also for long-time committers when we forget why
1257 certain things were done a certain way.
1258
1259 </li>
1260 <li>
1261
1262 It is the preferred mode of communicating for all Apache projects. See
1263 the <a
1264 href="http://www.apache.org/foundation/how-it-works.html#communication">Communication</a>
1265 section of <a
1266 href="http://www.apache.org/foundation/how-it-works.html">How the ASF
1267 works</a>.
1268
1269 </li>
1270 </ul>
1271 <p>
1272
1273 If you choose to contact one of the project committers in private
1274 expect to be directed to the mailing lists.
1275
1276 </p>
1277 </div>
1278
1279 <!-- section ================================================= -->
1280 <a name="lists"></a>
1281 <h2 class="boxed">Mailing Lists</h2>
1282 <div class="section">
1283 <p>
1284
1285 The following table provides a summary of information about stdcxx
1286 mailing lists along with a number of interfaces to their archives.
1287 All lists are moderated. Only subscribers may post. Subscription
1288 to <a href="mailto:private&#64;stdcxx.apache.org">private</a> is by
1289 invitation of the PMC only. With one exception, the activity of each
1290 list is monitored and can be viewed along with other interesting
1291 information on
1292 this <a href="http://people.apache.org/~coar/mlists.html">page</a>
1293 maintained by <a class="external" href="http://ken.coar.org/">Ken
1294 Coar</a>.
1295
1296 </p>
1297
1298 <div class="section">
1299 <table class="ForrestTable" cellspacing="1" cellpadding="4">
1300
1301 <thead> <!-- ### TABLE HEADER ### -->
1302 <tr>
1303 <th>name</th>
1304 <th>subscribe</th>
1305 <th>raw archives</th>
1306 <th>
1307 <a href="http://mail-archives.apache.org/">Apache archive</a>
1308 </th>
1309 <th>
1310 <a class="external" href="http://www.nabble.com">Nabble Forums</a>
1311 </th>
1312 <th>
1313 <a class="external" href="http://www.mail-archive.com">The Mail Archive</a>
1314 </th>
1315 <th>activity</th>
1316 </tr>
1317 </thead>
1318
1319 <tbody> <!-- ### TABLE BODY ### -->
1320 <tr>
1321 <td>
1322 <a href="mailto:dev&#64;stdcxx&#46;apache&#46;org">
1323 dev
1324 </a>
1325 </td>
1326 <td>
1327 <a href="mailto:dev-subscribe&#64;stdcxx&#46;apache&#46;org">
1328 dev-subscribe
1329 </a>
1330 </td>
1331 <td>
1332 <a href="http://stdcxx.apache.org/mail/dev/">mail/dev</a>
1333 </td>
1334 <td>
1335 <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-dev/">
1336 mod_mbox
1337 </a>
1338 </td>
1339 <td>
1340 <a class="external" href="http://www.nabble.com/stdcxx-dev-f26255.html">
1341 stdcxx-dev</a> forum
1342 </td>
1343 <td>
1344 <a class="external"
1345 href="http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/">mail archive</a>
1346 </td>
1347 <td>
1348 <a href="http://people.apache.org/~coar/mlists.html#dev_at_stdcxx.apache.org">stats
1349 </a>
1350 </td>
1351 </tr>
1352
1353 <tr>
1354 <td>
1355 <a href="mailto:user&#64;stdcxx&#46;apache&#46;org">
1356 user
1357 </a>
1358 </td>
1359 <td>
1360 <a href="mailto:user-subscribe&#64;stdcxx&#46;apache&#46;org">
1361 user-subscribe
1362 </a>
1363 </td>
1364 <td>
1365 <a href="http://stdcxx.apache.org/mail/user/">mail/user</a>
1366 </td>
1367 <td>
1368 <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-user/">
1369 mod_mbox
1370 </a>
1371 </td>
1372 <td>
1373 <a class="external"
1374 href="http://www.nabble.com/stdcxx-user-f30600.html">
1375 stdcxx-user</a> forum
1376 </td>
1377 <td>N/A</td>
1378 <td>
1379 <a href="http://people.apache.org/~coar/mlists.html#user_at_stdcxx.apache.org">stats
1380 </a>
1381 </td>
1382 </tr>
1383
1384 <tr>
1385 <td title="Read Only">commits</td>
1386 <td>
1387 <a href="mailto:commits-subscribe&#64;stdcxx&#46;apache&#46;org">
1388 commits-subscribe
1389 </a>
1390 </td>
1391 <td>
1392 <a href="http://stdcxx.apache.org/mail/commits/">mail/commits</a>
1393 </td>
1394 <td>
1395 <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-commits/">
1396 mod_mbox
1397 </a>
1398 </td>
1399 <td>
1400 <a class="external"
1401 href="http://www.nabble.com/stdcxx-commits-f30597.html">
1402 stdcxx-commits</a> forum
1403 </td>
1404 <td>
1405 <a class="external"
1406 href="http://www.mail-archive.com/stdcxx-commits@incubator.apache.org/">mail archive</a>
1407 </td>
1408 <td>
1409 <a href="http://people.apache.org/~coar/mlists.html#commits_at_stdcxx.apache.org">stats
1410 </a>
1411 </td>
1412 </tr>
1413
1414 <tr>
1415 <td title="Read Only">issues</td>
1416 <td>
1417 <a href="mailto:issues-subscribe&#64;stdcxx&#46;apache&#46;org">
1418 issues-subscribe
1419 </a>
1420 </td>
1421 <td>
1422 <a href="http://stdcxx.apache.org/mail/issues/">mail/issues</a>
1423 </td>
1424 <td>
1425 <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-issues/">
1426 mod_mbox</a>
1427 </td>
1428 <td>
1429 <a class="external"
1430 href="http://www.nabble.com/stdcxx-issues-f30599.html">
1431 stdcxx-issues</a> forum
1432 </td>
1433 <td>N/A</td>
1434 <td>
1435 <a href="http://people.apache.org/~coar/mlists.html#issues_at_stdcxx.apache.org">stats
1436 </a>
1437 </td>
1438 </tr>
1439
1440 <tr>
1441 <td>
1442 <a href="mailto:private&#64;stdcxx&#46;apache&#46;org">
1443 private</a>
1444 </td>
1445 <td>
1446 <a href="mailto:private-subscribe&#64;stdcxx&#46;apache&#46;org">
1447 private-subscribe
1448 </a>
1449 </td>
1450 <td title="Private list">N/A</td>
1451 <td title="Private list">N/A</td>
1452 <td title="Private list">N/A</td>
1453 <td title="Private list">N/A</td>
1454 <td title="Private list">N/A</td>
1455 </tr>
1456
1457 </tbody>
1458 </table>
1459 </div>
1460 </div>
1461
1462 <!-- section ================================================= -->
1463 <a name="references"></a>
1464 <h2 class="boxed">References</h2>
1465 <div class="section">
1466 <p>
1467
1468 A number of excellent design and programming books describe the C++
1469 Standard Library in an approachable way. In addition, besides the
1470 required <a
1471 href="http://svn.apache.org/viewcvs.cgi/*checkout*/stdcxx/trunk/doc/stdlibref/index.html">Class
1472 Reference</a>, this implementation of the library also includes an
1473 extensive <a
1474 href="http://svn.apache.org/viewcvs.cgi/*checkout*/stdcxx/trunk/doc/stdlibug/index.html">User
1475 Guide</a> complete with tutorials and example programs. That being
1476 said, the ultimate reference to the C++ Standard Library is, of
1477 course, the C++ Standard itself (and to a smaller extent, also the C
1478 Standard). An electronic copy of the most recent version of the C++
1479 and C standards can be obtained from the <a class="external"
1480 href="http://www.ansi.org/">ANSI</a> <a class="external"
1481 href="http://webstore.ansi.org/ansidocstore/">eStandards store</a>.
1482
1483 </p>
1484 <p>
1485 <ul>
1486
1487 <li>
1488 <a class="external"
1489 href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+14882%2D2003">
1490 INCITS/ISO/IEC 14882-2003 Programming Languages &#151; C++
1491 </a>
1492 </li>
1493
1494 <li>
1495 <a class="external"
1496 href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+9899%2D1999">
1497 INCITS/ISO/IEC 9899-1999 Programming Languages &#151; C
1498 </a>
1499 </li>
1500
1501 <li>
1502 <a class="external"
1503 href="http://www.amazon.com/exec/obidos/ASIN/0201379260">
1504 The C++ Standard Library: A Tutorial and Reference</a> by
1505 Nicolai M. Josuttis
1506 </li>
1507
1508 <li>
1509 <a class="external"
1510 href="http://www.amazon.com/exec/obidos/tg/detail/-/0201309564">
1511 Generic Programming and the STL: Using and Extending the C++
1512 Standard Template Library</a> by Matthew H. Austern
1513 </li>
1514
1515 <li>
1516 <a class="external"
1517 href="http://www.amazon.com/exec/obidos/tg/detail/-/0201633981">
1518 Stl Tutorial & Reference Guide: C++ Programming With the Standard
1519 Template Library</a> by David R. Musser and Atul Saini
1520 </li>
1521
1522 <li>
1523 <a class="external"
1524 href="http://www.amazon.com/exec/obidos/ASIN/0134376331">
1525 The C++ Standard Template Library</a> by P.J. Plauger,
1526 Alexander A. Stepanov, Meng Lee, and David R. Musser
1527 </li>
1528
1529 <li>
1530 <a class="external"
1531 href="http://www.amazon.com/exec/obidos/tg/detail/-/0201749629">
1532 Effective STL: 50 Specific Ways to Improve Your Use of
1533 the Standard Template Library</a> by Scott Meyers
1534 </li>
1535
1536 <li>
1537 <a class="external"
1538 href="http://www.amazon.com/exec/obidos/ASIN/0201183951">
1539 Standard C++ IOStreams and Locales: Advanced Programmer's
1540 Guide and Reference</a> by Angelika Langer, Klaus Kreft
1541 </li>
1542
1543 </ul>
1544 </p>
1545 </div>
1546
1547 <!-- End main content-->
1548
1549 <div class="clearboth">&nbsp;</div>
1550 </div>
1551 <div id="footer">
1552 <div class="copyright">
1553 Copyright &copy; 2005-2007 The Apache Software Foundation.
1554 </div>
1555 </div>
1556
1557 <!-- Google Analytics tracking code -->
1558 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
1559 </script>
1560 <script type="text/javascript">
1561 _uacct = "UA-1775151-1";
1562 urchinTracker();
1563 </script>
1564
1565 </body>
1566 </html>

Properties

Name Value
svn:keywords Date

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2