Mail Archives: djgpp/2004/02/10/16:45:22
----
Sometimes you need to do match on a real (big) number, like in your example.
So we would like you to know we developed a collection
of functions (library, dll) for working with real big numbers and all that.
(...numbers bigger than the normal data types a programmer can handle.)
It was made for Visual Basic, but can be used in
any language that can invoke a .DLL (such as C++, VBA in Excel, Access or
whatever)
It's the only DLL available for Windows for UNLIMITED BIG NUMBERS with
functions such as: +/-* Power2, Power10, MOD DIVIDE, ISPRIME, COMPARE, Xor
etc...
Calculations are sometimes even faster than you are used to,
cause everything was made in assembly.
It's shareware and it is online on http://www.big-numbers.com
David
"au_193" <nospam AT aardvark DOT net DOT au> schreef in bericht
news:4026f469 AT news DOT comindico DOT com DOT au...
>
> "Eli Zaretskii" <eliz AT elta DOT co DOT il> wrote in message
> news:2914-Sun08Feb2004202132+0200-eliz AT elta DOT co DOT il...
>
> .......
>
> > This is not a problem if you recall that GNU `ld' is a one-pass
> > linker. Try this command:
> >
> > gcc ... -lc -lm
>
> Thank you for anticipating my next question, before I have
> even asked it.
>
>
- Raw text -