資源簡介
C++實戰源碼-文字跟隨鼠標(入門級實例585).zip
代碼片段和文件信息
//?CharFollow.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CharFollow.h“
#include?“MainFrm.h“
#include?“CharFollowDoc.h“
#include?“CharFollowView.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCharFollowApp
BEGIN_MESSAGE_MAP(CCharFollowApp?CWinApp)
//{{AFX_MSG_MAP(CCharFollowApp)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG_MAP
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
//?Standard?print?setup?command
ON_COMMAND(ID_FILE_PRINT_SETUP?CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2320??2007-03-23?09:46??CharFollow\CharFollow.clw
?????文件????????4324??2007-03-23?09:53??CharFollow\CharFollow.cpp
?????文件????????4639??2007-03-23?08:46??CharFollow\CharFollow.dsp
?????文件?????????545??2007-03-23?08:46??CharFollow\CharFollow.dsw
?????文件????????1400??2007-03-23?08:46??CharFollow\CharFollow.h
?????文件???????10609??2007-03-23?08:46??CharFollow\CharFollow.rc
?????文件????????1822??2007-03-23?08:46??CharFollow\CharFollowDoc.cpp
?????文件????????1519??2007-03-23?08:46??CharFollow\CharFollowDoc.h
?????文件????????3347??2007-04-20?09:39??CharFollow\CharFollowView.cpp
?????文件????????1984??2007-03-23?09:49??CharFollow\CharFollowView.h
?????文件????????2516??2007-04-20?09:39??CharFollow\MainFrm.cpp
?????文件????????1581??2007-03-23?08:46??CharFollow\MainFrm.h
?????文件?????????498??2007-03-23?08:46??CharFollow\Resource.h
?????文件?????????212??2007-03-23?08:46??CharFollow\StdAfx.cpp
?????文件????????1054??2007-03-23?08:46??CharFollow\StdAfx.h
?????文件????????5694??2005-10-08?16:28??CharFollow\res\CharFollow.ico
?????文件?????????402??2007-03-23?08:46??CharFollow\res\CharFollow.rc2
?????文件????????1078??2007-03-23?08:46??CharFollow\res\CharFollowDoc.ico
?????文件????????1078??2007-03-23?08:46??CharFollow\res\Toolbar.bmp
- 上一篇:C++實戰源碼-整數加減法練習
- 下一篇:C++實戰源碼-蝴蝶飛飛飛
評論
共有 條評論