I really think there are too many cooks in the kitchen, but I'm compelled to ask a simple question. Tell me what happens if the user inputs "Big Bucks" in answer to the wage question.
cout << "\nEmployee Wage: ";
cin >> wage;
cout << "\nYears with Company: ";
cin >> years;
emp[i] = Employee(id, sex, wage, years);