Hacker News new | ask | show | jobs
by array_key_first 262 days ago
C++ is an unsafe language, but there is lots and lots of safe C++ code. Most C++ code is safe, that's why every other line isn't a segfault. Safety, as a whole, is about catching edge cases.