Hacker News new | ask | show | jobs
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.

1 comments

Starting by using a sane set of compiler flags to make code safer by default.