Namespaces
Variants
Actions

Difference between revisions of "cpp"

From cppreference.com
(maintenance notice)
(maintenance finished)
Line 1: Line 1:
{{title|1=C++<span style="display:none;" class="noprint">/C++0x/C++11</span> reference}}
 
<div class="noprint">
 
{{fmbox|text=Currently the site is under maintenance. If you see some of the pages garbled, you might try to [[:enwiki:Wikipedia:Bypass_your_cache#Instructions_for_various_browsers|bypass browser cache]]
 
}}
 
</div>
 
 
{{title|1=C++<span style="display:none;" class="noprint">/C++0x/C++11</span> reference}}
 
{{title|1=C++<span style="display:none;" class="noprint">/C++0x/C++11</span> reference}}
 
{| cellpadding="10" style="font-size: 120%;"  
 
{| cellpadding="10" style="font-size: 120%;"  

Revision as of 16:53, 19 January 2012

FAQ

Language

Preprocessor
Keywords
Headers
Operator precedence
Escape sequences
ASCII chart
Fundamental types

Utilities library

Type support (basic types, RTTI, type traits)
Dynamic memory management
Error handling
Program utilities
Date and time
bitset
Function objects
pair
tuple (since C++11)

Strings library

basic_string
NULL-terminated byte strings
NULL-terminated multibyte strings
NULL-terminated wide strings

Containers library

array (since C++11)
vector
deque
list
forward_list (since C++11)
set
multiset
map
multimap
unordered_set (since C++11)
unordered_multiset (since C++11)
unordered_map (since C++11)
unordered_multimap (since C++11)
stack
queue
priority_queue

Algorithms library

Iterators library

Numerics library

Common mathematical functions
Complex numbers
Pseudo-random number generation

Input/output library

basic_streambuf
basic_filebuf
basic_stringbuf
ios_base
basic_ios
basic_istream
basic_ostream
basic_iostream
basic_ifstream
basic_ofstream
basic_fstream
basic_istringstream
basic_ostringstream
basic_stringstream
I/O manipulators
C-style I/O

Localizations library

Regular expression library (since C++11)

Atomic operations library (since C++11)

Thread support library (since C++11)