background preloader

Papers

Facebook Twitter

C++0x Compiler Support. C++ Reference [C++ Reference] Cplusplus.com - The C++ Resources Network. GNU GCC. This file documents the use of the GNU compilers.

GNU GCC

Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being “GNU General Public License” and “Funding Free Software”, the Front-Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). GCC C++0x Language Support. C++0x was the working name of the ISO C++ 2011 standard, which introduced a host of new features into the standard C++ language and library.

GCC C++0x Language Support

This project sought to implement new C++11 features in GCC, and made it the first compiler to bring feature-complete C++11 to C++ programmers. C++11 features are available as part of the "mainline" GCC compiler in the trunk of GCC's Subversion repository and in GCC 4.3 and later. To enable C++0x support, add the command-line parameter -std=c++0x to your g++ command line.

DJGPP C Library. The GNU C Library.