|
|
|
|
|
by luuio
1197 days ago
|
|
Everything you said is true. C++ gives you everything you need to be safe. But that's not the point.
Rust makes it HARD (or very hard) to do things that are unsafe. It's not what C++ can or cannot do, it's not what Rust can or cannot do. It's what the Rust language and compiler opinionatedly encourage you to do and not to do. This is what's lacking in C++. |
|