Re: multiple precision integers-string to int conversion routines
From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 02/01/05
- Next message: Victor Bazarov: "Re: Two programs accessing the same array"
- Previous message: adrin: "multiple precision integers-string to int conversion routines"
- In reply to: adrin: "multiple precision integers-string to int conversion routines"
- Next in thread: adrin: "Re: multiple precision integers-string to int conversion routines"
- Reply: adrin: "Re: multiple precision integers-string to int conversion routines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Jan 2005 19:50:46 -0500
"adrin" <adrin@adrin.adrin> wrote...
> 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?
How about multiplying by 10 and adding?
- Next message: Victor Bazarov: "Re: Two programs accessing the same array"
- Previous message: adrin: "multiple precision integers-string to int conversion routines"
- In reply to: adrin: "multiple precision integers-string to int conversion routines"
- Next in thread: adrin: "Re: multiple precision integers-string to int conversion routines"
- Reply: adrin: "Re: multiple precision integers-string to int conversion routines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|