I’m using C++ without .NET on Win32, how can I download an image over HTTP from a website without having to re-invent the wheel? Is there an API or library that provides a single function to do this?
http://mywebsite/file.imgext –> C:\path\to\dir\file.imgext
You could use cURLpp
I havn’t used it yet, but example20 looks like it could solve your problem.