Hi guys,
I am new to programming and I am stuck with a homework which is "write a program which calculates the sum of two numbers too long for long long that uses a function". Please help.
the way I always work with really long numbers is using arrays, and then just add / subtract / multiply like you did in elementary school. I don't know if it's the most efficient method but it always works :P