retaining values

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.
closed account (Lv0f92yv)
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.
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
alright thanks i will look into it.
Topic archived. No new replies allowed.