C#, how to add two large numbers (up to 100000 digits)
- by user300484
Hello! I want to add two really large numbers (up to 100000 digits each ). I know that I have to store string values in an array but I dont really know the procedure or the algorithm. Can you please help me there? Thank you!