The main file should be called shop.c or shop.cpp. Inside Homework folder.

For this assignment you will be programming in c++/c and creating a store inventory system. The program will load in a file through the command line to represent an unordered list of items in the inventory of the store.

Each item in the file will have the following properties, separated by a semicolon.

Name - 100 alphanumeric max
ID - 10 alphanumeric exactly
Quantity in store - integer
Sale Price - double/float
Cost - double/float

After reading in the items, create a heap with the items. The program will take in a command as the second argument detailing which property to sort the heap by. You can sort based on the following,

Quantity, Sale Price, Cost, Net Profit Margin, Percent Profit Margin.

After sorting, place the items in an output file with the same layout as the input file.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.