Thread: help needed
View Single Post
  #1 (permalink)  
Old December 15th, 2004, 12:15 PM
grime grime is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.
Reply With Quote