Is it possible for an app to write to the hard drive? Instead of using normal memory?
Then delete what was stored on exit.
Is it possible for an app to write to the hard drive? Instead of using normal memory?
Then delete what was stored on exit.
Serialization as I think
Serialization would allow this.
Actually, there's lots of ways to do this. You could store your results in a text file, or in XML, something like that, then make sure you delete the file on the application's exit event.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.