Human Resource Management Platform
- This project was made during the EE freshman lecture, "Engineering Information Processing" in Yonsei university. (2020-2)
- (r) Read employee's info from "employee.txt"
- (a) Add new employee
- (d) Delete resigned employee
- (f) Find employee's data
- (g) Rewrite employee's sector and level
- (i) Rewrite employee's working years or salary
- (p) Print out list of employee sorted by (1) index number (2) sex (3) specific sector
- (s) Sort employee by (b) birthday (g) level(or grade) (y) years (s) salary. And then print out the list.
- (w) Write updated data into "employee_new.txt"
- (q) Quit
For further information check out the comments in the source file