|
|
(12 intermediate revisions by 8 users not shown) |
Line 1: |
Line 1: |
− | {{fmbox | class=noprint | style=background: #efe; | text=[https://isocpp.org/blog/2018/02/new-cpp-foundation-developer-survey-lite-2018-02 '''C++ Developer Survey'''] <br/> | + | {{#switch:{{CURRENTMONTH1}} |
− | The Standard C++ Foundation opened its first-ever global C++ developer survey to help inform C++ evolution. [https://isocpp.org/blog/2018/02/new-cpp-foundation-developer-survey-lite-2018-02 Participate!]
| + | |7|8|9= |
− | }} | + | {{fmbox|class=noprint|style=background: #efe;|text=[http://cppcon.org '''CppCon {{CURRENTYEAR}}''']<br> |
− | | + | It's the annual, week-long gathering for the entire C++ community. [http://cppcon.org/registration Register now!] |
− | {{title|C and C++ reference}} | + | }}<br>}}{{title|C and C++ reference}} |
| {| class="mainpagetable" cellspacing=0 style="width:100%; white-space:nowrap;" | | {| class="mainpagetable" cellspacing=0 style="width:100%; white-space:nowrap;" |
| |- class="row rowtop" | | |- class="row rowtop" |
| | colspan=3 | | | | colspan=3 | |
− | [[cpp|<span style="font-size: 2em;">C++ reference</span><br/> | + | [[cpp|<span style="font-size: 2em;">C++ reference</span>]]<br/> |
− | <span style="font-size: 0.8em;">C++98, C++03, C++11, C++14, C++17, C++20</span>
| + | |
− | ]]
| + | |
| {{main page cpp contents}} | | {{main page cpp contents}} |
| |- | | |- |
Line 15: |
Line 13: |
| |- class="row rowtop" | | |- class="row rowtop" |
| | colspan=3 | | | | colspan=3 | |
− | [[c|<span style="font-size: 2em;">C reference</span><br/> | + | [[c|<span style="font-size: 2em;">C reference</span>]]<br/> |
− | <span style="font-size: 0.8em;">C89, C95, C99, C11, C17</span>
| + | |
− | ]]
| + | |
| {{main page c contents}} | | {{main page c contents}} |
| |- | | |- |
C++ reference
C++11, C++14, C++17, C++20, C++23, C++26 │ Compiler support C++11, C++14, C++17, C++20, C++23, C++26
|
Language
Standard library (headers)
Named requirements
Feature test macros (C++20)
Language support library
Concepts library (C++20)
|
Diagnostics library
Memory management library
Metaprogramming library (C++11)
General utilities library
Containers library
Iterators library
Ranges library (C++20)
Algorithms library
|
Strings library
Text processing library
Numerics library
Date and time library
Calendar (C++20) − Time zone (C++20)
Input/output library
Concurrency support library (C++11)
Execution support library (C++26)
|
Technical specifications
Standard library extensions (library fundamentals TS)
Standard library extensions v2 (library fundamentals TS v2)
Standard library extensions v3 (library fundamentals TS v3)
|
Parallelism library extensions v2 (parallelism TS v2)
Concurrency library extensions (concurrency TS)
Transactional Memory (TM TS)
Reflection (reflection TS)
|
External Links − Non-ANSI/ISO Libraries − Index − std Symbol Index
|
|
C reference
C89, C95, C99, C11, C17, C23 │ Compiler support C99, C23
|
Language
Headers
|
Type support
Program utilities
Variadic functions
Diagnostics library
Dynamic memory management
Strings library
Null-terminated strings:
byte − multibyte − wide
Algorithms library
|
Numerics library
Date and time library
Localization library
Input/output library
Concurrency support library (C11)
|
Technical specifications
Dynamic memory extensions (dynamic memory TR)
Floating-point extensions, Part 1 (FP Ext 1 TS)
Floating-point extensions, Part 4 (FP Ext 4 TS)
|
External Links − Non-ANSI/ISO Libraries − Index − Symbol Index
|