18 lines
243 B
Plaintext
18 lines
243 B
Plaintext
|
= C++ =
|
||
|
|
||
|
Object Oriented super set of C. Great for larger projects, with minimal
|
||
|
drawbacks due to the Object abstraction.
|
||
|
|
||
|
== Features ==
|
||
|
|
||
|
* [[constexpr]]
|
||
|
* [[inline_static_member|inline static members]]
|
||
|
|
||
|
== Also See ==
|
||
|
|
||
|
[[C]]
|
||
|
|
||
|
|
||
|
|
||
|
[[../index]]
|