有没有在Windows上用C语言使用winhttp的完整示例?
我可以找到大量 C++ 示例,但没有任何内容是仅用 C 编写的。我正在尝试连接到 http 服务器,下载返回的数据,然后将其保存到文件中。在 Windows 上有更好的方法吗?我不应该使用 WinHttp 或 WinInet 吗?互联网上似乎极其缺乏 C 语言的 Windows 文档。感谢您的帮助。
I can find tons of examples in C++, but nothing that's written in just C. I am trying to connect to an http server, download the returned data, and then save it to a file. Is there a better way to do it on Windows? Should I not be using WinHttp or WinInet? Windows documentation for C seems to be extremely lacking on the internet. Thank you for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.codeguru.com/cpp/in/互联网/http/article.php/c6237
这在 C 语言中看起来也不错
http://msdn.microsoft.com /en-us/library/aa384270(v=VS.85).aspx#Downloading_resource
这个问题也在这里被提出和回答
如何在 C/C++ 中使用 WinHTTP 下载文件?
http://www.codeguru.com/cpp/i-n/internet/http/article.php/c6237
also this looks good and in C
http://msdn.microsoft.com/en-us/library/aa384270(v=VS.85).aspx#Downloading_resource
This question has also been asked and answered here
How to download a file with WinHTTP in C/C++?