資源描述:
《超市收銀管理系統(tǒng).doc》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。
1、#ifndefuser_H//用戶自定義頭文件user-defined#defineuser_H#include//支持Sleep函數(shù)#include#include//用于隨機(jī)函數(shù)初始化time()voidcolor_back()//設(shè)置文本字符的顏色{inti;srand((unsigned)time(NULL));//初始化時(shí)鐘i=rand()%15;//隨機(jī)一個(gè)0到14的整數(shù)switch(i){case0:system("color07");break;case1
2、:system("color08");break;case2:system("color09");break;case3:system("color0A");break;case4:system("color0B");break;case5:system("color0C");break;case6:system("color0D");break;case7:system("color0E");break;case8:system("color0F");break;case9:system("color01");break;c
3、ase10:system("color02");break;case11:system("color03");break;case12:system("color04");break;case13:system("color05");break;case14:system("color06");break;}}voiddisplay_picture()//顯示動(dòng)畫程序{system("cls");printf("");color_back();//隨機(jī)一個(gè)文本顏色Sleep(300);//讓系統(tǒng)暫停300毫秒printf(
4、"tttt歡");color_back();Sleep(300);printf("迎");color_back();Sleep(300);printf("使");color_back();Sleep(300);printf("用");color_back();Sleep(300);printf("超");color_back();Sleep(300);printf("市");color_back();Sleep(300);printf("管");color_back();Sleep(300);pri
5、ntf("理");color_back();Sleep(300);printf("系");color_back();Sleep(300);printf("統(tǒng)");color_back();}#endif#include#include#include#include#include#include//區(qū)別string和string.h#include#include"user.h"#definen10
6、0#defineN1000usingnamespacestd;classGoods{protected:intnumber;stringtnum;stringsname;intnum;doublemoney;intmnum;intsnum;doubleprice;public:voidsetnumber(intx);voidsettnum(stringx);voidsetsname(stringx);voidsetnum(intnum);voidsetmnum(intx);voidsetsnum();voidsetprice(
7、doublex);stringgettnum();voidgetprice();voidgetnum();voidgetmnum();voidgetname();voidgetsnum();doublegetmoney();intgetnumber();};Goodsprod[1000];intbianhao[200],geshu[20],x;fstreamfile;ofstreamfile1;HANDLEhout;COORDcoord;structmember{stringname;stringsex;intage;inta
8、;stringID;stringaddress;}mem[1000];voidactive();voidyanzheng();voiddenglu();voidshow();voidchaxun2();voidchaxun3();voidchauxun5();voidempt