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

资源简介

C++实战源码-绘制立体模型(入门级实例448).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Drawcude.h“
#include “DrawcudeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDrawcudeApp

BEGIN_MESSAGE_MAP(CDrawcudeApp CWinApp)
//{{AFX_MSG_MAP(CDrawcudeApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDrawcudeApp construction

CDrawcudeApp::CDrawcudeApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CDrawcudeApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1441  2010-10-27 18:02  Drawcude\Drawcude.clw
     文件        2091  2006-08-19 08:33  Drawcude\Drawcude.cpp
     文件         356  2006-08-19 08:33  Drawcude\Drawcude.dep
     文件        4195  2006-08-19 08:33  Drawcude\Drawcude.dsp
     文件         539  2006-08-19 08:33  Drawcude\Drawcude.dsw
     文件        1346  2006-08-19 08:33  Drawcude\Drawcude.h
     文件        5425  2006-08-19 08:33  Drawcude\Drawcude.mak
     文件        5751  2010-07-06 11:06  Drawcude\Drawcude.rc
     文件        6328  2010-07-06 11:12  Drawcude\DrawcudeDlg.cpp
     文件        1446  2010-07-06 11:12  Drawcude\DrawcudeDlg.h
     文件        1100  2010-07-06 11:06  Drawcude\resource.h
     文件         210  2006-08-19 08:33  Drawcude\StdAfx.cpp
     文件        1054  2006-08-19 08:33  Drawcude\StdAfx.h
     文件        5694  2005-10-08 16:28  Drawcude\res\Drawcude.ico
     文件         400  2006-08-19 08:33  Drawcude\res\Drawcude.rc2

评论

共有 条评论