GNU g++ Integer class?

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
SilentStrike
New poster
Posts: 22
Joined: Fri Jan 04, 2002 2:00 am

GNU g++ Integer class?

Post 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.
Per
A great helper
Posts: 429
Joined: Fri Nov 29, 2002 11:27 pm
Location: Sweden

Post 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/
Post Reply

Return to “Other words”