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

资源简介

C++实战源码-CD抓取(入门级实例574).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CDSnatch.h“
#include “CDSnatchDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCDSnatchApp

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

/////////////////////////////////////////////////////////////////////////////
// CCDSnatchApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCDSnatchApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1280  2010-11-13 11:36  CDSnatch\CDSnatch.clw
     文件        2091  2007-12-04 15:15  CDSnatch\CDSnatch.cpp
     文件        4195  2007-12-04 15:15  CDSnatch\CDSnatch.dsp
     文件         541  2007-12-04 15:15  CDSnatch\CDSnatch.dsw
     文件        1346  2007-12-04 15:15  CDSnatch\CDSnatch.h
     文件        5617  2007-12-04 15:15  CDSnatch\CDSnatch.rc
     文件        9510  2007-12-04 15:15  CDSnatch\CDSnatchDlg.cpp
     文件        1497  2007-12-04 15:15  CDSnatch\CDSnatchDlg.h
     文件        1008  2007-12-04 15:15  CDSnatch\resource.h
     文件         210  2007-12-04 15:15  CDSnatch\StdAfx.cpp
     文件        1054  2007-12-04 15:15  CDSnatch\StdAfx.h
     文件         221  2010-11-11 09:23  CDSnatch\程序使用说明.txt
     文件        5694  2007-12-04 15:15  CDSnatch\res\CDSnatch.ico
     文件         400  2007-12-04 15:15  CDSnatch\res\CDSnatch.rc2

评论

共有 条评论