View Single Post
Old Dec 4th, 2004, 4:44 AM   #1
xavier
Professional Programmer
 
xavier's Avatar
 
Join Date: Oct 2004
Location: .ro
Posts: 399
Rep Power: 5 xavier is on a distinguished road
Send a message via Yahoo to xavier
I have to add to big numbers. Ex:
"12345678998765443" + "1234656436756774233"
I know i have to do it with string. The way i'm thinking, I'll transform them in integer... then add them like you would on a piece of paper then the result transform it again in strin and print it!

String --> Integer Intger-->String ........ HowTO.

10x
__________________
Don't take life too seriously, it's not permanent !
xavier is offline   Reply With Quote