摘要: 1 // curl_test.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 6 #include <iostream> 7 #include <libcurl/include/curl/curl.h> 8 #pragma comment(lib, "d:/libs/libcurl/libcurl.lib") 9 10 using namespace std;11 12 /**13 * 一旦curl接收到数据,就会调用此回调函数14 * buffer:数据缓冲区指针15 * 阅读全文
posted @ 2013-03-15 15:41 特洛伊人 阅读(4768) 评论(0) 推荐(0) 编辑