0
C# and C++ which is better for games
C# Vs C++
2 Réponses
+ 1
c# is better for games development
+ 1
Both are excellent and widely used
C++ is a low-level language; meaning that it's closer to the actual hardware, whereas C# is more abstract. That makes C# easier to learn, which is one of it's main advantages over C++.
That being said, C++ is extremely powerful - hardware manipulation is more intimate. It's the reason why it's often preferred over others, inc. C#.
The answer depends on your goals. For example, if you want to get up and running quick with mobile app games, C# would probably be your choice.