0
How to input and output images using C++?
The standard C++ fstream library is used to output text files.
2 Answers
+ 2
You need graphics libraries. You can grab SDL2.0 which is also multiplatform. Depends on project size and targets.
+ 1
Nice one Jamie. Thanx