+ 2
What is best for programmers of games, C# or C++
13 ответов
+ 4
Kiibo it would have been better if you would have answered with this suggestion.
Well Esteban there is not a lot difference c++ is more preferred. But ultimately it depends on which lang is easier for you .
+ 3
They are both good languages. C# is good if you're working with unity game engine while c++ works with the unreal engine. Its up to you.
+ 3
C++
+ 3
D3NCE haha 😂😂 lol
+ 2
C++ is used in Unreal engine, C# in Unity 3d , so it depends on you, you can develop good games with c++ and with c# , which you want use there won't be a problem I think)
+ 2
D3NCE you just stated the else part but nothing to do if the if statement condition is true.
+ 1
Martin Taylor, I the only person that asks "what is beats for programmers of games C# or C++" the other people ask the best language for program games, not which won is better.
+ 1
Timothy Adeleke ok then :D,
If(fromscratch == true)
{
switch(proglanguage)
{
case c++:
bool fastexecute = true;
bool frustration = true;
bool heavywork = true;
break;
case c#:
UseGameEngine();
break;
default:
DoNothingDrinkCoffee();
break;
}
}
else if(usegameengine)
{
String Unity = "c#";
String Unreal = "c++";
}
else
{
DoNothingDrinkCoffee();
}
This took ages on my smartphone.
0
Both are good and the best comes from you.
0
Do you want to program a Game from scratch? If not C# and Unity it's free and it works.