0
[DUPLICATE] C++
I have finished watching several c++ tutorial videos on YouTube, as well as finishing the given course from SoloLearn. Is there a way I could start learning a more advanced c++ or learn GUI using c++? Please answer...- I would like to create a game using this in the future
3 Answers
+ 6
For 2D game, try SDL or SFML
also see:
https://www.sololearn.com/discuss/459759/?ref=app
+ 4
For a 3D game: either OpenGL or unreal engine.
For GUI: I think qt is good but I never tried it.