- A Brief Look at C++0x
Offers a sneak peek at the next version of standard C++. It briefly outlines the guiding principles of the work on C++0x, presents a few examples of likely language extensions, and lists some proposed new standard libraries.
http://www.artima.com/cppsource/cpp0x.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Draft ANSI C++ Standard
October 1997 working paper of the proposed standard.
http://www.open-std.org/jtc1/sc22/wg21/docs/wp/html/oct97/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Embedded C++
A subset of C++ intended for embedded systems programming. It is defined by an industry consortium, the Embedded C++ Technical Committee.
http://www.caravan.net/ec2plus/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- ISO/IEC 14882-2003
Buy a PDF version of the official C++ programming language standard from the ANSI Electronic Standards Store.
http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC+14882-2003
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- ISO/IEC JTC1/SC22/WG21
The international standardization working group for the programming language C++.
http://www.open-std.org/jtc1/sc22/wg21/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Library TR1 Information
Contains links to the latest library TR1 (technical report 1) draft as well as to the most relevant standardization documents that motivate and explain TR1 functionality.
http://aristeia.com/EC3E/TR1_info.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Memory Model for Multithreaded C++
Proposes integrating a memory model suitable for multithreaded execution in the C++ Standard. On top of that model, a standard threading library is proposed.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1680.pdf
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Proposal to add Contract Programming to C++ (Revision 2)
This proposal describes a small assertion sub-language that unifies compile-time and run-time assertions. The benefits are among others a higher degree of self-documenting source code, better design tools, and easier debugging and testing.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1773.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Proposal to Add Static Assertions to the Core Language (Revision 3)
The C++ language currently supports two facilities for testing software assertions: the assert macro and the #error preprocessor directive. Neither of these facilities is appropriate for use in template libraries.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Right Angle Brackets (Revision 2)
Explains ways to allow >> to be treated as two closing angle brackets, as well as to discuss the resulting issues. A specific option is proposed along with wording that would implement the proposal in the current working paper.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- TechNetCast Play - C++0x
Bjarne Stroustrup's suggestions for C++0x. Text, PDF and MP3 formats.
http://technetcast.ddj.com/tnc_play_stream.html?stream_id=560
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- The Dinkum C++ Library Reference
A complete HTML description of the ANSI/ISO Standard C++ Library, corresponding to ISO/IEC IS 14882, the final C++ standard.
http://www.dinkumware.com/refxcpp.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- The New C++
Introduces people and groups involved in the C++ standardization process.
http://www.cuj.com/documents/s=7986/cujcexp2002sutter/
(Added: Fri Mar 31 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- The New C++: Smart(er) Pointers
Takes a closer look at one of the proposed facilities - smart pointers, which were discussed again at the April 2002 standards meeting.
http://www.cuj.com/documents/s=7980/cujcexp2008sutter/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- The New C++: The Group of Seven
Presents a survey of the first batch of suggested library extensions that were considered at the October 2001 WG21/J16 meeting in Redmond.
http://www.cuj.com/documents/s=7984/cujcexp2004sutter/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- The New C++: Trip Report
An update on the most recent C++ standards meeting, and why things are (finally) heating up.
http://www.cuj.com/documents/s=8246/cujcexp2102sutter/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- The New C++: Typedef Templates
Presents an overview of the proposed typedef templates.
http://www.cuj.com/documents/s=7976/cujcexp2012sutter/
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Toward a Standard C++0x Library, Part 1
This article appeared in C/C++ Users Journal, 20(1).
http://www.gotw.ca/publications/mill20.htm
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It