开发者

cURL C Tutorial [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can开发者_运维问答 be answered with facts and citations.

Closed 7 years ago.

Improve this question

Does anyone know the relevant packages that need installing on Debian to enable me to use the curl libraries in my C app and does anyone have any decent links to tutorials about using curl in C.

Thanks


There are two dev packages for libcurl. One that uses GnuTLS and another one that uses OpenSSL for encryption. I prefer the OpenSSL version (libcurl4-openssl-dev), because the default version of the libcurl library also uses OpenSSL.

You can find an extensive tutorial at the project's website: http://curl.haxx.se/libcurl/c/libcurl-tutorial.html The example source codes (http://curl.haxx.se/libcurl/c/example.html) are also worth checking out.


libcurl3 seems to be a promising package for this purpose :) This of course assumes you want to use LibcURL rather than calling the curl shell program from within your program.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜