(C++) GMP
February 24, 2017 · View on GitHub
(C++) GMP
GMP (abbreviation of GNU Multiple Precision Library) is a library to work with higher-precision data types, for example an infinite-size int.
Installing GMP
For information about installing GMP, go to the page about installing GMP.
Porting GMP
Information about porting GMP, can be found at the page about porting GMP.

Note for Qt Creator under Ubuntu users
Add the following line to your project file (to prevent link errors):
LIBS += -lgmp
External links