cURL / Mailing Lists / curl-library / Single Mail

curl-library

Writing Output to Integer Variable in C++

From: Chris Morbitzer <gamephreak_at_gmail.com>
Date: Tue, 21 Dec 2004 22:40:09 -0500

I want to write the output of a Curl call to a PHP file to an integer,
but it's too large for even a long long integer! Right now I am
saying:
int feed = atoi(chunk.memory);
This doesn't work, though, because the number that is outputted is 225
digits long! What can I do?
Received on 2004-12-22