+ 3

How can i add images in c++

18th Feb 2019, 2:35 PM
Raj Jaiswal
Raj Jaiswal - avatar
2 Answers
+ 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.
18th Feb 2019, 7:03 PM
Sokrat_Poghosyan
Sokrat_Poghosyan - avatar
+ 1
You can use "graphics.h" for tha t purpose. Check this out :- https://www.youtube.com/playlist?list=PLMclp-q8OPhnBqdI6DAIhsHX6RvVD5nha HOPE IT HELPS 😊
21st Jul 2020, 1:17 PM
Harshit Sharma
Harshit Sharma - avatar