|
|
(24 intermediate revisions by 7 users not shown) |
Line 1: |
Line 1: |
− | {{title|1=C++<span style="display:none;" class="noprint">/C++0x/C++11</span> reference}} | + | {{title|1=C++ reference}} |
− | {| cellpadding="10" style="font-size: 120%;" | + | {{cpp/navbar}} |
− | |- valign="top" | + | {| class="mainpagetable" cellspacing=0 style="width:100%; white-space:nowrap;" |
− | | | + | |- class="row rowtop" |
| + | | colspan=3 | |
| + | {{main page cpp contents}} |
| + | |} |
| | | |
− | '''[[Cppreference:FAQ|FAQ]]'''
| + | {{langlinks|ar|cs|de|es|fr|it|ja|pl|pt|ru|tr|zh}} |
− | | + | |
− | '''[[cpp/language | Language]]'''
| + | |
− | <div class="mainpagediv">
| + | |
− | [[cpp/preprocessor | Preprocessor]]<br>
| + | |
− | [[cpp/keyword | Keywords]]<br>
| + | |
− | [[cpp/language/operator_precedence | Operator precedence]]<br>
| + | |
− | [[cpp/language/escape | Escape sequences]]<br>
| + | |
− | [[cpp/language/ascii | ASCII chart]]<br>
| + | |
− | [[cpp/language/types | Fundamental types]]
| + | |
− | </div>
| + | |
− | | + | |
− | '''[[cpp/header | Headers]]'''
| + | |
− | | + | |
− | '''[[cpp/concept | Concepts]]'''
| + | |
− | | + | |
− | '''[[cpp/utility | Utilities library]]'''
| + | |
− | | + | |
− | <div class="mainpagediv">
| + | |
− | [[cpp/types | Type support]] (basic types, RTTI, type traits)<br/>
| + | |
− | [[cpp/memory | Dynamic memory management]]<br/>
| + | |
− | [[cpp/error | Error handling]]<br/>
| + | |
− | [[cpp/utility/program | Program utilities]]<br/>
| + | |
− | [[cpp/chrono | Date and time]]<br/>
| + | |
− | {{ltt|cpp/utility/bitset}}<br/> | + | |
− | [[cpp/functional | Function objects]]<br/>
| + | |
− | {{ltt|cpp/utility/pair}}<br/>
| + | |
− | {{ltt|cpp/utility/tuple}} {{mark since c++11}}
| + | |
− | </div>
| + | |
− | | + | |
− | '''[[cpp/string | Strings library]]'''
| + | |
− | <div class="mainpagediv">
| + | |
− | {{ltt|cpp/string/basic_string}}<br>
| + | |
− | [[cpp/string/byte | NULL-terminated byte strings]]<br>
| + | |
− | [[cpp/string/multibyte | NULL-terminated multibyte strings]]<br>
| + | |
− | [[cpp/string/wide | NULL-terminated wide strings]]
| + | |
− | </div>
| + | |
− | | + | |
− | | | + | |
− | | + | |
− | '''[[cpp/container | Containers library]]'''
| + | |
− | | + | |
− | <div class="mainpagediv">
| + | |
− | {{ltt|cpp/container/array}} {{mark since c++11}}<br>
| + | |
− | {{ltt|cpp/container/vector}}<br>
| + | |
− | {{ltt|cpp/container/deque}}<br>
| + | |
− | {{ltt|cpp/container/list}}<br>
| + | |
− | {{ltt|cpp/container/forward_list}} {{mark since c++11}}<br>
| + | |
− | {{ltt|cpp/container/set}}<br>
| + | |
− | {{ltt|cpp/container/multiset}}<br>
| + | |
− | {{ltt|cpp/container/map}}<br>
| + | |
− | {{ltt|cpp/container/multimap}}<br>
| + | |
− | {{ltt|cpp/container/unordered_set}} {{mark since c++11}}<br>
| + | |
− | {{ltt|cpp/container/unordered_multiset}} {{mark since c++11}}<br>
| + | |
− | {{ltt|cpp/container/unordered_map}} {{mark since c++11}}<br>
| + | |
− | {{ltt|cpp/container/unordered_multimap}} {{mark since c++11}}<br>
| + | |
− | {{ltt|cpp/container/stack}}<br>
| + | |
− | {{ltt|cpp/container/queue}}<br>
| + | |
− | {{ltt|cpp/container/priority_queue}}
| + | |
− | </div>
| + | |
− | | + | |
− | '''[[cpp/algorithm | Algorithms library]]'''
| + | |
− | | + | |
− | '''[[cpp/iterator | Iterators library]]'''
| + | |
− | | + | |
− | '''[[cpp/numeric | Numerics library]]'''
| + | |
− | | + | |
− | <div class="mainpagediv">
| + | |
− | [[cpp/numeric/math | Common mathematical functions]]<br>
| + | |
− | [[cpp/numeric/complex | Complex numbers]]<br>
| + | |
− | [[cpp/numeric/random | Pseudo-random number generation]]
| + | |
− | </div>
| + | |
− | | + | |
− | |
| + | |
− | | + | |
− | '''[[cpp/io | Input/output library]]'''
| + | |
− | | + | |
− | <div class="mainpagediv">
| + | |
− | {{ltt|cpp/io/basic_streambuf}}<br>
| + | |
− | {{ltt|cpp/io/basic_filebuf}}<br>
| + | |
− | {{ltt|cpp/io/basic_stringbuf}}<br>
| + | |
− | {{ltt|cpp/io/ios_base}}<br>
| + | |
− | {{ltt|cpp/io/basic_ios}}<br>
| + | |
− | {{ltt|cpp/io/basic_istream}}<br>
| + | |
− | {{ltt|cpp/io/basic_ostream}}<br>
| + | |
− | {{ltt|cpp/io/basic_iostream}}<br>
| + | |
− | {{ltt|cpp/io/basic_ifstream}}<br>
| + | |
− | {{ltt|cpp/io/basic_ofstream}}<br>
| + | |
− | {{ltt|cpp/io/basic_fstream}}<br>
| + | |
− | {{ltt|cpp/io/basic_istringstream}}<br>
| + | |
− | {{ltt|cpp/io/basic_ostringstream}}<br>
| + | |
− | {{ltt|cpp/io/basic_stringstream}}<br>
| + | |
− | [[cpp/io/manip | I/O manipulators]]<br>
| + | |
− | [[cpp/io/c | C-style I/O ]]
| + | |
− | </div>
| + | |
− | | + | |
− | '''[[cpp/locale | Localizations library]]'''
| + | |
− | | + | |
− | '''[[cpp/regex | Regular expression library]]''' {{mark since c++11}}
| + | |
− | | + | |
− | '''[[cpp/atomic | Atomic operations library]]''' {{mark since c++11}}
| + | |
− | | + | |
− | '''[[cpp/thread | Thread support library]]''' {{mark since c++11}}
| + | |
− | | + | |
− | |}
| + | |