Jump to content

i need help!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply 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 integer 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? plz help me
thanks a lot

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You have to decide if you want to try to handle it with binary (bit field), integers, or text. You will have to be sure you understand the logic of the operators and how to implement them in a small case, first. Then you can extend it to a large case.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog