Peter Brooks wrote:
>
> I imagine that this is probably platform dependent. What I'd like
> to do, though, is to run a program and save its state, so that,
> when it is run again, it starts where it left off, even if the
> machine has been re-booted between times.
>
> That is, I'd like the executable file (un*x) or .exe file (msdros)
> to be saved each time it runs so the program retains its state.
>
> Is there a platform independent way of doing this? Or, maybe more
> sensibly, are there equivalent ways of doing this in various
> systems that can be set with compile switches?
Won't work. The program state normally depends on the data, not
the code.
--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
<http://www.aaxnet.com/editor/edit043.html>
cbfalconer at maineline dot net
--
Posted via a free Usenet account from http://www.teranews.com


|