0
Why the C++ is the most preferred lang for game development?
is it because of native cross platform support or what
1 Respuesta
+ 1
Because its a low level language, which means you have a lot more power compared to other languages. C/c++ are the most used because of the performance you can get out of them with full control over everything.