Namespaces
Variants
Actions

Difference between revisions of "cpp"

From cppreference.com
(this is a pretty noticeable message; let's not distract people who just want to see the main page)
(+manipulators)
Line 146: Line 146:
 
|-
 
|-
 
| {{ltt|cpp/io/basic_stringstream}}
 
| {{ltt|cpp/io/basic_stringstream}}
 +
|-
 +
| [[cpp/io/manip | I/O manipulators]]
 
|-
 
|-
 
| [[cpp/io/c | C-style I/O ]]
 
| [[cpp/io/c | C-style I/O ]]

Revision as of 10:08, 3 October 2011

FAQ

Language

Preprocessor
Keywords
Headers
Operator precedence
Escape sequences
ASCII chart
Fundamental types

Utilities library

Type support (basic types, RTTI, type traits)
Dynamic memory management
Error handling
Program utilities
Date and time
bitset
Function objects
pair
tuple Template:mark c++11 feature

Strings library

basic_string
NULL-terminated narrow strings
NULL-terminated wide strings

Containers library

array Template:mark c++11 feature
vector
deque
list
forward_list Template:mark c++11 feature
set
multiset
map
multimap
unordered_set Template:mark c++11 feature
unordered_multiset Template:mark c++11 feature
unordered_map Template:mark c++11 feature
unordered_multimap Template:mark c++11 feature
stack
queue
priority_queue

Algorithms library

Iterators library

Numerics library

Common mathematical functions
Complex numbers
Pseudo-random number generation

Input/output library

basic_streambuf
basic_filebuf
basic_stringbuf
ios_base
basic_ios
basic_istream
basic_ostream
basic_iostream
basic_ifstream
basic_ofstream
basic_fstream
basic_istringstream
basic_ostringstream
basic_stringstream
I/O manipulators
C-style I/O

Localizations library

Regular expression library Template:mark c++11 feature

Atomic operations library Template:mark c++11 feature

Thread support library Template:mark c++11 feature