c++ Coding employee management system

February 3, 2018 | Author: eternities | Category: C++, Programming Paradigms, Object Oriented Programming, Software Development, Technology
Share Embed Donate


Short Description

project in c++ about employee management system...

Description

6.

Coding Section

#include #include #include #include #include #include #include #include #include /* class containing functions, variables regarding update in emp info */ class upddate { public: void edata(); void empl(); void wdata(); void udate(); void anewemp(); void uname(); void ufname(); void ulname(); void utel(); void udesi(); void uotel(); void urtel(); void uadd(); void uoadd(); void uradd(); char f1name[],f2name[],l1name[],l2name[],desii[],off1add[],res1add[];

float off1tel,off2tel,res1tel; char fme[15],lme[15],ds[20],ofad[50],l3name[],read[50]; long v,lo; int na,dd,mm,yy,rec; }; /* class containing functions,variables regarding employee info,date */ class emp :public upddate { public: void l(); void l1(); void l2(); void l3(); void sfname(); void slname(); void sdesi(); void exitt(); void showmain(); void exiit(); char f1name[],l3name[],off3add[],res3add[],desii[]; float off3tel,res3tel; }; /* class containing all the data related to file handling*/ class fl :public upddate { public: void list2(); void list(); void list1();

void addetail(char[], char [],char[], char[],char[],long,int,long,int,int,int); }; /*function to show the main screen of the project */ void emp::showmain(void) { int j; char choice; clrscr(); while(1) { for(j=8;j
View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF