[comp.lang.c++] Math routines for LARGE ints?

timborn@ihlpg.UUCP (Tim Born) (11/20/86)

Before I go to the trouble to write one, does anyone have or know of a 
PD program (library) for simple math on LARGE integers (>=200 digits in 
length).  C++ preferred, but C is certainly usable in this case.  

I would probably implement it on top of Jon Shopiro's `strings' 
package, giving a lot of flexibility in terms of length, and a lot of 
slowness (due to conversion, mostly) in terms of execution.  I'm open 
for any better ideas.  

Thanks,
tim born
...ihnp4!hvlpb!tborn

"Don't write what you can borrow."