|
|
|
|
|
by janoc
2117 days ago
|
|
It is not and never was. Look at for ex. what const means in each, or auto. Or variable length arrays (feature that doesn't exit in C++). Or designated initializers that C++ didn't have for a long time. Here is a good list of differences:
https://mcla.ug/blog/cpp-is-not-a-superset-of-c.html |
|