+ 9
Is there any way to add images in Cpp without installing any additional plugins
3 Respostas
+ 5
Yeah. I know how to use SFML a bit. Loading images are perfect with SFML/Graphics.hpp header file
+ 3
Here is your answer: http://www.cplusplus.com/forum/beginner/133087/
But you need graphics.h header file which might be manually add to your IDE. 🤘
+ 2
Whaaaa