You must log in or register to comment.
My problem with C++ is actually with all the stuff they keep tacking on with each new edition. It’s evolving into an even more complex monstrosity while at the same time keeping all sorts of nasty vestiges. At some point you’re better off jumping to a new language and we’re well past that point with C++. Sucks for those having to maintain legacy code.
Deciding whether I want to look at a wall of C++ or a wall of Rust both with lines of code exceeding the edge of my screen.
spoiler
Go back to C, OOP was a mistake lol
Rust isn’t even OOP, strictly speaking. It implements some aspects, but there’s no inheritance hell.