Description: The design of a unit wage management system, functions as follows: for each employee to store the following information: the number of employees, basic salary, allowance, post allowance, the number should be issued, personal income tax should be withheld, the number of real number. The calculation method of personal income tax is:
(1) create a storage file of payroll information for storage workers;
(2) add the wage information of an employee;
(3) delete the wage information of an employee;
(4) modify part of the wage information of a worker (the beginning of the month to increase or reduce the amount of wages or deductions);
(5) output the wage information of a given number of workers (for enquiry);
(6) output the wage information of all staff and workers.
To Search:
File list (Check if you may need any files):
程序设计算法.cpp