Store data permanently

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
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
Any other way.?
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.