資源簡介
C++ 等待打開的記事本程序關閉(提高篇-實例175).zip
代碼片段和文件信息
//?OpenNote.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“OpenNote.h“
#include?“OpenNoteDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?COpenNoteApp
BEGIN_MESSAGE_MAP(COpenNoteApp?CWinApp)
//{{AFX_MSG_MAP(COpenNoteApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?COpenNoteApp?construction
COpenNoteApp::COpenNoteApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?COpenNoteApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????20772??2013-11-04?14:39??OpenNote.aps
?????文件????????1080??2013-11-04?14:54??OpenNote.clw
?????文件????????2091??2007-08-21?15:46??OpenNote.cpp
?????文件????????4195??2007-08-21?15:46??OpenNote.dsp
?????文件?????????541??2007-08-21?15:46??OpenNote.dsw
?????文件????????1346??2007-08-21?15:46??OpenNote.h
?????文件??????290304??2013-11-04?14:54??OpenNote.opt
?????文件????????5249??2007-08-21?15:46??OpenNote.rc
?????文件????????5048??2013-11-04?14:40??OpenNoteDlg.cpp
?????文件????????1414??2007-08-21?15:46??OpenNoteDlg.h
?????文件????????3615??2007-08-21?15:46??ReadMe.txt
?????文件?????????732??2007-08-21?15:46??resource.h
?????文件?????????210??2007-08-21?15:46??StdAfx.cpp
?????文件????????1054??2007-08-21?15:46??StdAfx.h
?????文件????????1078??2007-08-21?15:46??res\OpenNote.ico
?????文件?????????400??2007-08-21?15:46??res\OpenNote.rc2
- 上一篇:C++ 修改文件創建日期
- 下一篇:C++ 打開文件
評論
共有 條評論