Should I learn C before learning C++?

Should I learn C before learning C++? And what’s the difference between c , c++ and c#. Which is more powerful and more useful ?

c and c++ are pretty much the same, i suggest you learn c++, and dont bother learning c. c# (c sharp) is way to complex, and less powerful, the commands are too long and basically it would be an awful choice for a beginner. But there is a problem, c++ has loads of libraries, when the python language uses modules and its much simpler. And making a 3d game is thousands of times easier. so i would personally suggest python 🙂

You should learn C before C++.
C is primarily function-driven while C++ is more module/object-driven; while C# is completely object-driven.
C++ is most powerful and most useful, C# is most practical.

I’ve learnt C first.

C is more basic and simpler than C++. But C++ is more common and useful.

c++ is the most powerful i believe, and i would not learn c if you are going to learn c++

Leave a Reply