2016年1月14日

libcurl使用示例

摘要: 远程下载文件,并将http 头信息存放内存中以及文件大小等相关信息: 1 #include 2 #include 3 #include 4 #include 5 6 struct MemoryStruct { 7 char* memory; 8 size_t allsize... 阅读全文

posted @ 2016-01-14 17:53 阳台 阅读(2379) 评论(0) 推荐(0) 编辑

导航