Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Hello GMP is an extension of Hello World. Like Hello World, Hello GMP is a simple console application. Hello GMP, however, also requires the GMP library and to link against it.
Here are some detailed examples of Hello GMP, depending on IDE and operating system:
Operating system(s) or programming environment(s)
Lubuntu 12.10 (quantal)
Qt Creator 2.5.2Libraries used:
STL: GNU ISO C++ Library, version 4.7.2
QT -= core gui |
#include <iostream> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.