Downloading files / accessing files online

Hi!
I'm creating a bit of software that uses information that updates from time to time. The information is on an API. I can recover the information from the XML files that it creates and I can create the links that I want it to pull. However I don't know how to download / access these files online. Looked an hour at libcurl and it seems to do what I want, but the problem is that I can't understand how to.

So the question is. Does anyone know how to use libcurl. Or do you have another library that enables me to do this. Heard that boost should have something like this but I couldn't find it.
I think this is a good example to study to see how you can do it in libcurl.
http://curl.haxx.se/libcurl/c/sepheaders.html
Last edited on
Thanks!
aha, the libcurl API had example docs.
Last edited on
Topic archived. No new replies allowed.