Namespaces
Variants
Actions

Difference between revisions of "Main Page"

From cppreference.com
m (rm week-old news from the top)
(link the escape sequence in the C section to c/language/escape)
Line 146: Line 146:
 
[[c/keyword | Keywords]]<br>
 
[[c/keyword | Keywords]]<br>
 
[[c/language/operator_precedence | Operator precedence]]<br>
 
[[c/language/operator_precedence | Operator precedence]]<br>
[[cpp/language/escape | Escape sequences]]
+
[[c/language/escape | Escape sequences]]
 
</div>
 
</div>
  

Revision as of 01:40, 3 January 2016

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

Language

Headers

Library 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)

Technical specifications

   Standard library extensions  (library fundamentals TS)

   Standard library extensions v2  (library fundamentals TS v2)

   Filesystem library  (filesystem TS)
   Parallelism library extensions  (parallelism TS)
   Concurrency library extensions  (concurrency TS)
   Concepts  (concepts TS)

External Links  −  Non-ANSI/ISO Libraries  −  Index

C reference
C89, C95, C99, C11

Language

Headers

Type support

Dynamic memory management

Error handling

Program utilities

Variadic functions

Date and time utilities

Strings library

Algorithms

Numerics

Input/output support

Localization support

Atomic operations library (C11)

Thread support library (C11)

Technical specifications

   Dynamic memory extensions  (dynamic memory TR)

External Links  −  Non-ANSI/ISO Libraries
News