Item inventory inheritance c++ | Computer Science homework help
1 The Problem This assignment deals with a program places items into separate inventories. In this assignment, you will make use of inheritance–e.g., virtual functions. You will need to complete the Armour and Consumable classes. 1.1 Input The program reads data from one file, items-0x.txt. Each line in this file represents one item. The first item on every line denotes the Item type–the remainder […]