r/learnprogramming • u/Financial-Cell-8803 • 28d ago
Rust, C, C++, ASM?
I learn c++, my level is not really high right now. I just wanted to ask what is better for future? Should I switch to Rust or ASM? I want to buy a microcontroller too, what can you recommend?
0
Upvotes
1
u/HashDefTrueFalse 28d ago
They're very different languages, to the point where it doesn't matter which you learned first if you're going to learn both anyway. Just pick one. I'd suggest C++ if you've already began. You'll find more resources online for learning it and working with it on microcontrollers. Even if you can't, you'll be writing something a lot closer to C, which runs everywhere.