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

资源简介

C++实战源码-可以选择播放曲目的CD播放器(入门级实例558).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CDPlayer.h“
#include “CDPlayerDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCDPlayerApp

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

/////////////////////////////////////////////////////////////////////////////
// CCDPlayerApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCDPlayerApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1225  2007-03-13 20:09  CDPlayer\CDPlayer.clw
     文件        2091  2006-10-14 10:05  CDPlayer\CDPlayer.cpp
     文件        4230  2006-12-01 09:18  CDPlayer\CDPlayer.dsp
     文件         541  2006-10-14 10:05  CDPlayer\CDPlayer.dsw
     文件        1346  2006-10-14 10:05  CDPlayer\CDPlayer.h
     文件        5467  2006-12-01 08:34  CDPlayer\CDPlayer.rc
     文件        7436  2007-05-22 15:22  CDPlayer\CDPlayerDlg.cpp
     文件        1611  2006-12-01 08:35  CDPlayer\CDPlayerDlg.h
     文件        1008  2006-12-01 08:34  CDPlayer\resource.h
     文件         210  2006-10-14 10:05  CDPlayer\StdAfx.cpp
     文件        1052  2006-12-01 08:40  CDPlayer\StdAfx.h
     文件        5694  2005-10-08 16:28  CDPlayer\res\CDPlayer.ico
     文件         400  2006-10-14 10:05  CDPlayer\res\CDPlayer.rc2

评论

共有 条评论