+ 2
How can I make simple graphics with c++ only
Hey!Can I make some simple games like ludo with c++ only. If yes please describe it please.
2 odpowiedzi
+ 2
you need a graphical library . like qt gtk etc. I use gtk to create just see gtk or qt tutorials on internet
0
It depends on your OS. C++ has no platform-independent way to render graphical applications. I would recommend use of a third party library like SFML, SDL, QT, WxWidgets, etc. Using platform libraries doesn't really get you much and is not really fun compared to third party alternatives.