C and C++ reference

From cppreference.com

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

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)

Experimental standard libraries

Standard library extensions  (library fundamentals TS)

Filesystem library  (filesystem TS)

External Links  −  Non-ANSI/ISO 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)

External Links  −  Non-ANSI/ISO Libraries
News
  • 30 June 2014: It is now possible to configure Doxygen to link standard library names to cppreference via tag file functionality. For more information, see here.
  • 23 March 2014: New version of the offline archive. The documentation can now be displayed correctly on QtCreator and QtAssistant (as of v3.0 and v4.8.6 respectively).