資源簡介
C++實戰源碼-靜音(入門級實例549).zip
代碼片段和文件信息
//?SetMute.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“SetMute.h“
#include?“SetMuteDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CSetMuteApp
BEGIN_MESSAGE_MAP(CSetMuteApp?CWinApp)
//{{AFX_MSG_MAP(CSetMuteApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CSetMuteApp?construction
CSetMuteApp::CSetMuteApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CSetMuteApp?object
CSetMute
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????730??2007-12-04?15:15??SetMute\resource.h
?????文件????????1127??2010-10-28?14:24??SetMute\SetMute.clw
?????文件????????2077??2007-12-04?15:15??SetMute\SetMute.cpp
?????文件????????4239??2007-12-04?15:15??SetMute\SetMute.dsp
?????文件?????????539??2007-12-04?15:15??SetMute\SetMute.dsw
?????文件????????1335??2007-12-04?15:15??SetMute\SetMute.h
?????文件????????5510??2007-12-04?15:15??SetMute\SetMute.rc
?????文件????????6898??2007-12-04?15:15??SetMute\SetMuteDlg.cpp
?????文件????????1378??2007-12-04?15:15??SetMute\SetMuteDlg.h
?????文件?????????209??2007-12-04?15:15??SetMute\StdAfx.cpp
?????文件????????1054??2007-12-04?15:15??SetMute\StdAfx.h
?????文件????????3382??2007-12-04?15:15??SetMute\res\Mute.bmp
?????文件????????5694??2007-12-04?15:15??SetMute\res\SetMute.ico
?????文件?????????399??2007-12-04?15:15??SetMute\res\SetMute.rc2
- 上一篇:C++實戰源碼-獲取字符串中的漢字
- 下一篇:C++實戰源碼-問卷調查的程序實現
評論
共有 條評論