help needed
Hi i am trying to create a program that does the following in the c++ language.
â¢Define appropriate user-defined data types (enumerations and/or structs) to model the data of the application.
â¢Read the client data from the data file and store it in a convenient form.
â¢Enrol new clients.
â¢Renew membership of clients.
â¢Perform a search through the data for clients whose membership is about to run out and generate a reminder letter.
â¢Save the client data to a data file.
If anyone laready has a proram similar to this please can you post t to me thanks.
|