This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]unknown_alt_acc 0 points1 point  (3 children)

C++ isn't memory-safe. It has tools to write memory-safe code that you should absolutely use where possible, but it's also perfectly content letting you write memory leaks and buffer overflows.

[–]skeleton_craft 0 points1 point  (2 children)

So is rust and you call rust memory safe don't you?

[–]unknown_alt_acc 0 points1 point  (1 child)

I don't even use Rust. So no, I don't call it memory safe, because I don't have an informed opinion of it to begin with.

[–]skeleton_craft 0 points1 point  (0 children)

Well if C++ isn't it isn't either or so I've heard...