Hi Community,
I have a problem that I am trying to solve. Essentially, the run down is that Integers have a limit to the size of the number in which you can store in such a data type. To get around that I have to take a number and put into an array and basically add each element of the array, carry over etc. I have the algoritm pretty much down except I am getting a bunch of errors that are giving me a hard time interms of debugging and would appreciate any help.
Here is one part of the add method which adds two negative integers with the same size.
http://pastebin.com/pYktWdhe
I would appreciate any help. Thank you!!!