开发者

Simple C++ (or c) libraries for things such as fetching URL's

I am needing to write some code that I can compile and run on Windows, OS/X, and iPhone. The iphone is fairly limited in what you can include. Are there any simple libraries or websites that provide source code for basic things that could be compiled and use on the iPhone as well开发者_运维知识库 as everything else?


One of the popular libraries for HTTP access from C is libcurl. A quick search showed that other people have been able to compile cURL at least as a static library for use in iPhone apps.


If you find libCurl too heavy, here is a list of alternatives. Some are specialized for HTTP, and might serve your need well.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜