資源簡介
C++ 如何更改分區號(提高篇-實例015).zip
代碼片段和文件信息
//?PartionNum.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“PartionNum.h“
#include?“PartionNumDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CPartionNumApp
BEGIN_MESSAGE_MAP(CPartionNumApp?CWinApp)
//{{AFX_MSG_MAP(CPartionNumApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CPartionNumApp?construction
CPartionNumApp::CPartionNumApp()
{
//?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????25448??2013-10-25?10:41??PartionNum.aps
?????文件????????1210??2013-10-25?10:43??PartionNum.clw
?????文件????????2119??2007-08-21?15:45??PartionNum.cpp
?????文件????????4231??2007-08-21?15:45??PartionNum.dsp
?????文件?????????545??2007-08-21?15:45??PartionNum.dsw
?????文件????????1368??2007-08-21?15:45??PartionNum.h
?????文件???????48640??2013-10-25?10:43??PartionNum.opt
?????文件????????5465??2007-08-21?15:45??PartionNum.rc
?????文件????????5183??2007-08-21?15:45??PartionNumDlg.cpp
?????文件????????1395??2007-08-21?15:45??PartionNumDlg.h
?????文件????????3651??2007-08-21?15:45??ReadMe.txt
?????文件?????????780??2007-08-21?15:45??resource.h
?????文件?????????212??2007-08-21?15:45??StdAfx.cpp
?????文件????????1054??2007-08-21?15:45??StdAfx.h
?????文件????????5694??2007-08-21?15:45??res\PartionNum.ico
?????文件?????????402??2007-08-21?15:45??res\PartionNum.rc2
- 上一篇:C++ 整理磁盤碎片
- 下一篇:C++ 獲取磁盤空間信息
評論
共有 條評論