+ 2
Is C++ easier than C?
Everyone suggests to study C++. But I think C is easy to understand for a biginer. I may be wrong but I think so... what is your opinion?
9 Answers
+ 3
Hi Shashank the truth is somewhere in the middle.The question was comparing between C & C++.Believe that it depends on your programming style and usage.C lang. is not so variable and flexible as C++ therefore in this lang have been written lots of program maybe more than C++. C does not have so many rules and restrictins as C++ it is not so difficult to learn it because it is more direct to code. On other hand the C++ is more powefull to use.The conclusion is C is easier to learn, C++ is easier to use.The horrible is using C with C++ programming style:))) but sometime you don't have any posibility:)
+ 3
C is not a waste of time, it still has many uses
+ 2
C++ is easier than C. Though the libraries in C++ are far more than the libraries in C. It is just a misunderstandingâ that C++ is not a fully specified language on its own and its somehow dependent on C. But the syntax of C are difficult than the syntax of C++. But still if you want to learn C than you could learn The procedular side of programming first by learning C and then you can learn OOP by either C++ or java. But i think C++ is the best choice
0
@rohit Kumar..
I agree..đđ
C is ancient LoL đđ
0
c++ is basic language
0
ya c++ is the upgrade of c that's why it may be easier than c. But to learn c++ first you have to understand c.
0
no it's not
- 3
Have you ever done any programming at all? If not, I would recommend another language such as Python or PHP just so you understand the way most languages work. Python is also object oriented like in C++ so that'll help, PHP can be object oriented if you want to use it in that way, but you can also practice writing the code without objects.