Thread: Reservation Program Help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    2

    Reservation Program Help

    I am creating a reservation program for a small company that reserves a stands at trade fairs.

    The program requires a data file that contains:
    - Trade Fair Codes
    - Descriptions
    - Costs
    - Stands available to reserve

    The user types in a Trade Fair code which is then check to see if it exists from the file data and then can then they can add reservations (take away from available stands) or cancel reservations (add to available stands. After this the new amount of available stands is displayed.

    Data is then saved to the data file.

    I'm confused on how exactly all this would work and in what order, could anyone help by giving me some breif psuedo code?

    I know the data from the file must be put into an array, but how would that work? Also how would the program check the code exisits?

    Thanks for any help
    Last edited by Ricey; 01-25-2006 at 02:40 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM