資源簡介
C++實戰源碼-控制左右聲道(入門級實例546).zip
代碼片段和文件信息
//?LRSoundControl.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“LRSoundControl.h“
#include?“LRSoundControlDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CLRSoundControlApp
BEGIN_MESSAGE_MAP(CLRSoundControlApp?CWinApp)
//{{AFX_MSG_MAP(CLRSoundControlApp)
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CLRSoundControlApp?construction
CLRSoundControlApp::CLRSoundControlApp()
{
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CLRSoundControlApp?object
CLRSoundControlApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CLRSoundControlApp?initialization
BOOL?CLRSoundControlApp::
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????884??2010-10-28?13:56??LRSoundControl\LRSoundControl.clw
?????文件????????1573??2006-11-30?19:07??LRSoundControl\LRSoundControl.cpp
?????文件????????4240??2006-11-30?19:07??LRSoundControl\LRSoundControl.dsp
?????文件?????????553??2006-11-30?19:25??LRSoundControl\LRSoundControl.dsw
?????文件????????1270??2006-11-30?19:07??LRSoundControl\LRSoundControl.h
?????文件????????4755??2007-05-22?15:36??LRSoundControl\LRSoundControl.rc
?????文件????????2598??2007-04-10?15:13??LRSoundControl\LRSoundControlDlg.cpp
?????文件????????1421??2007-04-10?14:38??LRSoundControl\LRSoundControlDlg.h
?????文件?????????646??2007-04-10?08:33??LRSoundControl\resource.h
?????文件?????????216??2006-11-30?19:07??LRSoundControl\StdAfx.cpp
?????文件????????1108??2006-11-30?19:11??LRSoundControl\StdAfx.h
?????文件????????5694??2005-10-08?16:28??LRSoundControl\res\LRSoundControl.ico
?????文件?????????406??2006-11-30?19:07??LRSoundControl\res\LRSoundControl.rc2
評論
共有 條評論