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

资源简介

C++实战源码-提取并保存应用程序图标(入门级实例535).zip

资源截图

代码片段和文件信息

// CustomStatic.cpp : implementation file
//

#include “stdafx.h“
#include “FetchAndSaveIcon.h“
#include “CustomStatic.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCustomStatic

CCustomStatic::CCustomStatic()
{
}

CCustomStatic::~CCustomStatic()
{
}


BEGIN_MESSAGE_MAP(CCustomStatic CStatic)
//{{AFX_MSG_MAP(CCustomStatic)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCustomStatic message handlers

void CCustomStatic::Serialize(CArchive& ar) 
{
if (ar.IsStoring())
{
//
// storing code
}
else
{ // loading code
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         855  2007-05-08 08:48  FetchAndSaveIcon\CustomStatic.cpp
     文件        1232  2007-05-08 08:48  FetchAndSaveIcon\CustomStatic.h
     文件        1580  2007-05-08 08:48  FetchAndSaveIcon\FetchAndSaveIcon.clw
     文件        2231  2007-05-08 08:48  FetchAndSaveIcon\FetchAndSaveIcon.cpp
     文件        4539  2007-05-08 08:48  FetchAndSaveIcon\FetchAndSaveIcon.dsp
     文件         557  2007-05-08 08:48  FetchAndSaveIcon\FetchAndSaveIcon.dsw
     文件        1434  2007-05-08 08:48  FetchAndSaveIcon\FetchAndSaveIcon.h
     文件        5702  2007-05-08 08:48  FetchAndSaveIcon\FetchAndSaveIcon.rc
     文件        8554  2007-05-08 08:48  FetchAndSaveIcon\FetchAndSaveIconDlg.cpp
     文件        3310  2007-05-08 08:48  FetchAndSaveIcon\FetchAndSaveIconDlg.h
     文件         923  2007-05-08 08:48  FetchAndSaveIcon\resource.h
     文件         218  2007-05-08 08:48  FetchAndSaveIcon\StdAfx.cpp
     文件        1054  2007-05-08 08:48  FetchAndSaveIcon\StdAfx.h
     文件        2238  2007-05-08 08:48  FetchAndSaveIcon\res\10.ico
     文件        1078  2007-05-08 08:48  FetchAndSaveIcon\res\FetchAndSaveIcon.ico
     文件         408  2007-05-08 08:48  FetchAndSaveIcon\res\FetchAndSaveIcon.rc2

评论

共有 条评论