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

资源简介

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

评论

共有 条评论