[A89] Re: How is the best way to save an int


[Prev][Next][Index][Thread]

[A89] Re: How is the best way to save an int




On Tue, 15 Jan 2002 21:14:02 -0800, you wrote:

>I need to save an int, but everytime the program is rerun it resets.  I =
wish to know a way around this.  source on request
>
>

If you are using TIGCC, static and global vars should have their
values retained I think, as long as the program is not archived.

-Kevin




References: