??? 05/17/04 20:05 Read: times |
#70526 - RE: A simple problem Responding to: ???'s previous message |
Adnan zaffar said:
storing of a relatively very large number for instance 65000 and 90000 You will need to use multiple bytes. Exactly how many bytes you will require depends upon exactly how large you want to go; also on whether you need to include negative numbers. Storing 90000 needs more bytes than storing 65000... The code library contains examples of multi-byte arithmetic, if you need it... |