multiple precision integers-string to int conversion routines
From: adrin (adrin_at_adrin.adrin)
Date: 02/01/05
- Next message: Victor Bazarov: "Re: multiple precision integers-string to int conversion routines"
- Previous message: greyham433_at_hotmail.com: "Two programs accessing the same array"
- Next in thread: Victor Bazarov: "Re: multiple precision integers-string to int conversion routines"
- Reply: Victor Bazarov: "Re: multiple precision integers-string to int conversion routines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 1 Feb 2005 00:45:15 +0000 (UTC)
hello,
how can i make a conversion from a string to a multiple precision integer
stored in memory in a base 2^32?
i guess conversion from integer to string would require dividing modulo 10,
but how do the opposite conversion?
- Next message: Victor Bazarov: "Re: multiple precision integers-string to int conversion routines"
- Previous message: greyham433_at_hotmail.com: "Two programs accessing the same array"
- Next in thread: Victor Bazarov: "Re: multiple precision integers-string to int conversion routines"
- Reply: Victor Bazarov: "Re: multiple precision integers-string to int conversion routines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|