Namespaces
Variants
Actions

Difference between revisions of "cpp"

From cppreference.com
(null byte != NULL pointer)
m (r2.7.3) (Robot: Adding ar, cs, de, es, fr, it, ja, pl, pt, ru, tr, zh)
Line 109: Line 109:
  
 
|}
 
|}
 +
 +
[[ar:cpp]]
 +
[[cs:cpp]]
 +
[[de:cpp]]
 +
[[es:cpp]]
 +
[[fr:cpp]]
 +
[[it:cpp]]
 +
[[ja:cpp]]
 +
[[pl:cpp]]
 +
[[pt:cpp]]
 +
[[ru:Заглавная страница]]
 +
[[tr:cpp]]
 +
[[zh:cpp]]

Revision as of 10:34, 4 May 2012

FAQ

Language

Headers

Concepts

Utilities library

Strings library

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

Input/output library

Localizations library

Regular expression library (since C++11)

Atomic operations library (since C++11)

Thread support library (since C++11)