I wrote a callback function to write data into a string variable transferred by curl_easy_perform
.
I've found that the callback function would be called several times (I don't know exactly how many ).
Will The string variable content be overwritten with the subsequent call? How to implement this?
P.S. I've found that link useful.