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

资源简介

C++实战源码-立体三棱锥(入门级实例456).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Trig.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

}

CMa

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2505  2010-07-09 16:55  Trig\MainFrm.cpp
     文件        1581  2010-07-09 16:55  Trig\MainFrm.h
     文件         490  2010-07-09 16:55  Trig\Resource.h
     文件         206  2010-07-09 16:55  Trig\StdAfx.cpp
     文件        1054  2010-07-09 16:55  Trig\StdAfx.h
     文件        1925  2010-07-09 16:55  Trig\Trig.clw
     文件        4214  2010-07-20 18:51  Trig\Trig.cpp
     文件        4513  2010-07-09 16:55  Trig\Trig.dsp
     文件         533  2010-07-09 16:55  Trig\Trig.dsw
     文件        1334  2010-07-09 16:55  Trig\Trig.h
     文件       10519  2010-07-09 16:55  Trig\Trig.rc
     文件        1702  2010-07-09 16:55  Trig\TrigDoc.cpp
     文件        1453  2010-07-09 16:55  Trig\TrigDoc.h
     文件        2892  2010-09-01 13:38  Trig\TrigView.cpp
     文件        1859  2010-07-09 16:55  Trig\TrigView.h
     文件        1078  2010-07-09 16:55  Trig\res\Toolbar.bmp
     文件        5694  2005-10-08 16:28  Trig\res\Trig.ico
     文件         396  2010-07-09 16:55  Trig\res\Trig.rc2
     文件        1078  2010-07-09 16:55  Trig\res\TrigDoc.ico

评论

共有 条评论