資源簡介
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
- 上一篇:C++實戰源碼-獲取路徑點信息
- 下一篇:C++實戰源碼-瀏覽大幅BMP圖片
評論
共有 條評論