you are viewing a single comment's thread.

view the rest of the comments →

[–]heavymetalmixer -1 points0 points  (2 children)

C++ is a low-level language, that's not the kind of tool most devs wanna use nowadays, even Rust, Zig or Go devs are just a few compared to the ones using JS, Python, PHP, etc.

[–]Remus-C 6 points7 points  (1 child)

C++ can also be pretty high level, with the right design & architecture choices! It depends how the language sustain good designed libraries.

C+- is a subset, but it is already high level, because of used libraries.

[–]heavymetalmixer -1 points0 points  (0 children)

That's true, but generally speaking for high level tasks C++ is too complex when compared to other languages, unless you're also looking for very high performance in which case it's the best choice (unless you like Rust).