+ 2
Which language should i learn first, here at SoloLearn?
I'm a beginner and know nothing as of yet. Solo Learn has C# and C++ courses, which one should i take first? Starting college (CS Major) this August! Thanks
3 Answers
+ 1
I recommend C++ as it will provide a foundation for the managed languages such as C# and Java and interpreted languages such as PHP. If you are looking for more web based development, I'd recommend Javascript or PHP. You can't fail with Python as it has gained a massive amount of traction in the software development industry in the past few years.
+ 1
Every language has special utilities/functions that others don't have, and they are used with different objectives, you would not use C++ to make web pages... If you only want to learn programming, without an specific goal, start with C++, it's the programming base, then lesrn other languages and finf your favorite one
+ 1
every language are good
If you like difficulties and want to have a lot of access to the machine I will recommend C++, or a simpler version of it, C#. if you would like to prefer a programming language which is easier to know the basic and where you are sure to find a lot of help I would recommend python as it one of the most used programming languages nowadays.
but all of these are for console or windows app.
If you are more interested in web programming I would recommend you to start with HTML and follow on with CSS and JavaScript. Then you will need a server side based language. You can basically use any language you want but with frameworks, but there need to be web frameworks for the specific language you want. I would indeed recommend PHP as it is simple to use and it is the most use for web developing.
hope it is useful.
Good luck!
Raphael