Discussion:
BigInterger in VB
(too old to reply)
Martin Theisen
2003-09-15 14:37:40 UTC
Permalink
hallo,

does anyone know how to make numbers bigger than the variant/double-type in
vb? i am trying the RSA-algorithm with vb, but i always get an overflow.




mfg.martin
--------------------------------------------------------
wer Rechtschreibfehler findet, darf sie behalten :-D
Martin Trump
2003-09-15 15:03:46 UTC
Permalink
Post by Martin Theisen
does anyone know how to make numbers bigger than the variant/double-type in
vb? i am trying the RSA-algorithm with vb, but i always get an overflow.
You'll need to write your own methods using strings (or in VB6, byte
arrays.

Regards.
--
Martin Trump
Loading...