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

资源简介

C++实战源码-绘制蜗牛线(入门级实例444).zip

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “Snail.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

CM

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2506  2007-04-09 18:51  Snail\MainFrm.cpp
     文件        1581  2007-04-09 18:51  Snail\MainFrm.h
     文件         492  2007-04-09 18:51  Snail\Resource.h
     文件        1940  2007-04-09 18:51  Snail\Snail.clw
     文件        4232  2007-04-20 14:40  Snail\Snail.cpp
     文件        4534  2007-04-09 18:51  Snail\Snail.dsp
     文件         535  2007-04-09 18:51  Snail\Snail.dsw
     文件        1345  2007-04-09 18:51  Snail\Snail.h
     文件       10536  2007-04-09 18:51  Snail\Snail.rc
     文件        1722  2007-04-09 18:51  Snail\SnailDoc.cpp
     文件        1464  2007-04-09 18:51  Snail\SnailDoc.h
     文件        2710  2007-04-20 14:41  Snail\SnailView.cpp
     文件        1886  2007-04-09 18:53  Snail\SnailView.h
     文件         207  2007-04-09 18:51  Snail\StdAfx.cpp
     文件        1054  2007-04-09 18:51  Snail\StdAfx.h
     文件        5694  2005-10-08 16:28  Snail\res\Snail.ico
     文件         397  2007-04-09 18:51  Snail\res\Snail.rc2
     文件        1078  2007-04-09 18:51  Snail\res\SnailDoc.ico
     文件        1078  2007-04-09 18:51  Snail\res\Toolbar.bmp

评论

共有 条评论