+ 6
How can I put an image in c++?
7 Respostas
+ 4
Harshit Sharma 😉 i used all headerfile files graphics , windows and tried many files related program but not worked.
+ 3
I tried different different images code but any code didn't work i searched on Google,quora ..... etc but those code was giving errors. .
+ 2
You can use "graphics.h" for tha t purpose.
Check this out :-
https://www.youtube.com/playlist?list=PLMclp-q8OPhnBqdI6DAIhsHX6RvVD5nha
HOPE IT HELPS 😊
+ 2
🐰Tiara 🐰 you really should use some framework like SFML or something not just some code snippets...... And yeah for little things you can also use "graphics.h"
+ 2
🐰Tiara 🐰 Also... "graphics.h" is not readily available! You need to download it and then link it to the project in order to use it. Same is true for SFML, etc.
+ 1
You can use graphic frameworks like directX or OpenGL. Or the newer Vulcan