Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please dont copy from another quastion Implement a C++ program for e-Auction company that are selling products online. The program stores information of products, customers

image text in transcribedimage text in transcribed

please dont copy from another quastion

Implement a C++ program for e-Auction company that are selling products online. The program stores information of products, customers and sellers. E-Auction company has list of products available on-line by sellers which make the customer select a set of them then start bidding until time out and buy the product by higher bidding. After developing these classes, the following four parts of the project must be implemented: Part1: Create the following Linked Lists: 1. Product list contains objects of products. 2. Seller list contains objects of Sellers and their product list for sale. 3. Customer list contains a list of product that has bidding and list of product which bought by customer. 4. Auction manage the e-Bidding system. Seller puts his product and time out for bidding then customers start their bidding until time out and sell the product by higher bidding Main Function to test the above classes and data structures must display the following menu to the user: Main menu: 1. Seller 2. Product 3. Customer 4. Auction Submenu under each item of Main Menu must have the following operations: a. Display b. Insert c. Delete d. Modify e. Find

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Contemporary Issues In Database Design And Information Systems Development

Authors: Keng Siau

1st Edition

1599042894, 978-1599042893

More Books

Students also viewed these Databases questions

Question

an element of formality in the workplace between different levels;

Answered: 1 week ago