如何配置 cURL 以便我可以实际使用它?
我是一个初学者,我正在使用 Microsoft Visual C++。我需要从下载到实际使用 libcurl 的逐步演练,如果有人可以提供帮助吗?不过我不太懂术语。 每个人似乎都跳过了这一切,直接将 #include 放入他们的文件中,但我不知道如何执行该步骤。
我知道我必须告诉 Visual C++ 我正在使用另一个库,但我该怎么做呢?如何配置该库并包含目录?
非常欢迎任何帮助!
I'm a beginner I am using using Microsoft Visual C++. I need a step by step walkthrough from downloading up till actually using libcurl if anyone can help? I don't know much terminology though.
Everyone seems to skip all that and goes straight into putting #include in their files but I don't know how to get to that step.
I know I have to tell Visual C++ that I'm using another library but how do I do that? How do I configure this library and include the directories?
Any help is very welcome!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们有一个 .pdf 逐步解释如何使用 libcurl 构建项目,这里是链接
http://curl.haxx.se/libcurl/c/visual_studio.pdf
希望有帮助
they have a .pdf explaining step by step how to build a project with libcurl, here is the link
http://curl.haxx.se/libcurl/c/visual_studio.pdf
hope that helps