cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Store data permanently
Store data permanently
Mar 8, 2011 at 5:15pm
Mar 8, 2011 at 5:15pm UTC
abhiverma812
(67)
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:16pm UTC
Mar 8, 2011 at 5:29pm
Mar 8, 2011 at 5:29pm UTC
Albatross
(4553)
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
Mar 8, 2011 at 5:43pm UTC
abhiverma812
(67)
Any other way.?
Mar 8, 2011 at 5:48pm
Mar 8, 2011 at 5:48pm UTC
Albatross
(4553)
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.