First programming language??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

First programming language???

hello..i want to ask something..what are the first programming language should i learn first???..im a newbie..there are many of them that i can choose from...but i donno what to pick..maybe the basic of all programming language..

4th May 2018, 11:13 PM
Fakhrullah Sarbini
Fakhrullah Sarbini - avatar
8 Answers
+ 3
The main difference between C and C++ is that C does not support classes or objects. C++ is an object based language, whereas C is a function driven language. You can find more information on the differences here: http://cs-fundamentals.com/tech-interview/c/difference-between-c-and-cpp.php As for which one to learn first, it depends on your interests. However, if you are a beginner, C is more straightforward, and may be easier to learn. I’m not exactly an expert on this matter, so I’ll leave you another link: http://www.ssipeople.com/2015/04/28/which-should-you-learn-first-c-or-c/
5th May 2018, 12:13 AM
Anonymous
Anonymous  - avatar
+ 2
I learned C++ first. It made web developing super easy
5th May 2018, 1:40 AM
Kyle
Kyle - avatar
+ 2
It definitely depends on what you want to do. Also you need to understand that HTML and CSS are not "programming" languages. If you want to start with the simplest real programming language, it is Python, hands down. This is what most universities teach as an intro to programming course. It is simple and powerful, and from there you can go anywhere.
5th May 2018, 2:08 AM
synorax
synorax - avatar
+ 1
I’ve found HTML to be a fairly easy language to start with. However, I know plenty of people who started with Javascript or Python. It all depends on what you want to make. This link may help: https://coderdojo.com/news/2015/03/20/top-5-programming-languages-for-beginners/
4th May 2018, 11:19 PM
Anonymous
Anonymous  - avatar
+ 1
Your first port of call should be to learn to search as this question has been asked many times before. It's also in the SoloLearn FAQ https://www.sololearn.com/faq
5th May 2018, 4:51 AM
Duncan
Duncan - avatar
0
oh..thanks......i recently try the C++...it quite challenging somehow...but its great. then i found C language...is this two language has different characteristics or there are the same? and if i want to learn this two language...which should i learn first?
5th May 2018, 12:00 AM
Fakhrullah Sarbini
Fakhrullah Sarbini - avatar
0
thanks for the advice...
5th May 2018, 12:18 AM
Fakhrullah Sarbini
Fakhrullah Sarbini - avatar
0
Thanks for the correction. Yeah, HTML and CSS are markup. Unfortunately, when I originally learned it, the class I took introduced it as programming. Sorry for the misinformation.
5th May 2018, 2:25 AM
Anonymous
Anonymous  - avatar