+ 4
What should be the best language to learn after C++?
Although i am learning C++ right now but i just want to know which language will be best for me after this.
8 Answers
+ 18
I highly recommend you Java...Coz it is the best language and can be easily learnt if you learn C++.
+ 10
As C++ follows Object oriented programming if you are interested in doing so then Python and Java would be the best..
+ 10
Welcome bruuđ
+ 4
Java is very similar. However I think it's more important to practise then to finish as much different courses.
+ 3
Thanks aditya I'm already learnin pythonđđ
+ 3
I think Java and Python are best after Cpp
+ 3
Rust (https://www.rust-lang.org) and Zig(https://ziglang.org) are competing to replace C and C++. I suggest you learn one of them.
- 2
Why are you so obsessed with learning more languages that you are forgetting the real reason why they exist - to build software. I will advise that you learn c++ well enough to be able to apply it to different areas of computer science and software engineering.
When you encounter the need to do something which cannot be done efficiently with the tools in your proverbial toolset. Only then should you learn something new.
These languages are tools not toys