Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
GMP (abbreviation of GNU Multiple Precision Library) is a library to work with higher-precision data types, for example an infinite-size int.
For information about installing GMP, go to the page about installing GMP.
Information about porting GMP, can be found at the page about porting GMP.
Add the following line to your project file (to prevent link errors):
LIBS += -lgmp |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.