I want to insert an Image in my C++ program, so How can I insert?
I couldn't found any tutorial about it...
Last edited on
Standard C++ doesn't know anything about images.
Do you use any framework?
I use DevC++ tool to program
What is it that you really want to do with an image?
How do you want to link c++ programming with images?
You might want to check external libraries such as SDL_2, that can handle different formats of images