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

资源简介

C++实战源码-声音录制与播放(入门级实例570).zip

资源截图

代码片段和文件信息

// RecordSound.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “RecordSound.h“
#include “RecordSoundDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CRecordSoundApp

BEGIN_MESSAGE_MAP(CRecordSoundApp CWinApp)
//{{AFX_MSG_MAP(CRecordSoundApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CRecordSoundApp construction

CRecordSoundApp::CRecordSoundApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1193  2006-12-01 09:25  RecordSound\RecordSound.clw
     文件        2133  2006-11-17 18:45  RecordSound\RecordSound.cpp
     文件        4249  2006-11-17 18:45  RecordSound\RecordSound.dsp
     文件         547  2006-11-17 18:45  RecordSound\RecordSound.dsw
     文件        1379  2006-11-17 18:45  RecordSound\RecordSound.h
     文件        5312  2006-11-30 19:47  RecordSound\RecordSound.rc
     文件        4705  2007-05-22 14:50  RecordSound\RecordSoundDlg.cpp
     文件        1487  2006-11-30 19:44  RecordSound\RecordSoundDlg.h
     文件         827  2006-11-17 20:00  RecordSound\resource.h
     文件         213  2006-11-17 18:45  RecordSound\StdAfx.cpp
     文件        1103  2006-11-30 19:51  RecordSound\StdAfx.h
     文件        5694  2005-10-14 16:40  RecordSound\res\RecordSound.ico
     文件         403  2006-11-17 18:45  RecordSound\res\RecordSound.rc2

评论

共有 条评论