資源簡介
《C++超市管理系統》源代碼 什么都不說了 為了你的課程設計
代碼片段和文件信息
#include
#include
#include
#include
#include
?
int?n=0;?????????????????????????//全局數據結點數量
?
class?Goods
{
protected:
???????char?name[20];????????????????//商品名稱
???????double?num;???????????????????//商品代碼
???????char?address[30];?????????????//商品產地
???????int?price;????????????????????//商品單價
???????double?count;?????????????????//該類商品庫存量
???????Goods?*next;
???????
public:
???????Goods(double?numchar*namechar*addressint?pricedouble?count)
???????{
??????????????this->num=num;
??????????????strcpy(this->namename);
??????????????strcpy(this->addressaddress);
??????????????this->price=price;
??????????????this->count=count;
???????}
???????void?Output()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????68??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\ba
?????文件??????10324??2011-04-02?18:10??C++超市管理系統\C++超市管理系統\Cpp1.cpp
?????文件???????3377??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Cpp1.dsp
?????文件????????533??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Cpp1.dsw
?????文件??????41984??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Cpp1.ncb
?????文件??????48640??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Cpp1.opt
?????文件????????744??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Cpp1.plg
?????文件?????249918??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Debug\Cpp1.exe
?????文件?????306640??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Debug\Cpp1.ilk
?????文件??????38759??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Debug\Cpp1.obj
?????文件?????296752??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Debug\Cpp1.pch
?????文件?????590848??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Debug\Cpp1.pdb
?????文件??????41984??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Debug\vc60.idb
?????文件??????61440??2011-04-02?18:13??C++超市管理系統\C++超市管理系統\Debug\vc60.pdb
?????文件????????219??2011-04-04?18:42??C++超市管理系統\請注意.txt
?????目錄??????????0??2011-04-04?18:06??C++超市管理系統\C++超市管理系統\Debug
?????目錄??????????0??2011-04-04?18:06??C++超市管理系統\C++超市管理系統
?????目錄??????????0??2011-04-04?18:50??C++超市管理系統
-----------?---------??----------?-----??----
??????????????1692230????????????????????18
評論
共有 條評論