|
|
|
|
|
by rhn_mk1
2719 days ago
|
|
Current versions of C have some features that are not present in current versions of C++ (e.g. designated initializers). But that's not the point. C and C++ are in practice used completely differently, so writing C++ using C concepts with some additions rarely happens in the wild. |
|