Enter a bid for an item and the bids are stored in an stl


1. Register a new customer as a buyer and/or a seller: name and email address.

2. Add a customer's item to be listed for sale.

3. Calculate a 10% commission of an item price when sold.

4. List a list of items for sale of a particular customer.

5. List a list of all items for sale: what it is, how much, contact information of a seller.

6. List a list of items sold, their prices, and date listed and date sold.

7. List a list of items that contain bids of customers and a cutoff date and time for a bid.

8. Enter a bid for an item and the bids are stored in an STL priority_queue object. This allows the highest bid to be at front of the queue.

Required code components

- Create at least two classes for the application

The two classes are Customer Class and Item Class

- Create data files (text files or binary files)

- Enter a few records so that you can test the application.

- Incorporate at least two STLs into your application.

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Enter a bid for an item and the bids are stored in an stl
Reference No:- TGS0645820

Expected delivery within 24 Hours