Pictures from computers to a c++ program

I was just wondering if there was a way to upload a picture from your computer and put it in your program, if there is a way, then how, it would be so nice on the program im working on now
You have to use some graphics library. Try googling SFML for example.
Hi, would also like to know this thing. I know that I need to use graphics, but Specific answere will b apreciated. Please tell me :)
Are you making a Windows program using the standard libraries, or looking into other API's such as Allegro or OpenGL?
Im using the Win32 console application, i was just wondering if you could do it on it, im not too sure that the Win32 console would let you have graphics in it or not, im still learning how to do the c++ programmimg
As far as I know it is not possible with a console application. But you can use SFML or SDL. Both have lots of tutorials on their sites to explain you the way they work.
Ok thanks everyone
Topic archived. No new replies allowed.