How can I make simple graphics with c++ only | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

10th Dec 2016, 1:22 AM
Ghanibhuti Gogoi
2 Answers
+ 2
you need a graphical library . like qt gtk etc. I use gtk to create just see gtk or qt tutorials on internet
10th Dec 2016, 2:01 AM
Sun
Sun - avatar
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.
21st Dec 2016, 9:52 AM
Thomas Stone
Thomas Stone - avatar