|
|
|
|
|
by IshKebab
1433 days ago
|
|
C++ has many many issues other than memory safety. For example implicit type conversion, template duck typing, the include system, the very very very complicated name lookup system, a gazillion footguns inherited from C. You can definitely massively improve upon C++ without touching its actual computation model. |
|