:613.966KB : :1 :2022-09-24 20:10:18
员工信息管理系统如果开发者对于本文件有需要的可以参考。
#include "Chairman.h"
void Chairman::input()
{cout << "请输入主任工程师的信息:" << endl << "职务、部门、专业、职称、编号、姓名、年龄:";
cin >> this->zhiwu >> this->department >> this->major
>>this->zhicheng>> this->number >> this->name >> this->age;
Write(*this);}//提示用户输入信息
void Chairman::write(fstream &m)
{m.open("Chairman.txt", ios::app);
m << "\t" << zhiwu << "\t" << department << "\t" << major << "\t" << zhicheng
<< "\t" << number << "\t" << name << "\t" << age<
void Chairman::read(fstream &n)
{n.open("Chairman.txt", ios::in);
if (!n.is_open())
{cout << "文件打开失败" << endl;
system("pause");
return;}
02-17视光门诊镜片管理系统开源
02-09学校专用课时管理系统
12-31微云网络验证,卡密管理系统
10-19图书管理系统.cpp
10-19学生管理系统 增删改查
10-17NXPS32MCU电池管理系统
10-16职工信息管理系统
10-16C语言的控制台图书管理系统
10-15酒店管理系统
09-10WMS系统为什么称为新一代仓库管理系统