+ 7
Should i learn 'C' before learning c++, python and java
22 ответов
+ 8
As far as whether you should learn C before learning C++ in general not just on Sololearn C++ is a superset of C and virtually any legal C program is a legal C++ program
To really get the full benefit of C++, however, many programmers found they had to unlearn much of what they knew and learn a whole new way of conceptualizing and solving programming problems
Bjarne Stroustrup, who created C++ felt that not only is it unnecessary to learn C first before learning C++, it is actually a bad idea to learn C first
I paraphrased all this from a book teaching C++, so you can take it for what it's worth
+ 4
+ 3
Please go with java first best for any company placement
+ 2
Just do the tutorial, learn the concepts and practice.
We can all do it!
+ 2
Jay Matthews thank you
+ 2
I started with Python and continued with C. For me, this was the right way because Python is easier to learn and some concepts in C (e.g. pointers) are quite tricky. For an online course where they take the opposite way have a look at edX CS50.
+ 2
Yes
+ 1
Learn what is important for you or your job now, and the rest you can learn later easy because the concepts between languages are basically the same. For an easy learn experience go with python. Very easy syntax, fun way of learning. If you have to go the C way, go straight to the one you need because each C has it’s on quirks that doesn’t necessarily work accross different flavours of C.
+ 1
I'm sure this is not the first time that this question has been asked.
+ 1
Macross-Plus yea it makes sense. Thanks
+ 1
c is 46 years old language. if you are new to programming you can learn from c.
it will help to understand the many languages. it is a very good starting point.
I am also started from c. it will help for learn java, javascript,c++,c#.
+ 1
What is c+
+ 1
Sulegjan Sasikumar there is no programming language named 'c+'
+ 1
Although C is the core or the fundamental language for programming, but the others born to make it easier one by one, up to Python which is believed to be the easier one....
Learning process initiates with the easiest but not how it was used to be taught earlier...
Every thing is so, but when you learn the Algorithm in one language, basicly it is the same for the whole languages, disrespect to their different rules how to build the same logic.
0
Lo0pZz
I tried C, but the tutorial was full of bugs, or It was too difficult for me.
But I noticed a lot of the tutorials crashed or printed outputs with warnings about deprecation.
Just pick a topic & go with it.
0
Alrighty
0
C is the best language to learn computer programming.
0
Lo0pZz
The C++ course on Sololearn was actually created before the C course. When I first used Sololearn the C course didn't even exist yet so I completed the C++ course long before there was even a C course on Sololearn
0
C++!
0
I don't think so. Learn things like data structure, , POO, etc., then choose a programming language. Because, most of them like C, C#, C++ can have something similar but it depends on what you want to do or what you are going to work