Store data permanently

Mar 8, 2011 at 5:15pm
Hello Experts,

I have created a doubly linked list for a database. It is working fine. However, I want to store the contents permanently. Which memory could be used and how to do so.

Regards,
AbHI
Last edited on Mar 8, 2011 at 5:16pm
Mar 8, 2011 at 5:29pm
Which memory could be used and how to do so.

How about writing to a file?

http://cplusplus.com/doc/tutorial/files/

Happy coding!

-Albatross
Mar 8, 2011 at 5:43pm
Any other way.?
Mar 8, 2011 at 5:48pm
Writing to online storage. ;)
http://curl.haxx.se/

The purpose of the hard disk was for permanent storage: storage that would persist even after you turn your computer off. Why not use it?

-Albatross

Topic archived. No new replies allowed.