+ 1
Hey guys. Im New to this app. Can you tell me which course should I do first? I would like to know expertise answer
help me out
5 Answers
+ 7
Depends on what you want to do. HTML and JavaScript for websites. Java for programs and Android. Python if you want the easiest high level language. C++ for games, etc.
+ 5
@chris really any language can build games. some are better than others. But yeah, java can be good
+ 2
What "Ahri Fox" says is correct. However, you can use Java for games as well. Minecraft is built with Java.
+ 2
My first language was C++ but I quickly moved over to Java. The reason being pointers and memory management. I believe that it was a good choice since C++ is a difficult language with multiple paradigms and quirks. Java is Object-Oriented and it is easier to grasp. I do however use C++ for game engines using OpenGL for example. While there are bindings for Java, I prefer to use C++ since it is a lower level language than Java.
So I would suggest to start out with Java or C# and when you have grasped the basic concepts and want to be able to control more (like shaders and graphics card programming) you should move to C++. I don't say that you can't start with C++, I just find it difficult as a starting language.
Remember to have fun!
0
wowh thanks guys. I truly appreciate your answers. :-) so good to have you