Hi there,
I've written a program which can add two numbers of unspecified length, isn't that nice?
To add two numbers you just do the following: addition(number1, number2);
, where 'number1' and 'number2' are strings ...
E.g:
...
cout << addition("500","10") << endl; // Print '510' on the screen
...
P.S.: Sorry if my English is bad, my native language is Dutch ...