+ 1
From which language should I start coding C or C++ ???
I am going to start c language but confused between C and C++ from which language I should start? Which is easy at first .
2 Respostas
+ 1
C++ language is more ideal for object oriented programming.
While C is more to procedural programming.
It depends on what you are going to program in the future.
If you want to delve in systems base programming, then C is better.
If you are more interested in making applications or video games, then C++.
+ 1
Whichever you feel like both are good although you may find c a bit easier as it does not have classes (a concept of object oriented programming).