2012-03-27 23:13:14 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2014-09-21 17:33:12 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns = "http://www.w3.org/1999/xhtml" > < head > < meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / > < title > Part I. Introduction< / title > < meta name = "generator" content = "DocBook XSL-NS Stylesheets V1.78.1" / > < meta name = "keywords" content = "ISO C++, library" / > < meta name = "keywords" content = "ISO C++, runtime, library" / > < link rel = "home" href = "../index.html" title = "The GNU C++ Library" / > < link rel = "up" href = "index.html" title = "The GNU C++ Library Manual" / > < link rel = "prev" href = "index.html" title = "The GNU C++ Library Manual" / > < link rel = "next" href = "status.html" title = "Chapter 1. Status" / > < / head > < body > < div class = "navheader" > < table width = "100%" summary = "Navigation header" > < tr > < th colspan = "3" align = "center" > Part I.
2012-03-27 23:13:14 +00:00
Introduction
2014-09-21 17:33:12 +00:00
< / th > < / tr > < tr > < td width = "20%" align = "left" > < a accesskey = "p" href = "index.html" > Prev< / a > < / td > < th width = "60%" align = "center" > The GNU C++ Library Manual< / th > < td width = "20%" align = "right" > < a accesskey = "n" href = "status.html" > Next< / a > < / td > < / tr > < / table > < hr / > < / div > < div class = "part" > < div class = "titlepage" > < div > < div > < h1 class = "title" > < a id = "manual.intro" > < / a > Part I.
2012-03-27 23:13:14 +00:00
Introduction
2014-09-21 17:33:12 +00:00
< a id = "idm269898634240" class = "indexterm" > < / a >
< / h1 > < / div > < / div > < / div > < div class = "toc" > < p > < strong > Table of Contents< / strong > < / p > < dl class = "toc" > < dt > < span class = "chapter" > < a href = "status.html" > 1. Status< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "status.html#manual.intro.status.iso" > Implementation Status< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "status.html#status.iso.1998" > C++ 1998/2003< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "status.html#iso.1998.status" > Implementation Status< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "status.html#iso.1998.specific" > Implementation Specific Behavior< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "section" > < a href = "status.html#status.iso.2011" > C++ 2011< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "status.html#iso.2011.specific" > Implementation Specific Behavior< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "section" > < a href = "status.html#status.iso.2014" > C++ 2014< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "status.html#status.iso.tr1" > C++ TR1< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "status.html#iso.tr1.specific" > Implementation Specific Behavior< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "section" > < a href = "status.html#status.iso.tr24733" > C++ TR 24733< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "section" > < a href = "license.html" > License< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "license.html#manual.intro.status.license.gpl" > The Code: GPL< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "license.html#manual.intro.status.license.fdl" > The Documentation: GPL, FDL< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "section" > < a href = "bugs.html" > Bugs< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "bugs.html#manual.intro.status.bugs.impl" > Implementation Bugs< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "bugs.html#manual.intro.status.bugs.iso" > Standard Bugs< / a > < / span > < / dt > < / dl > < / dd > < / dl > < / dd > < dt > < span class = "chapter" > < a href = "setup.html" > 2. Setup< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "setup.html#manual.intro.setup.prereq" > Prerequisites< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "configure.html" > Configure< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "make.html" > Make< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "chapter" > < a href = "using.html" > 3. Using< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "using.html#manual.intro.using.flags" > Command Options< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "using_headers.html" > Headers< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "using_headers.html#manual.intro.using.headers.all" > Header Files< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "using_headers.html#manual.intro.using.headers.mixing" > Mixing Headers< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "using_headers.html#manual.intro.using.headers.cheaders" > The C Headers and < code class = "code" > namespace std< / code > < / a > < / span > < / dt > < dt > < span class = "section" > < a href = "using_headers.html#manual.intro.using.headers.pre" > Precompiled Headers< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "section" > < a href = "using_macros.html" > Macros< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "using_namespaces.html" > Namespaces< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "using_namespaces.html#manual.intro.using.namespaces.all" > Available Namespaces< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "using_namespaces.html#manual.intro.using.namespaces.std" > namespace std< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "using_namespaces.html#manual.intro.using.namespaces.comp" > Using Namespace Composition< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "section" > < a href = "using_dynamic_or_shared.html" > Linking< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href = "using_dynamic_or_shared.html#manual.intro.using.linkage.freestanding" > Almost Nothing< / a > < / span > < / dt > < dt > < span class = "section" > < a href = "using_dynamic_or_shared.html#manual.intro.using.linkage.dynamic" > Finding Dynamic or Shared Libraries< / a > < / span > < / dt > < / dl > < / dd > < dt > < span class = "section" > < a href = "using_concurrency.html" > Concurrency< / a > < / span > < / dt > < dd > < dl > < dt > < span class = "section" > < a href