cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Data Record
Data Record
Sep 25, 2009 at 1:48pm UTC
AR Khan
(54)
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???
Sep 25, 2009 at 3:32pm UTC
kbw
(9488)
Use database?
Sep 26, 2009 at 8:54am UTC
AR Khan
(54)
What about using stdio.h functions??? Can i write the data on text file using C++ and use it again???
Sep 26, 2009 at 10:05am UTC
kbw
(9488)
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.