C++ or java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++ or java ?

i want to start learning to code but i dont know which language is the best to start with. i have little experience of c++ but i dont remember much and i dont know where they lead me. im intrested in robotic and also web design can you tell me what languages each one needs? and with which language should i start?

11th Jul 2018, 1:49 AM
rss
5 Answers
+ 3
Robotics= C,Python Web Design = Html, CSS, JS
11th Jul 2018, 3:58 AM
Dlite
Dlite - avatar
+ 2
Indeed, Peter. I started by learning JavaScript (alongside HTML and CSS), and I managed fine. Being able to execute the JavaScript on a webpage allowed me to easily see real aplications of coding.
11th Jul 2018, 2:58 AM
James
James - avatar
+ 1
I wouldn’t recommend C++ because it is very difficult and you have to understand how a computer actually works (read Code by Charles Petzold). I have never learned Java. Python is used a lot in robotics, and JavaScript is used in web design. I would recommend starting with JavaScript because it is used so much. Also, I think Ruby is fun. Hopefully this helps
11th Jul 2018, 2:06 AM
Pete Cowling
Pete Cowling - avatar
+ 1
Well website design is mostly HTML and java script. HTML is easy to learn I would start there, I watched a youtube video on HTML and wrote a crude web page in like 30 minutes. I just took a class in college for c++, it was difficult but not impossible.
11th Jul 2018, 7:06 AM
Bob C.
+ 1
Basically you First know about concept of Object oriented Programming Language. Then you can approach for C++ or Java If you are interested in low level programming,System programming(CUI based applications) or Socket (Networking) Programming then can proecd for c++. If you are interested in Computer Appliaction development ,Socket (Networking) Programming(GUI based applications) etc. Then you can proced for Java and Java helps you further learnning like Andorid Programming. I will recommend you to learn java first because it has many benefits you can see here: http://crbtech.in/Java-Training/benefits-learning-java/
12th Jul 2018, 5:48 AM
pranit patil
pranit patil - avatar