+ 3
How can i add images in c++
2 odpowiedzi
+ 5
hmm interesting question. First option: if you just want to read an image file or change smth in it, you can use file streams. Second option: if you want to show it somewhere you need a GUI framework or lib, such as QT, you can also use windows forms, which is available in ms visual studio.
+ 1
You can use "graphics.h" for tha t purpose.
Check this out :-
https://www.youtube.com/playlist?list=PLMclp-q8OPhnBqdI6DAIhsHX6RvVD5nha
HOPE IT HELPS 😊