|
-
Aug 26th, 2000, 01:09 AM
#1
Thread Starter
Fanatic Member
I need to convert a VERY large hexidecimal number (in several cases more than a hundred digits) into a string that contains the decimal number. My theory on how this would be done is by splitting it up into smaller sections, converting the number, and addint it to the string. My problem is how do I add a number to the final resault (as a string), and still come up with an accurate resault?
BTW, keep in mind that the code needs to support a string that contians the hexidecimal number, and return a string that contians the converted decimal number. Also must support a string of unlimited length.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|