How to create games with c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create games with c++

I want to know how games are created

9th Nov 2016, 12:47 AM
Android Tech Master
Android Tech Master - avatar
3 Answers
+ 4
usually you'll use a graphics api. you have essentially two options. openGL which runs on all platforms and then DirectX which runs on windows. with openGL there's libraries for it such as glfw,glut so on and so forth. but there's also more "complete" libraries such as SFML amd SDL which give you more prebuilt things to work with but you sacrifice a little control
9th Nov 2016, 12:55 AM
Daniel Rollins
Daniel Rollins - avatar
+ 1
just use unreal game engine
13th Nov 2016, 12:39 PM
Suhail Pappu
Suhail Pappu - avatar
0
use the GREAT Allegro 5 game programming library !
14th Nov 2016, 11:29 AM
Edwin Martens
Edwin Martens - avatar