hello!
i took a C++ course a year ago and i've forgotten most of it, and i need
to
do a program using singly-linked list to implement arithmetic(addition and
subtraction) on integers of unlimited size.
how do you read andstore one digit of integer in each node?
and for every pair of numbers how do you read from input?
thanks!
kevin