This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
c [2019/08/13 08:28] rpjday [Tutorials Point C++] |
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 32: | Line 33: | ||
* [[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++]] | ||
- | ===== Tutorials Point C++ ===== | + | ===== Stroustrup ===== |
- | Pillars: | ||
- | * encapsulation | ||
- | * data hiding | ||
- | * inheritance | ||
- | * polymorphism (Shape %%--%% Circle, Rectangle) | ||
- | Parts: | ||
- | |||
- | * Core language | ||
- | * C++ Standard Library | ||
- | * Standard Template Library (STL) | ||
===== New features in C++11 ===== | ===== New features in C++11 ===== |