Как в C++ работать с графикой? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Как в C++ работать с графикой?

26th Sep 2017, 10:17 AM
Den123
Den123 - avatar
2 Answers
+ 10
Need third party libraries. sdl - https://www.libsdl.org/download-2.0.php sfml - https://www.sfml-dev.org/ there are many others in addition to these two.
26th Sep 2017, 10:22 AM
jay
jay - avatar
+ 1
You can try to use Qt. It has good documentation with many examples and user friendly IDE (QtCreator) https://www.qt.io/developers/
30th Sep 2018, 6:48 PM
microBIG
microBIG - avatar