Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对编程有点陌生,我需要知道如何在我的 C++ 代码中使用 LibCurl。有人告诉我我需要使用它的库,但我不太确定该怎么做。此外,网站上有很多下载选项,我真的不知道该选择哪一个。我选择了一个可执行文件,它只给了我一个 .dll 文件和一个 .exe 文件。谢谢!
通常是这样的:
#include <curl/curl.h>
并-lcurl编译
-lcurl