模擬POS系統

#include<stdio.h> #include<stdlib.h> #include<string.h> typedef struct _Goods { char num[20];//商品編號 char name[20];//商品名 float price;//單價 int hot;//熱度 }Goods,*PGoods; typedef struct _Record { Go
相關文章
相關標籤/搜索