Home
Music_Metasearch
Music Top Sites
Music Store

AllMusicListings
Concert Listings
Concert Tickets

AllMusicTalk
Chat Rooms
Message Boards

MusicNews
Pop Music News
Pop Music Reviews
Music Business
MP3 News

Community Blogs
Free Member Blogs

AllMusicPages
Free Web Pages

AllMusicBookmarks
Your Bookmarks

AllMusicFun
Musical Postcards
Relationship Test
Tarot Readings
Numerology

Music Auctions
Auctions
Classifieds

Music Apparel
AllMusicSearch Apparel

Music Store
MP3 Players
Audio Equipment
MP3 Software

Musical Instruments

Music Books
Music Magazines

Music T-Shirts

Alternative Rock
Blues
Broadway & Vocal
Children's
Christian & Gospel
Classic Rock
Classical
Country
Dance & DJ
Folk
Hard Rock & Metal
International
Jazz
Latin Music
Miscellaneous
New Age
Opera & Vocal
Pop
R&B
Rap & Hip-Hop
Rock
Soundtracks

Music Videos
Music DVDs

AllMusicSearch Music Directory
Web Directory
AllMusicSearch.com Music Guide

Standards (29)

Categories:

Sites:

http://www.artima.com/cppsource/cpp0x.html
» A Brief Look at C++0x Open in a new browser window
   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
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
» Adding "extern template" (Version 2) Open in a new browser window
   A number of compilers allow the programmer to suppress the implicit instantiation of templates by prefixing an explicit instantiation directive with the extern keyword. This document proposes specific semantics for this feature.
   http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
http://www.devx.com/cplus/Article/42448/0/page/1
» Bjarne Stroustrup Expounds on Concepts and the Future of C++ Open in a new browser window
   Danny Kalev asks Bjarne the hard questions about concepts and C++'s future.
   http://www.devx.com/cplus/Article/42448/0/page/1
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2081.pdf
» Concepts (Revision 1) Open in a new browser window
   Concepts introduce a type system for templates that makes templates easier to use and easier to write. By checking the requirements that templates place on their parameters prior to template instantiation, concepts can eliminate the spectacularly poor err
   http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2081.pdf
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1978.pdf
» Decltype (Revision 5) Open in a new browser window
   Suggests extending C++ with a decltype operator for querying the type of an expression. Also suggests a new function declaration syntax, which allows one to place the return type expression syntactically after the list of function parameters.
   http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1978.pdf
http://www.dinkumware.com/manuals/default.aspx
» Dinkumware C++ Library References Open in a new browser window
   A complete description of the ANSI/ISO Standard C and C++ libraries.
   http://www.dinkumware.com/manuals/default.aspx
http://www.open-std.org/jtc1/sc22/wg21/docs/wp/html/oct97/
» Draft ANSI C++ Standard Open in a new browser window
   October 1997 working paper of the proposed standard.
   http://www.open-std.org/jtc1/sc22/wg21/docs/wp/html/oct97/
http://www.devx.com/SpecialReports/Article/38864
» Easier C++: An Introduction to Concepts Open in a new browser window
   C++0x concepts bring the full power of the Generic Programming paradigm to C++, making templates more expressive, easier to write, and easier to use. Spectacularly poor template error messages are a thing of the past!
   http://www.devx.com/SpecialReports/Article/38864
http://www.caravan.net/ec2plus/
» Embedded C++ Open in a new browser window
   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/
http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC+14882-2003
» ISO/IEC 14882-2003 Open in a new browser window
   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
http://www.open-std.org/jtc1/sc22/wg21/
» ISO/IEC JTC1/SC22/WG21 Open in a new browser window
   The international standardization working group for the programming language C++.
   http://www.open-std.org/jtc1/sc22/wg21/
http://aristeia.com/EC3E/TR1_info.html
» Library TR1 Information Open in a new browser window
   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
http://www.ddj.com/cpp/187203727
» Living By the Rules Open in a new browser window
   Understanding compiler rules better equips you to interpret messages the compiler sends you.
   http://www.ddj.com/cpp/187203727
http://www.ddj.com/cpp/188700816
» Living By the Rules: Part II Open in a new browser window
   Discusses the addition of almost all of TR1 to the new C++ Standard.
   http://www.ddj.com/cpp/188700816
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1680.pdf
» Memory Model for Multithreaded C++ Open in a new browser window
   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
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2073.pdf
» Modules in C++ (Revision 4) Open in a new browser window
   This paper proposes a module mechanism (somewhat similar to that of Modula-2) with three primary goals: significantly improve build times of large projects, enable a better separation between interface and implementation, and provide a viable transition p
   http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2073.pdf
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html
» Proposal to Add Static Assertions to the Core Language (Revision 3) Open in a new browser window
   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
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1866.html
» Proposal to add Contract Programming to C++ (Revision 3) Open in a new browser window
   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/n1866.html
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html
» Right Angle Brackets (Revision 2) Open in a new browser window
   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
http://www.animats.com/papers/languages/
» Strict Mode for C++: Early Draft Proposal Open in a new browser window
   Small number of changes which allow safely encapsulating pointer operations, via "smart pointers" and version of STL with subscript and iterator checks. For next generation of C++ revision cycle; refined with online C++ community.
   http://www.animats.com/papers/languages/
http://www.ddj.com/cpp/218600111
» The C++0x "Remove Concepts" Decision Open in a new browser window
   This note explains the reasons for the removal of "concepts," briefly outlines the controversy and fears that caused the committee to decide the way it did, gives references for people who would like to explore "concepts," and points out that (despite ent
   http://www.ddj.com/cpp/218600111
http://www.ddj.com/cpp/184403817
» The New C++ Open in a new browser window
   Introduces people and groups involved in the C++ standardization process.
   http://www.ddj.com/cpp/184403817
http://www.ddj.com/cpp/184403837
» The New C++: Smart(er) Pointers Open in a new browser window
   Takes a closer look at one of the proposed facilities - smart pointers, which were discussed again at the April 2002 standards meeting.
   http://www.ddj.com/cpp/184403837
http://www.ddj.com/cpp/184403824
» The New C++: The Group of Seven Open in a new browser window
   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.ddj.com/cpp/184403824
http://www.ddj.com/cpp/184403857
» The New C++: Trip Report Open in a new browser window
   An update on the most recent C++ standards meeting, and why things are (finally) heating up.
   http://www.ddj.com/cpp/184403857
http://www.ddj.com/cpp/184403850
» The New C++: Typedef Templates Open in a new browser window
   Presents an overview of the proposed typedef templates.
   http://www.ddj.com/cpp/184403850
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=441
» The Removal of Concepts From C++0x Open in a new browser window
   Discusses three questions related to the removal of concepts: what led to the failure of Concepts, how will the removal of Concepts affect C++0x, and will Concepts make a comeback in the near future?
   http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=441
http://www.gotw.ca/publications/mill20.htm
» Toward a Standard C++0x Library, Part 1 Open in a new browser window
   This article appeared in C/C++ Users Journal, 20(1).
   http://www.gotw.ca/publications/mill20.htm
http://www.artima.com/cppsource/threads_meeting.html
» Trip Report: Ad-Hoc Meeting on Threads in C++ Open in a new browser window
   The C++ standardization committee is hard at work standardizing threads for the next version of C++. Some members recently met to discuss the issues.
   http://www.artima.com/cppsource/threads_meeting.html

This category needs an editor

Last Updated: 2007-01-02 19:57:56



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by AllMusicSearch.com editors

Free previews by Thumbshots.org