Which programming languages are recommended for making an OS and which are recommended for making games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which programming languages are recommended for making an OS and which are recommended for making games

8th May 2019, 10:16 PM
Tlotlo Letsholo
Tlotlo Letsholo - avatar
2 Answers
0
For OS you can search for the various OS and their programming languages on Google.com. With the game language C++ and C# are the common ones. This question has being asked several times on Sololearn Q/A discussions, you can try searching. Good luck in it
9th May 2019, 12:17 AM
Trinity
0
C# not primarily as it is compiled to an IL (intermediate language) executed by an RE (runtime environment) that uses OS (operating system) functionality). For Games you'll propably need more than one language. OpenGL/OpenCL/CUDA or a Framework (like Unity) for 2D/3D purposes and whatever you want for the rest ... depends, as usual (in target plattform, project scope, ...).
9th May 2019, 7:01 AM
Daniel Adam
Daniel Adam - avatar