Quote Originally Posted by originalmoose View Post
Hopefully this should be an easy problem I have looked all over my code and I cannot find where the problem lies. The program reads to large ints from a text file adds them and then outputs the result. Ive included the code below.
You didn't include the most important part -- what is "bigint"? Please post this class, as it is being used both as input and for addition.

Secondly, please use code tags when posting code.

Regards,

Paul McKenzie