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
i need help!
Started by mojtaba, Mar 18 2007 03:00 AM
1 reply to this topic
#1
Posted 18 March 2007 - 03:00 AM
|
|
|
#2
Posted 19 March 2007 - 08:18 AM
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.


Sign In
Create Account

Back to top









