Description: C++ simple staff management system 1. problem description Manage the staff of the unit, including inserting, deleting, finding, sorting and other functions. 2. requirements Workers and staff members include name, gender, date of birth, working year, education, job, address, telephone and so on. 3. realization hints The number of employees is not much, so it is easy to read into memory once, and all operations are not through internal or external storage. (1) input employees' objects by keyboard and save them in file mode. The file is read into memory first when the program is executed. (2) sorting the names of employees in dictionaries. (3) adding, deleting, querying, modifying and other operations to the ordered employees.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
简单的职工管理系统..txt | 14816 | 2018-04-13 |