how to perform arithmetic operation with 100 digits? (>300bits)

  • Thread starter Thread starter Ghost
  • Start date Start date
G

Ghost

currently new C only up to 64 bit operation, how can I
perform operation with 100 or more digits? using stack?
if use stack, how to write operation for +, -, *, / ?
anyone can help?
 
Hello,

You can either write your own BigNumber library to handle these big numbers
or use existing systems.
Search for "MIRACL"

HTH
Elias
 
Back
Top