Jump to content

please suggest me some points

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
mojtaba

mojtaba

    Newbie

  • Members
  • Pip
  • 3 posts
hi guys, a small project has been defined for me. i have to write a class to which stores very big numbers (like 400 digits!) and 4 main operators (+ - * /) must operate in this number. as u know im a starter. what is the procedure? i think i can handle it with an array right? p;z help me
thanks a lot

#2
Cosmet

Cosmet

    Learning Programmer

  • Members
  • PipPipPip
  • 58 posts
One number that is 400 digits? Just use a double float.

#3
mojtaba

mojtaba

    Newbie

  • Members
  • Pip
  • 3 posts
tnx cosmet!! but I forgot to declare that this number must be an integer. actually I have to build a user type which named BigInt