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:51] rpjday [attributes] |
c [2019/08/13 12:31] (current) rpjday [Links] |
||
---|---|---|---|
Line 10: | Line 10: | ||
* ''nothrow'' forms of ''new'' and ''delete'' (11.2.4) | * ''nothrow'' forms of ''new'' and ''delete'' (11.2.4) | ||
* initializer lists | * initializer lists | ||
+ | * "using" for type aliases | ||
===== Links ===== | ===== Links ===== | ||
Line 31: | Line 32: | ||
* [[https://en.wikipedia.org/wiki/Compatibility_of_C_and_C++|Compatibility of C and C++]] | * [[https://en.wikipedia.org/wiki/Compatibility_of_C_and_C++|Compatibility of C and C++]] | ||
+ | |||
+ | ===== Stroustrup ===== | ||
+ | |||
+ | |||
+ | |||
===== New features in C++11 ===== | ===== New features in C++11 ===== | ||
Line 116: | Line 122: | ||
* concrete | * concrete | ||
* abstract | * abstract | ||
+ | |||
+ | ===== Standard library ===== | ||
+ | |||
+ | * ''std::list'' | ||
+ | * ''std::string'' | ||
===== Coding style ===== | ===== Coding style ===== |