資源簡介
C++實戰源碼-利用PC喇叭播放聲音(入門級實例547).zip
代碼片段和文件信息
//?PCSound.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“PCSound.h“
#include?“PCSoundDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CPCSoundApp
BEGIN_MESSAGE_MAP(CPCSoundApp?CWinApp)
//{{AFX_MSG_MAP(CPCSoundApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CPCSoundApp?construction
CPCSoundApp::CPCSoundApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CPCSoundApp?object
CPCSound
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1286??2010-10-28?14:03??PCSound\PCSound.clw
?????文件????????2077??2006-11-14?08:51??PCSound\PCSound.cpp
?????文件????????4177??2006-11-14?08:51??PCSound\PCSound.dsp
?????文件?????????539??2006-11-14?08:51??PCSound\PCSound.dsw
?????文件????????1335??2006-11-14?08:51??PCSound\PCSound.h
?????文件????????5444??2007-05-22?15:41??PCSound\PCSound.rc
?????文件????????5617??2006-11-14?09:01??PCSound\PCSoundDlg.cpp
?????文件????????1584??2006-11-14?08:57??PCSound\PCSoundDlg.h
?????文件?????????961??2006-11-14?09:01??PCSound\resource.h
?????文件?????????209??2006-11-14?08:51??PCSound\StdAfx.cpp
?????文件????????1054??2006-11-14?08:51??PCSound\StdAfx.h
?????文件????????5694??2005-10-08?16:28??PCSound\res\PCSound.ico
?????文件?????????399??2006-11-14?08:51??PCSound\res\PCSound.rc2
- 上一篇:C++實戰源碼-圖像轉換為字符
- 下一篇:C++實戰源碼-獲取指定字符的起始位置
評論
共有 條評論