I wrote a very simple (one function) C++ wrapper class around libcurl, which one can use to download web page data into a C++ string. The class is called WebPageRetriever and is available here:
http://indicium.us/cgi-bin/pages/get?view=scripts
http://indicium.us/cgi-bin/pages/get?view=scripts


Leave a comment