jpbarrette/curlpp

hi , base on c : curl

sychen12345 opened this issue · 0 comments

char *buf ; // test
CURL *curl_handle = NULL;
curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, buf);
What should I write in this case ( curlpp )
Because I want to use the "buf" buffer