Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this is for a C++ visual studio 2012 CLR Forms application project Output 1. Prepare a listing of the inventory for the office supply store

image text in transcribed

this is for a C++ visual studio 2012 CLR Forms application project

Output 1. Prepare a listing of the inventory for the office supply store with appropriate column headings. This listing should include the following: a. the product id number; b. the product description; c. the manufacturer's id number d. the retail price of the product (the wholesale price increased by the mark-up percentage); e. the quantity of product in inventory Processing 1. The private class component should include the following data members: a. the product id number b. the description of the product c. the manufacturer's id number d. the wholesale price of the product double; h. the mark-up percentage for the product double; i. the quantity of product in inventory integer; j. pointer to next record integer, character array; integer; pointer 2. The class should have a constructor function, which sets all of the members of the class to zero and initializes the pointer to the next record to NULL 3. One global variable may be used. This variable should represent a pointer to the head of the linked list. For example, if the class was declared as "Product," this declaration would appear in your class implementation file as: Product FirstRecordPointer; 4. The class should have member functions to perform the following: g. create the linked list, sorted in ascending order by product id number count the number of members in the list; the "output" section); percentage); number, the manufacturer's id number, the wholesale price of the product, the mark- h. i. display the values of all of the members of the list to an external file (as described in j. return an object's retail price (the wholesale price increased by the mark-up k. Separate functions which return the values of existing members of the list (product id 1. Separate f up percentage for the product, and the pointer to the next record); unctions which set the values of existing members of the list (product id number, the manufacturer's id number, the wholesale price of the product, the mark- up percentage for the product, and the pointer to the next record). Output 1. Prepare a listing of the inventory for the office supply store with appropriate column headings. This listing should include the following: a. the product id number; b. the product description; c. the manufacturer's id number d. the retail price of the product (the wholesale price increased by the mark-up percentage); e. the quantity of product in inventory Processing 1. The private class component should include the following data members: a. the product id number b. the description of the product c. the manufacturer's id number d. the wholesale price of the product double; h. the mark-up percentage for the product double; i. the quantity of product in inventory integer; j. pointer to next record integer, character array; integer; pointer 2. The class should have a constructor function, which sets all of the members of the class to zero and initializes the pointer to the next record to NULL 3. One global variable may be used. This variable should represent a pointer to the head of the linked list. For example, if the class was declared as "Product," this declaration would appear in your class implementation file as: Product FirstRecordPointer; 4. The class should have member functions to perform the following: g. create the linked list, sorted in ascending order by product id number count the number of members in the list; the "output" section); percentage); number, the manufacturer's id number, the wholesale price of the product, the mark- h. i. display the values of all of the members of the list to an external file (as described in j. return an object's retail price (the wholesale price increased by the mark-up k. Separate functions which return the values of existing members of the list (product id 1. Separate f up percentage for the product, and the pointer to the next record); unctions which set the values of existing members of the list (product id number, the manufacturer's id number, the wholesale price of the product, the mark- up percentage for the product, and the pointer to the next record)

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

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

More Books

Students also viewed these Databases questions

Question

i. What was the outcome of the interaction?

Answered: 1 week ago