| mindelix on Wed, 11 Apr 2007 13:11:35 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| How to use PARI library on windows? |
Hi, I want to use PARI library, writing my own programs. I'm using Windows XP OS and I write and compile my programs with C++ Builder 6. Is there anybody who could help me?
Could anyone give me instructions how to build and compile such a code:
#include <pari/pari.h>
main() {
GEN x, y;
pari_init(1000000, 2);
x = stoi(10);
y = stoi(11);
output( addii(x, y) );
}
I would really appreciate your help.
Mindaugas Mazeika, Lithuania