Is it possible for an app to write to the hard drive? Instead of using normal memory?

Then delete what was stored on exit.

Recommended Answers

All 2 Replies

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.