Re: multiple precision integers-string to int conversion routines
From: adrin (adrin_at_adrin.adrin)
Date: 02/01/05
- Next message: Karl Heinz Buchegger: "Re: C++ anamaly"
- Previous message: Mike Wahler: "Re: Array of pointers makes an error"
- In reply to: Victor Bazarov: "Re: multiple precision integers-string to int conversion routines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 1 Feb 2005 08:50:49 +0000 (UTC)
"Victor Bazarov" <v.Abazarov@comAcast.net> wrote in
news:wNidnXrMb7D4T2PcRVn-3w@comcast.com:
> "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?
oh, hehe thanks
- Next message: Karl Heinz Buchegger: "Re: C++ anamaly"
- Previous message: Mike Wahler: "Re: Array of pointers makes an error"
- In reply to: Victor Bazarov: "Re: multiple precision integers-string to int conversion routines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|