Hey guys. Im New to this app. Can you tell me which course should I do first? I would like to know expertise answer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

7th Dec 2016, 6:39 AM
Dananjaya Chathuranga Danu Dave
Dananjaya Chathuranga Danu Dave - avatar
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.
7th Dec 2016, 6:48 AM
Ahri Fox
Ahri Fox - avatar
+ 5
@chris really any language can build games. some are better than others. But yeah, java can be good
7th Dec 2016, 7:30 AM
Ahri Fox
Ahri Fox - avatar
+ 2
What "Ahri Fox" says is correct. However, you can use Java for games as well. Minecraft is built with Java.
7th Dec 2016, 7:18 AM
Chris Coder
Chris Coder - avatar
+ 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!
7th Dec 2016, 10:49 AM
Daniel Riissanen
Daniel Riissanen - avatar
0
wowh thanks guys. I truly appreciate your answers. :-) so good to have you
7th Dec 2016, 11:52 AM
Dananjaya Chathuranga Danu Dave
Dananjaya Chathuranga Danu Dave - avatar