资源简介
用MFC实现画硬币 增加,减少硬币,包含C++的源代码及工程文件,
代码片段和文件信息
// DrawCoiin.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DrawCoiin.h“
#include “MainFrm.h“
#include “DrawCoiinDoc.h“
#include “DrawCoiinView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDrawCoiinApp
BEGIN_MESSAGE_MAP(CDrawCoiinApp CWinApp)
//{{AFX_MSG_MAP(CDrawCoiinApp)
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::O
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 29424 2011-03-21 10:25 DrawCoiin\DrawCoiin.aps
文件 2479 2011-03-21 10:31 DrawCoiin\DrawCoiin.clw
文件 4263 2011-03-16 20:42 DrawCoiin\DrawCoiin.cpp
文件 4618 2011-03-16 20:42 DrawCoiin\DrawCoiin.dsp
文件 526 2011-03-16 20:42 DrawCoiin\DrawCoiin.dsw
文件 1389 2011-03-16 20:42 DrawCoiin\DrawCoiin.h
文件 91136 2011-04-02 11:11 DrawCoiin\DrawCoiin.ncb
文件 846 2011-04-02 11:10 DrawCoiin\DrawCoiin.plg
文件 12257 2011-03-16 21:09 DrawCoiin\DrawCoiin.rc
文件 1519 2011-03-16 20:59 DrawCoiin\DrawCoiinDoc.h
文件 3171 2011-03-21 10:32 DrawCoiin\DrawCoiinView.cpp
文件 1853 2011-03-21 10:32 DrawCoiin\DrawCoiinView.h
文件 2510 2011-03-16 20:42 DrawCoiin\MainFrm.cpp
文件 1581 2011-03-16 20:42 DrawCoiin\MainFrm.h
文件 4383 2011-03-16 20:42 DrawCoiin\ReadMe.txt
文件 690 2011-03-16 20:52 DrawCoiin\resource.h
文件 211 2011-03-16 20:42 DrawCoiin\StdAfx.cpp
文件 1054 2011-03-16 20:42 DrawCoiin\StdAfx.h
文件 118833 2011-04-02 11:10 DrawCoiin\Debug\DrawCoiin.exe
文件 307520 2011-04-02 11:10 DrawCoiin\Debug\DrawCoiin.ilk
文件 22998 2011-03-16 21:21 DrawCoiin\Debug\DrawCoiin.obj
文件 5662352 2011-03-16 20:52 DrawCoiin\Debug\DrawCoiin.pch
文件 451584 2011-04-02 11:10 DrawCoiin\Debug\DrawCoiin.pdb
文件 7540 2011-03-16 21:09 DrawCoiin\Debug\DrawCoiin.res
文件 22820 2011-03-21 10:32 DrawCoiin\Debug\DrawCoiinView.obj
文件 19810 2011-03-16 20:52 DrawCoiin\Debug\MainFrm.obj
文件 105533 2011-03-16 20:52 DrawCoiin\Debug\StdAfx.obj
文件 222208 2011-04-02 11:11 DrawCoiin\Debug\vc60.idb
文件 364544 2011-04-02 11:10 DrawCoiin\Debug\vc60.pdb
文件 17514 2011-04-02 11:10 DrawCoiin\Debug\DrawCoiinDoc.obj
............此处省略14个文件信息
评论
共有 条评论