+ 3
Can I learn 2 programming language together??
4 ответов
+ 3
Of course. Because each language has advantages and disadvantages, and each one is better suited for a particular purpose.
However, at least in the beginning it might be better to avoid learning two very similar languages at the same time (C# and C++, or C++ and Java). Just like learning two related foreign languages at the same time, there may be many little things that are similar enough to confuse you, yet different enough to prevent things from working properly :)
+ 6
Yes you can, but you must know that it's difficult and that it's easier to learn first one language and later others.
+ 2
thnx to everybody
+ 1
You cannot learn just one programming language, it will never be enough. If you are learning web programming, you will need at least 2 main languages for front-end (which splits into html, css, javascript) and back-end (sql and php/java/C#/ruby...) and a third language if you are a database administrator working with scripts running on databases on servers.