tere
i wrote a program to deal with huge numbers a while ago. it's not hard to do this. to write a pow() just write a multiplication function and use it in a loop, it would be slow, yes, but it will get the job done.