+ 1
What should I do next?
I´ve been programming for a long time in C/C++ and a bit of python but the point is that I´m tired of only working with the console. I don´t have any goal but I would like to build aplications and simple games (like pong or snake) in windows. Give me your suggestions about what I sholud do to not just use the coonsole because I don´t know anything and I´m completly in the dark.
2 ответов
+ 3
I recommend SFML only at first
+ 1
if you dont want to work in a console, learn a library for c++, all languages are in the console. you need to learn a graphics library if you want to make games
for c++ i reccomend
- SDL
- SFML
- OpenGL