I cant seem to find anything useful on the web except adding outside libraries for this one
help is required.
I wrote a program that you can say builds a database of users and their passwords.
the program loads the users from an existing file already into a hashtable.
now if i run the program for 2 days it wont update the file and if the pc crash
i will lose the whole data inside the program.
i wrote a function save() that opens the output file and copies the hashtable to it
now i want to call this function every 5 minutes .
is there any way of doing this?
workspace is vs2008 windows.
thanks , Despairy.