C++ Downloading images?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Ok, I already know how to download a simple webpage using C++ but now I have reached a more complex issue. I was wondering exactly how you download images. Not just any images in particular but I have noticed some websites post there images using PHP script. So the address could be somthing like images.php?img_id=12 (some number) which points to a image. More particularly im having trouble figuring out 1 how to download the image fully to the hard drive and 2 I am also having trouble reading png files. Does anyone have any resources on this? I have checked code project and I have failed to find any useful articles that describe this particular conflict. - LiquidKnight