This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Big Integer Library?
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Big Integer Library?
- From: Andris Pavenis <pavenis at lanet dot lv>
- Date: Wed, 20 Dec 2000 10:35:49 +0200 (WET)
- Cc: JB <jamesb at northnet dot com dot au>, gcc at gcc dot gnu dot org, djgpp at delorie dot com
On 20 Dec 2000, Alexandre Oliva wrote:
> On Dec 20, 2000, "JB" <jamesb@northnet.com.au> wrote:
>
> > Wondering if anyone knows of a free big integer library that can be
> > used with GCC or DJGPP, or if you've written one yourself, and where
> > could I get one?
>
> Look for GNU gmp at www.gnu.org
>
For some related things I have used Integer and Rational classes from
libg++. But as libg++ is not recommended for new projects, perhaps
gmp should be better
Andris