Answer the question
In order to leave comments, you need to log in
What's the difference between C, C#, C++?
What is the difference between these languages? Where does each of them apply more? What is the best language to learn for a beginner?
Answer the question
In order to leave comments, you need to log in
The difference is in the number of pluses. The first one has -0 , the second one has 4, the third one has 2. It is better for a beginner to learn C++. But seriously: C is a low-level language for system programming, drivers, and other low-level development. C++ is the same with class wraps, overloads, templates and some other features. C# - OOP language for .NET development - Microsoft technology stack for developing a wide variety of applications.
What is the difference between these languages?
This question has already been.
Answers here, please study:
stackoverflow.com/questions/692225/what-are-the-di...
www.quora.com/What-is-the-difference-between-C-C++...
It is easier for a beginner to master C#, but it is more useful to master C++, because after C#, learning C++ requires a lot of nerves (and unnecessary ones).
C++ is C with objects (OOP). C# is C++++, but from Microsoft. That is, everything is there, a wonderful language, but from Microsoft (I'm hinting at attachment to Windows). I recommend learning C ++, a lot of things are written on it, for example, Windows. If you have to know C, then the transition will not be difficult, of course, if you are not dependent on OOP. From my experience, switching from C# to C/C++ is a hassle. But on the contrary - lightness. Unix is also written in C, and from this, Linux with MacOS (*nix systems)
In short, learn C ++, like C, but it seems easier.
Here is an example material: ravesli.com
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question