Data Record

Hi,
Suggestions required... I want to build a program in which i enter some data and after some period i want to read same information by entering the date. How to save the information in the storage and to recover again???
Use database?
What about using stdio.h functions??? Can i write the data on text file using C++ and use it again???
Do you want to write the data a file? If so, have a look at std::fstream, std::ifstream and std::ofstream.
Topic archived. No new replies allowed.