• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

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

评论

共有 条评论