ron mexico asked:
which of these two language can i learn at same time with php?i get bored easily so i want to try another language while doing/learning php
which of these two language can i learn at same time with php?i get bored easily so i want to try another language while doing/learning php
java or c++?


4 Comments to 'which of these two language can i learn at same time with php?'
December 8, 2008
Java has better tutorials.
December 9, 2008
Start off with Java. It will show you how to do things properly. Then move onto C++ when you are confident with Java.
December 11, 2008
Definitely try Java. A lot of the functionality in Java is built from C, so if you learn that, C++ should come (fairly, it never is) easy to you. Hope that answers your question!
December 14, 2008
c++ nearly has the same style as php. the bracket, looping style, etc.
but desktop and web programming has different method of solving a problem, and different data flow.
been there done that..
i learned php as my first programming language, then tried to learn c++, but i found that the flow is different, and there was my problem.
so good luck
Leave a comment