Namespaces
Variants
Actions

Difference between revisions of "Main Page"

From cppreference.com
(+ja, sort)
Line 1: Line 1:
{{fmbox | class=noprint | style=font-size: 0.8em | text=All material available here has been machine-translated into [http://fr.cppreference.com French], [http://de.cppreference.com German], [http://it.cppreference.com Italian], [http://es.cppreference.com Spanish], [http://pt.cppreference.com Portuguese] and [http://zh.cppreference.com Chinese] languages using [http://translate.google.com Google Translate]. You can help verifying and correcting the translations. For instructions click [[Cppreference:MachineTranslations | here]].
+
{{fmbox | class=noprint | style=font-size: 0.8em | text=All material available here has been machine-translated into [http://zh.cppreference.com Chinese], [http://fr.cppreference.com French], [http://de.cppreference.com German], [http://it.cppreference.com Italian], [http://ja.cppreference.com Japanese], [http://es.cppreference.com Spanish] and [http://pt.cppreference.com Portuguese] languages using [http://translate.google.com Google Translate]. You can help verifying and correcting the translations. For instructions click [[Cppreference:MachineTranslations | here]].
 
}}
 
}}
 
{{title|C and C++ reference}}
 
{{title|C and C++ reference}}

Revision as of 09:07, 31 October 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 expressions library (C++11)

Atomic operations library (C++11)

Thread support library (C++11)

Links  −  Libraries

C reference
C89, C99, C11

Language

Headers

Type support

Dynamic memory management

Error handling

Program utilities

Date and time utilities

Strings library

Algorithms

Numerics

Input/output support

Localization support

Atomic operations library (C11)

Thread support library (C11)

Links  −  Libraries