A subset of C++ intended for embedded systems programming. It is defined by an industry consortium,...
This article appeared in C/C++ Users Journal, 20(1).
The international standardization working group for the programming language C++.
October 1997 working paper of the proposed standard.
Proposes integrating a memory model suitable for multithreaded execution in the C++ Standard. On to...
Contains links to the latest library TR1 (technical report 1) draft as well as to the most relevant...
Explains ways to allow>> to be treated as two closing angle brackets, as well as to discuss t...
The C++ language currently supports two facilities for testing software assertions: the assert macr...
Offers a sneak peek at the next version of standard C++. It briefly outlines the guiding principles...
Concepts introduce a type system for templates that makes templates easier to use and easier to wri...
Suggests extending C++ with a decltype operator for querying the type of an expression. Also sugges...
A number of compilers allow the programmer to suppress the implicit instantiation of templates by p...