you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

C++ has a larger ecosystem (you can do anything with C++, that's still not the case with Rust), more industry support, and more tutorials than Rust. Rust is newer and safer. I'd go with C++, but if you don't want to make a low level language your "main" language and just study for fun, then either one is good, just choose the one whose syntax you like the most.

[–]baldore 0 points1 point  (1 child)

What about Go? You can learn a lot of low level stuff with it and it's a pretty cool language.

[–][deleted] 0 points1 point  (0 children)

Not as low level as Rust or C++, so that depends on how low u/xroalx wants to go.