What\'s a good way to download HTTP URLs (e.g. such as http://0.0.0.0/foo.htm ) in C++ on Linux ? I strongly prefer something asynchronous. My program will have an event l
Libcurl is the way to go. See http://curlpp.org for C++ bindings and an excellent set of tutorials.