hi friend..
i got assignement..
to write program to add or subtract two big integer
numbers. “Big” refers to a number which is more than 30 digits. You
can assume that the number may have MAXIMUM 100 digits. Your program should
have the data structures to hold such a big number. Also it should have two
functions viz Add and Subtract and a main function which demonstrates the usage
of Add and Subtract.
e.g of one such operation
12334444446666666666888888812233 + 2222227889999999999 =
12334444446668888894778888812232
friends can u tell me how to solve this problem.. i dont know how to use datastructure..
plz anyone send any sample code or any related url...
so i can do this..
its urgent..
Thanks In Advance..
Prashant