Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| c [2019/08/10 19:48] – [Links] rpjday | c [2019/08/13 12:31] (current) – [Links] rpjday | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * '' | * '' | ||
| * initializer lists | * initializer lists | ||
| + | * " | ||
| ===== Links ===== | ===== Links ===== | ||
| Line 31: | Line 32: | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ===== Stroustrup ===== | ||
| + | |||
| + | |||
| + | |||
| ===== New features in C++11 ===== | ===== New features in C++11 ===== | ||
| Line 60: | Line 66: | ||
| ==== attributes ==== | ==== attributes ==== | ||
| - | ==== | + | ==== constexpr ==== |
| + | |||
| + | ==== delegating constructors ==== | ||
| + | |||
| + | ==== user-defined literals ==== | ||
| + | |||
| + | ==== explicit virtual overrides ==== | ||
| + | |||
| + | ==== final specifier ==== | ||
| + | |||
| + | ==== default functions ==== | ||
| + | |||
| + | ==== deleted functions ==== | ||
| + | |||
| + | ==== range-based for loops ==== | ||
| + | |||
| + | ==== special member functions for move semantics ==== | ||
| + | |||
| + | ==== converting constructors ==== | ||
| + | |||
| + | ==== explicit conversion functions ==== | ||
| + | |||
| + | ==== inline namespaces ==== | ||
| + | |||
| + | ==== non-static data member initializers ==== | ||
| + | |||
| + | ==== right angle brackets ==== | ||
| + | |||
| + | ==== ref-qualified member functions ==== | ||
| + | |||
| + | ==== trailing return types ==== | ||
| ===== Figure out ===== | ===== Figure out ===== | ||
| Line 85: | Line 122: | ||
| * concrete | * concrete | ||
| * abstract | * abstract | ||
| + | |||
| + | ===== Standard library ===== | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| ===== Coding style ===== | ===== Coding style ===== | ||