I'm learning C++ and so far i am able to make simple command prompt applications that can do basic math or follow a small story depending on the choices chosen by the user.
I want to eventually be able to make games with C++ but i don't know what step i should take next to progress to C++ game development.
I looked at something called Allegro which is apparently useful for creating games with the language, but i barely understood it.
Since a lot of you guys here program with C++, what do you think i should try doing next to progress to creating C++ games?