职工管理系统----删除职工
摘要:在.h文件中增加两个函数 //判断职工是否存在,如果存在返回职工所在数组中的位置,不存在返回-1 int Isexist(int id); //删除职工 void del_Emp(); .cpp文件进行实现该方法 //判断职工是否存在 int workManager::Isexist(int id)
阅读全文
posted @ 2021-04-07 16:24
posted @ 2021-04-07 16:24
posted @ 2021-04-07 15:59
posted @ 2021-04-06 21:44
posted @ 2021-04-06 20:58
posted @ 2021-04-06 19:56
posted @ 2021-04-05 21:07