資源簡介
C++實戰源碼-音頻采集2(入門級實例567).zip
代碼片段和文件信息
//?MCIMsgRecord.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“MCIMsgRecord.h“
#include?“MCIMsgRecordDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMCIMsgRecordApp
BEGIN_MESSAGE_MAP(CMCIMsgRecordApp?CWinApp)
//{{AFX_MSG_MAP(CMCIMsgRecordApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMCIMsgRecordApp?construction
CMCIMsgRecordApp::CMCIMsgRecordApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1439??2010-11-13?11:35??MCIMsgRecord\MCIMsgRecord.clw
?????文件????????2147??2007-12-04?15:15??MCIMsgRecord\MCIMsgRecord.cpp
?????文件????????4267??2007-12-04?15:15??MCIMsgRecord\MCIMsgRecord.dsp
?????文件?????????549??2007-12-04?15:15??MCIMsgRecord\MCIMsgRecord.dsw
?????文件????????1390??2007-12-04?15:15??MCIMsgRecord\MCIMsgRecord.h
?????文件????????5703??2007-12-04?15:15??MCIMsgRecord\MCIMsgRecord.rc
?????文件????????7394??2007-12-04?15:15??MCIMsgRecord\MCIMsgRecordDlg.cpp
?????文件????????1585??2007-12-04?15:15??MCIMsgRecord\MCIMsgRecordDlg.h
?????文件?????????966??2007-12-04?15:15??MCIMsgRecord\resource.h
?????文件?????????214??2007-12-04?15:15??MCIMsgRecord\StdAfx.cpp
?????文件????????1054??2007-12-04?15:15??MCIMsgRecord\StdAfx.h
?????文件????????5694??2007-12-04?15:15??MCIMsgRecord\res\MCIMsgRecord.ico
?????文件?????????404??2007-12-04?15:15??MCIMsgRecord\res\MCIMsgRecord.rc2
- 上一篇:C++實戰源碼-顯示系統桌面助手
- 下一篇:C++實戰源碼-統計Word文檔頁碼
評論
共有 條評論