<html><body>
<P>I have a need to preserve a bunch of GMP floating point values (from an array of mpf_class objects) for retrieval at a later time.&nbsp; The experiement I am running will take about a year, and I'd hate to lose it all if the power goes out, etc...</P>
<P>&nbsp;I was thinking the easiest way to do this is with strings.&nbsp; Has anyone done this before?&nbsp; Reading through the documentation, I'm not entirely sure about the argument list to be passed to the functions which handle this, nor how they would work through the C++ class interface, which I am using.&nbsp; Would I have to extract a reference to the underlying C structure before converting to and from strings?</P>
<P>I would appreciate any assistance.</P>
<P>&nbsp;-Dave</P>
<P>&nbsp;</P></body></html>