sandungas
Developer
Javascript is good for an introduction to programming languages because have a lot of concepts common with other languages, you could stay there and become a javascript expert but in my oppinion is a lot better if you rush a bit
Even if there are concepts from javascript you dont understand well or if you want to learn other languages (python is another good introduction) your goal should be to jump into C because is the most universal (it can be used in a toaster and for sure is going to be used in the mars landing rocket made by spaceX)
C++ is like an extension of C... there was people that was not satisfyed with C so they made some improvements and named it C++
Some of that improvements are counterintuitive with what you did learn about C... so there is people that is going to tell you to forget about C and go directly into learning C++... but thats a matter of oppinions i guess
The fact is C and C++ are pretty much the same language, the differences are minor, so for someone that is starting learning this doesnt matters much, both are good because are the real deal... the main difference in the practise is that C is easyer
Even if there are concepts from javascript you dont understand well or if you want to learn other languages (python is another good introduction) your goal should be to jump into C because is the most universal (it can be used in a toaster and for sure is going to be used in the mars landing rocket made by spaceX)
C++ is like an extension of C... there was people that was not satisfyed with C so they made some improvements and named it C++
Some of that improvements are counterintuitive with what you did learn about C... so there is people that is going to tell you to forget about C and go directly into learning C++... but thats a matter of oppinions i guess
The fact is C and C++ are pretty much the same language, the differences are minor, so for someone that is starting learning this doesnt matters much, both are good because are the real deal... the main difference in the practise is that C is easyer