May 12, 2010 at 11:29pm UTC
hey, so is there anyway to keep values of a program when the program closes without exporting the data to another file like a text file.
May 13, 2010 at 1:51am UTC
Not that I know of... Unless you can pipe output from one program to another, store it in the other, then access it later somehow. I am not sure how this would work.
May 13, 2010 at 1:52am UTC
No, but there are different mechanisms to do the deed.
On Windows, you have the Registry.
On POSIX systems, you really only have the user's home directory rcfiles/subdirectories.
Various libraries exist to do this stuff, including emulations.
Good luck!
[edit] too slow...
Last edited on May 13, 2010 at 1:53am UTC
May 14, 2010 at 6:33pm UTC
alright thanks i will look into it.