+ 2
Should I learn multiple languages simultaneously or just stick to one at a time?
I am a c++ beginner.
4 Respostas
+ 11
I'd say if you're learning c++, stick to it for a long while, it's one of the most complex languages in the mainstream. once you feel comfortable, branch out to something higher level like python or java; depending on what you want to do.
+ 12
One at a time is recommended
+ 3
Every programming language consists of
variables, data types, arrays, conditions, loops and much more
so master any one language ( I would recommend you to go through c language first) and learning others will become easy
some peoples recommend to learn python first.. python is very logical and also you have to utilize your brain to maximum extent , due to this people try to hate programming.
The above reason "little bit" applied to c++ also.
+ 2
Complete the C++ first properly and become proficient in fundamentals. After that it will be easy to learn other languages by one each or simultaneously with out any major issues.