简单的职工管理系统方案.docxVIP

  • 5
  • 0
  • 约6.56千字
  • 约 11页
  • 2020-06-14 发布于天津
  • 举报
学习好帮手 学习好帮手 #in elude stri ng #i nclude iostream #in elude fstream #i nclude ioma nip #in elude memory.h #i nclude stdio.h #in elude vconi o.h #i nclude stdlib.h using n amespace std; struct Employee {//声明职工的结构作为链表节点。 //-----数据域----- stri ng m_Code; stri ng m_Name; un sig ned short int m_Year; stri ng m_Sex; stri ng m_Post; stri ng m_Departme nt; un sig ned int m_Wage; //链表节点的指针域--- struct Employee* Next; }; //-----个人习惯:取别名 —— typedef struct Employee Node; typedef Node* Link; //——函数声明 Link Create(Link Head); void Release(L ink Head); Link Add(Link Head); bool Search(L ink Head); Link Search_U

文档评论(0)

1亿VIP精品文档

相关文档