79760871

Date: 2025-09-10 12:44:15
Score: 2.5
Natty:
Report link

Memory Safety in C++ is not really possible.

Here is why: https://sappeur.di-fg.de/WhyCandCppCannotBeMemorySafe.html

The best you can do is to be very disciplined, follow KISS and use modern C++.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Frank Gerlach