• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++实战源码-绘制圆弧(入门级实例473).zip

资源截图

代码片段和文件信息

// DrawChord.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DrawChord.h“

#include “MainFrm.h“
#include “DrawChordDoc.h“
#include “DrawChordView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDrawChordApp

BEGIN_MESSAGE_MAP(CDrawChordApp CWinApp)
//{{AFX_MSG_MAP(CDrawChordApp)
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()

////////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2235  2010-09-10 11:36  DrawChord\DrawChord.clw
     文件        4302  2010-09-10 11:35  DrawChord\DrawChord.cpp
     文件        4618  2010-09-10 11:33  DrawChord\DrawChord.dsp
     文件         541  2010-09-10 11:33  DrawChord\DrawChord.dsw
     文件        1389  2010-09-10 11:33  DrawChord\DrawChord.h
     文件       10595  2010-09-10 11:33  DrawChord\DrawChord.rc
     文件        1802  2010-09-10 11:33  DrawChord\DrawChordDoc.cpp
     文件        1508  2010-09-10 11:33  DrawChord\DrawChordDoc.h
     文件        2891  2010-09-30 10:14  DrawChord\DrawChordView.cpp
     文件        1939  2010-09-10 11:33  DrawChord\DrawChordView.h
     文件        2510  2010-09-10 11:33  DrawChord\MainFrm.cpp
     文件        1581  2010-09-10 11:33  DrawChord\MainFrm.h
     文件         497  2010-09-10 11:33  DrawChord\Resource.h
     文件         211  2010-09-10 11:33  DrawChord\StdAfx.cpp
     文件        1054  2010-09-10 11:33  DrawChord\StdAfx.h
     文件        5694  2005-10-08 16:28  DrawChord\res\DrawChord.ico
     文件         401  2010-09-10 11:33  DrawChord\res\DrawChord.rc2
     文件        1078  2010-09-10 11:33  DrawChord\res\DrawChordDoc.ico
     文件        1078  2010-09-10 11:33  DrawChord\res\Toolbar.bmp

评论

共有 条评论