0
Which is better C# or C++?
For creating game on android
3 Answers
+ 1
C# is a great language.
You can use it to make:
Games in unity
Websites in ASP.NET
cross platform applications
- C#.NET Core
Desktop applications
- windows forms
- windows presentation forms
Windows store applications
You can also use unmanaged code in windows through interop services to interact with dlls written in C++
C# is currently being developed and is a great language. C++ is a lower level language, C# is more abstracted making things easier to do.
+ 3
Now i learn C#
+ 1
c++ for android games