Page 1 of 1
GNU g++ Integer class?
Posted: Wed Nov 03, 2004 2:40 am
by SilentStrike
I have The "Programming Challenges" manual in front of me, it says there is a GNU g++ Integer class (p 103). Does such a thing really exist? I googled for documation, but didn't find anything.
Posted: Wed Nov 03, 2004 10:16 am
by Per
I've never heard of such a thing. Perhaps the authors meant the GNU MP library (GMP). It is usually the free high precision arithmetic library of choice, though there are some other ones as well.
http://www.swox.com/gmp/