+ 1
What is the best coding language to learn first
I started c++ first but im told by friends that htlm is better to learn first...is this true or would you be better off learning other languages first
11 Answers
+ 3
im not sure what i want to do...to be entirely honest...i just randomly tapped a language and i have no knowedge of the other languages so i was just a bit curious about them. thank you for answering
+ 3
@Ethan
You're welcome!
+ 2
It really depends what you are trying to accomplish.
If your goal is to build websites I would recommend learning
HTML, CSS and JavaScript
However, C++ is better for writing your own programs
+ 2
I prefer C based languages
You will have to choose what suits you
here are threads that will help you.
https://www.sololearn.com/discuss/361752/?ref=app
https://www.sololearn.com/discuss/284542/?ref=app
+ 2
A thread about c++
https://www.sololearn.com/discuss/459759/?ref=app
+ 2
thank you so much...i have just sort of started html now and i really like it...still sticking with c++ though
+ 2
Oh, there c++ web developement as well!
I am still looking into it.
https://www.sololearn.com/discuss/531321/?ref=app
+ 2
thanks so much
+ 2
The diffrent languages are like tools in a tool box. Which is better the hammer or the screwdriver? The answer is simple, are you tryng to drive a nail or a screw?
+ 1
it depends on what you want to do. c++ and html serves hugely different purposes so it isn't fair to say that one is better than the other. those two are simply different. if you want to build pc apps, video games, or the back end of software then c++ is the way to go. if you want to make web pages then html can do that. I've heard python is used extensively in designing scientific applications and Java is good for mobile platforms. it all depends on what you want to do.
+ 1
i started with html it seemed like an easy place to begin, im much further now, have you learned jquery?