如何在 Visual C 中使用 cURLpp/libcurl 2008年快报
我已经下载了 cURLpp、libcurl 和 openSSL。我是一个完全的初学者,我想在我的 C++ 程序中使用 cURL。我能找到的所有关于入门的文档都是针对 Unix 编写的。
I've downloaded cURLpp, libcurl and openSSL. I'm a complete beginner and I want to use cURL with my c++ program. Every doc I can find about getting started is written for Unix.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是一个简短或快速回答的问题。我建议您针对遇到的问题提出具体问题。
不过,这里有一个关于如何使用 MSVC 2008 构建 libcurl 的 PDF 指南:
http://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2008.pdf
This is not a short or quickly answered question. I would recommend you instead ask specific questions about problems you encounter.
However, here's a PDF guide on how to build libcurl using MSVC 2008:
http://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2008.pdf