|
-
Catfish
Saving data in a C# program
I am writing a program that will require saving/backing up data. I have programmed in C++ for a while but I am somewhat new to C#. Is there a way I can back up the whole state of the program, like write the contents of memory to a file on the hard drive? I know I could write each variable to a text file but I thought there might be an easier way to do it.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|