PARI/GP with C++

I have installed Pari/GP software.
It is capable of performing calculations such as 500! in a second.

I want to use this library in C++
for example like #include"pari.h"

Can Anyone suggest me a way of how to do so?
Try
#include <pari/pari.h> ?
Topic archived. No new replies allowed.