資源簡介
C++ 程序發出提示音(提高篇-實例024).zip
代碼片段和文件信息
//?Sound.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Sound.h“
#include?“SoundDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CSoundApp
BEGIN_MESSAGE_MAP(CSoundApp?CWinApp)
//{{AFX_MSG_MAP(CSoundApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CSoundApp?construction
CSoundApp::CSoundApp()
{
//?TODO:?add?construction?code?here
//?Place?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3561??2013-10-26?10:09??Sound\ReadMe.txt
?????文件?????????683??2013-10-26?10:09??Sound\Resource.h
?????文件???????20608??2013-10-26?10:15??Sound\Sound.aps
?????文件?????????999??2013-10-26?10:15??Sound\Sound.clw
?????文件????????2049??2013-10-26?10:09??Sound\Sound.cpp
?????文件????????4141??2013-10-26?10:09??Sound\Sound.dsp
?????文件?????????533??2013-10-26?10:09??Sound\Sound.dsw
?????文件????????1313??2013-10-26?10:09??Sound\Sound.h
?????文件???????48640??2013-10-26?10:15??Sound\Sound.opt
?????文件????????5125??2013-10-26?10:09??Sound\Sound.rc
?????文件????????4274??2013-10-26?10:12??Sound\SoundDlg.cpp
?????文件????????1357??2013-10-26?10:09??Sound\SoundDlg.h
?????文件?????????207??2013-10-26?10:09??Sound\StdAfx.cpp
?????文件????????1054??2013-10-26?10:09??Sound\StdAfx.h
?????文件????????1078??2013-10-26?10:09??Sound\res\Sound.ico
?????文件?????????397??2013-10-26?10:09??Sound\res\Sound.rc2
- 上一篇:C++ 注冊和卸載組件
- 下一篇:C++ 提取Word文檔目錄
評論
共有 條評論