+ 5
Should we start learning coding with Java , Html or C++ ?
I just started with JavaScript and then I tried HTML and C++ . I heard that we should begin with C , but I have only found c#, is it the same?
5 Respuestas
+ 9
C# and C both are different languages C# is general-purpose, object-oriented programming language while C is general-purpose structure programming language
if you want to go in the field of app development then you should start with C, C++ and Java python
game development : C#
web development :Html css javascript
From the FAQ:
That depends on what you're trying to achieve. For web development: Start with HTML, and then move on to CSS, JavaScript, JQuery, PHP, and SQL.
For general application programming: Python, C++, and Ruby; then Java, C#, or Swift, based on the platform you're targeting.
Re: https://www.sololearn.com/faq/#q1
+ 2
data , thank you
+ 1
HTML is vastly different than Java and C++. It's a markup language while Java/C++ are proper programming languages. If you want to get into web development, HTML is the way to go. I wouldn't recommend C++ to a beginner, especially as a first language. C++ is fairly low-level and requires a good understanding of how memory works and the CPU. I personally don't know Java but a lot of my friends are learning that as their first language and think it's just fine for them. So out of those 3 I'd recommend Java (or HTML if you want to do web development.)