C++ wget 多平台代码
所有,
我的应用程序必须下载 http://host/file.xml,比方说。该应用程序是一个在 Windows 和 Mac 上运行的 C++ 应用程序。是否有一个好的多平台工具包可以用于此解决方案或任何其他解决方案?就像 Unix 上的 wget 一样。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 libcurl。
Use libcurl.
LibCurl http://curl.haxx.se/libcurl/ 可能可以解决问题。
LibCurl http://curl.haxx.se/libcurl/ might do the trick.
libcurl: http://curl.haxx.se/libcurl/
libcurl: http://curl.haxx.se/libcurl/