-
大小: 0.01M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 標(biāo)簽:
資源簡介
C++實戰(zhàn)源碼-可以選擇播放曲目的CD播放器(入門級實例558).zip
代碼片段和文件信息
//?CDPlayer.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CDPlayer.h“
#include?“CDPlayerDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCDPlayerApp
BEGIN_MESSAGE_MAP(CCDPlayerApp?CWinApp)
//{{AFX_MSG_MAP(CCDPlayerApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CCDPlayerApp?construction
CCDPlayerApp::CCDPlayerApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCDPlayerApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1225??2007-03-13?20:09??CDPla
?????文件????????2091??2006-10-14?10:05??CDPla
?????文件????????4230??2006-12-01?09:18??CDPla
?????文件?????????541??2006-10-14?10:05??CDPla
?????文件????????1346??2006-10-14?10:05??CDPla
?????文件????????5467??2006-12-01?08:34??CDPla
?????文件????????7436??2007-05-22?15:22??CDPla
?????文件????????1611??2006-12-01?08:35??CDPla
?????文件????????1008??2006-12-01?08:34??CDPla
?????文件?????????210??2006-10-14?10:05??CDPla
?????文件????????1052??2006-12-01?08:40??CDPla
?????文件????????5694??2005-10-08?16:28??CDPla
?????文件?????????400??2006-10-14?10:05??CDPla
評論
共有 條評論