All,
my app has to download http://host/file.xml, let’s say. The app is a C++ application that runs on Windows and Mac. Is there a good multi platform toolkit I can use for this or any other solutions? Just like wget on Unix.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
LibCurl http://curl.haxx.se/libcurl/ might do the trick.