You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: