P
Paul
I don't see any code coming from your direction.Juha Nieminen said:No, he isn't. He is trying to convert a string containing a very large
(ascii representation of an) integer into a set of ints, which is
something
atoi() won't do (nor can you easily even use it to implement the task in
question). If you tried to use atoi() for this, if the string represents
an integer larger than can fit in an int, he will get an incorrect answer.
Because it was not helpful. atoi() cannot be used to solve the problem.
If you tried to give us some actual code you would see it yourself.