Guys, I have an assignment due by EST 11:59PM tonight. I'm so close. I posted my code below and the assignment. I'm using DEV C++. Please show me what I'm doing wrong??? I've been working at this for hours and I can't get it to work... Code is below followed by assignment.
Write a program that has base class EMPLOYEE with pure virtual function COMPENSATION, and derived classes SALARIED_EMPLOYEE and HOURLY_EMPLOYEE. For salaried , function should pay salary for up to 40 hrs and time +1/2 for hours over 40. For hourly function should pay a number of number of dollars per hour.