Question: this code uses c++ and use class instead of struct the chapter im learning rn is about hierarchy and virtual function, so maybe use those
this code uses c++ and
use class instead of struct
the chapter im learning rn is about hierarchy and virtual function, so maybe use those too
and also make it ask for user input
store the data in the vectors only. you can make as many vectors as you want, but need to keep everything in one file
THANK YOU SO MUCH
Create an HR database where all employees have a first and last name, and a salary. There are three kinds of employees, each with some distinct attributes: Manager - number of meetings per week - number of vacations per year Engineer - a value specifying whether they know C++ - years of experience - string denoting their type (i.e "mechanical", "electric", "software" Researcher - string specifying the school they got their PhD from - string specifying topic of PhD Thesis It would be good if you read about and use vector variable to make the database
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
