+ 2
Which programming language is good for beginning? C or C++ or any other language.
Generally wen we think about learning programming language then big problem is that where to start and to be successful in programming study and get good skill in programming.
4 Réponses
+ 1
If you want to learn programming at a deep level, start with C (learn things such as refference, dinamic memory, how the computer works at a lower level) and continue with java to learn object oriented programming (or C++). Then you can move on to any languaje quickly.
If you want to start quickly with something simple, start with Python. Syntax and types are less restrictive.
+ 12
It is generally agreed that you may start with any language you feel comfortable with.
www.sololearn.com/faq
+ 5
better start with C++ :D
0
Always better to start with C as it is commonly referred to as 'Mother of all programming languages'.You get acquainted with all the syntax to be further used in other prog languages.