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
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.