curlpp icon indicating copy to clipboard operation
curlpp copied to clipboard

hi , base on c : curl

Open sychen12345 opened this issue 3 years ago • 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

sychen12345 avatar Sep 19 '22 09:09 sychen12345