Hi I am looking for a tutorial on making a simple command line database with C++. Something like an address book or something simple like that. I'm thinking of storing all the information in an external file, so that I can be saved/altered.
Basically I am looking to be able to:
Any help will be greatly appreciated.
Basically I am looking to be able to:
- Save and load data from an external file (.dat, .txt, etc...)
- Search through that data
- Display searched results
Any help will be greatly appreciated.