+ 5
How to output an image in c++?
4 Answers
+ 2
c++ have external GUI libraries with which you can output more than just console text. What IDE you are using? Virtual studio comes with build in libraries.
+ 2
Depends on the type of image to be output. Like for png it requires the png library
0
You need to add SDL to code blocks sdl is a free and open source library
0
Hello