資源簡介
用C++編輯的簡易音像店管理系統,初步面向對象思想
希望大家喜歡

代碼片段和文件信息
#include?
#include?“Date.h“
using?namespace?std;
Date::Date()
{
year=month=day=0;?//construct
}
Date::~Date()
{
}
void?Date::SetDate(int?a?int?b?int?c)?//set?date
{
year=a;
month=b;
day=c;
}
void?Date::PrintDate()?//print?date
{
cout< }
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2009-05-04?20:16??vv\
?????文件?????????323??2009-03-19?13:18??vv\Date.cpp
?????文件?????????199??2009-03-19?12:36??vv\Date.h
?????目錄???????????0??2009-03-19?13:31??vv\Debug\
?????文件??????143052??2009-03-19?13:22??vv\Debug\Date.obj
?????文件???????89686??2009-03-19?13:31??vv\Debug\test.obj
?????文件???????91136??2009-03-19?13:33??vv\Debug\vc60.idb
?????文件??????110592??2009-03-19?13:31??vv\Debug\vc60.pdb
?????文件??????256986??2009-03-19?13:25??vv\Debug\Video.obj
?????文件??????565293??2009-03-19?13:31??vv\Debug\vv.exe
?????文件??????907964??2009-03-19?13:31??vv\Debug\vv.ilk
?????文件?????2079280??2009-03-19?13:26??vv\Debug\vv.pch
?????文件?????1352704??2009-03-19?13:31??vv\Debug\vv.pdb
?????文件????????1323??2009-03-19?13:31??vv\test.cpp
?????文件????????1932??2009-03-19?13:25??vv\Video.cpp
?????文件?????????904??2009-03-19?13:18??vv\Video.h
?????文件????????4474??2009-03-19?12:40??vv\vv.dsp
?????文件?????????510??2009-03-19?12:33??vv\vv.dsw
?????文件???????58368??2009-05-04?20:16??vv\vv.ncb
?????文件???????53760??2009-05-04?20:16??vv\vv.opt
?????文件?????????894??2009-03-19?13:31??vv\vv.plg
?????目錄???????????0??2009-03-19?19:55??vv\新建文件夾\
評論
共有 條評論