Namespaces
Variants
Actions

Difference between revisions of "Main Page"

From cppreference.com
(undo, but lighten the background even more)
m (+"c11" since some C11 is already mentioned)
Line 107: Line 107:
 
| style="border-right: 1px solid #AAA; padding: 2em 2em 2em 2em; background: #F8F8F8;" |
 
| style="border-right: 1px solid #AAA; padding: 2em 2em 2em 2em; background: #F8F8F8;" |
 
[[c|<span style="font-size: 3em;">C reference</span><br/>
 
[[c|<span style="font-size: 3em;">C reference</span><br/>
<span style="font-size: 0.8em;">C89, C99</span>
+
<span style="font-size: 0.8em;">C89, C99, C11</span>
 
]]
 
]]
 
|
 
|

Revision as of 09:27, 22 April 2012

C++ reference
C++98, C++03, C++11

Language

Headers

Concepts

Utilities library

Strings library

Containers library

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

Algorithms library

Iterators library

Numerics library

Input/output library

Localizations library

Regular expression library (C++11)

Atomic operations library (C++11)

Thread support library (C++11)

C reference
C89, C99, C11

Language

Type support

Dynamic memory management

Error handling

Program utilities

Date and time utilities

Strings library

Algorithms

Numerics

Input/output support

Localization support