CSc 6710 Homework Assignment 6
Spring 2002; Due: March 13, 2002
-----------------------------------

Implement the following member functions:

  1. Search by Title/Description
       This option accepts a string of the form t-abcd for title search and
            d-abcd for description search and should retrieve all items that contain
            abcd as a substring in the title or description (Note: abcd is a smaple
              string!)
       Then display item details (2 items at a time on a screen)
       Allow user to enter ino to bid on (subsequent interaction should
                            be similar to Place a Bid)
                  to press ENTER to return to main menu
                  to press n ENTER to continue browsing

  5. Place an item for sale
       This option should prompt user for all relevant information required to place
         item on sale and then place it for sale (if information is satisfactory).
       An (optional) e-mail should be sent to the member.

  3. View all of my items on sale
        This option should display (in a neat format) all of the member's sale items
        sorted by nearest deadline for auction ending.

  9. Place a rating and View rating options are for extra credit. Please implement appropriate user 
     interface.