資源簡介
mfc實現簡單那查找 給大家做個參考
代碼片段和文件信息
//?abc.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“abc.h“
#include?“abcDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAbcApp
BEGIN_MESSAGE_MAP(CAbcApp?CWinApp)
//{{AFX_MSG_MAP(CAbcApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CAbcApp?construction
CAbcApp::CAbcApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?in
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????36040??2011-08-31?09:02??abc\abc.aps
?????文件???????1527??2011-08-31?10:22??abc\abc.clw
?????文件???????2021??2011-08-31?08:22??abc\abc.cpp
?????文件???????4237??2011-08-31?10:22??abc\abc.dsp
?????文件????????514??2011-08-31?08:22??abc\abc.dsw
?????文件???????1291??2011-08-31?08:22??abc\abc.h
?????文件??????66560??2011-08-31?10:58??abc\abc.ncb
?????文件????????973??2011-08-31?10:21??abc\abc.plg
?????文件???????6036??2011-08-31?09:02??abc\abc.rc
?????文件???????5565??2011-08-31?10:21??abc\abcDlg.cpp
?????文件???????1363??2011-08-31?09:04??abc\abcDlg.h
?????文件???????1118??2011-08-31?09:07??abc\FindDialog.cpp
?????文件???????1220??2011-08-31?09:02??abc\FindDialog.h
?????文件???????3525??2011-08-31?08:22??abc\ReadMe.txt
?????文件????????911??2011-08-31?09:02??abc\resource.h
?????文件????????205??2011-08-31?08:22??abc\StdAfx.cpp
?????文件???????1054??2011-08-31?08:22??abc\StdAfx.h
?????文件???????1078??2011-08-31?08:22??abc\res\abc.ico
?????文件????????395??2011-08-31?08:22??abc\res\abc.rc2
?????文件?????106582??2011-08-31?10:21??abc\Debug\abc.exe
?????文件?????206904??2011-08-31?10:21??abc\Debug\abc.ilk
?????文件??????13851??2011-08-31?09:04??abc\Debug\abc.obj
?????文件????5502316??2011-08-31?08:24??abc\Debug\abc.pch
?????文件?????386048??2011-08-31?10:21??abc\Debug\abc.pdb
?????文件???????2656??2011-08-31?09:02??abc\Debug\abc.res
?????文件??????31805??2011-08-31?10:21??abc\Debug\abcDlg.obj
?????文件??????13810??2011-08-31?09:07??abc\Debug\FindDialog.obj
?????文件?????105784??2011-08-31?08:24??abc\Debug\StdAfx.obj
?????文件?????205824??2011-08-31?10:21??abc\Debug\vc60.idb
?????文件?????364544??2011-08-31?10:21??abc\Debug\vc60.pdb
............此處省略7個文件信息
- 上一篇:密碼學實驗S-DES加解密系統
- 下一篇:c語言 簡單雙人五子棋
評論
共有 條評論