• 大小: 148KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签:

资源简介

VC++ 三维图形绘制实例

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “eidter.h“

#include “MainFrm.h“
#include “eidterDoc.h“
#include “eidterView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CEidterApp

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        108  1998-03-18 09:16  www.newxing.com\display.h

     文件       4517  1998-03-18 09:03  www.newxing.com\eidter.001

     文件      46744  1998-03-19 09:52  www.newxing.com\eidter.aps

     文件       3646  1998-03-19 09:51  www.newxing.com\eidter.clw

     文件       4191  1998-03-18 09:03  www.newxing.com\eidter.cpp

     文件       4751  1998-03-19 10:00  www.newxing.com\eidter.dsp

     文件        537  1998-03-18 09:13  www.newxing.com\eidter.dsw

     文件       1366  1998-03-18 09:03  www.newxing.com\eidter.h

     文件      13135  1998-03-19 09:52  www.newxing.com\eidter.rc

     文件       1779  2010-06-30 15:53  www.newxing.com\eidterDoc.cpp

     文件       1483  1998-03-18 09:03  www.newxing.com\eidterDoc.h

     文件      11372  2010-06-30 15:53  www.newxing.com\eidterView.cpp

     文件       3070  1998-03-19 09:51  www.newxing.com\eidterView.h

     文件    1273900  1996-08-21 12:11  www.newxing.com\GLAUX.LIB

     文件      49514  1996-08-21 12:11  www.newxing.com\GLU32.LIB

     文件       2579  2010-06-30 15:53  www.newxing.com\MainFrm.cpp

     文件       1586  1998-03-18 09:03  www.newxing.com\MainFrm.h

     文件     336274  1996-08-21 12:12  www.newxing.com\OPENGL32.LIB

     文件        313  1998-03-19 09:59  www.newxing.com\ReadMe.txt

     文件       1078  1998-03-18 09:03  www.newxing.com\res\eidter.ico

     文件        398  1998-03-18 09:03  www.newxing.com\res\eidter.rc2

     文件       1078  1998-03-18 09:03  www.newxing.com\res\eidterDoc.ico

     文件       1078  1998-03-18 09:03  www.newxing.com\res\Toolbar.bmp

     文件        922  1998-03-19 09:52  www.newxing.com\resource.h

     文件        204  1998-03-18 09:03  www.newxing.com\StdAfx.cpp

     文件        987  1998-03-18 09:03  www.newxing.com\StdAfx.h

     文件        498  1998-03-19 10:09  www.newxing.com\编辑.txt

     目录          0  2010-06-30 15:53  www.newxing.com\res

     目录          0  2010-06-30 15:52  www.newxing.com

----------- ---------  ---------- -----  ----

............此处省略2个文件信息

评论

共有 条评论

相关资源