• 大小: 3.98MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-11-10
  • 语言: 其他
  • 标签: opengl    

资源简介

绘制树

资源截图

代码片段和文件信息

// GLmfc.cpp : Defines the entry point for the console application.
//

#include “stdafx.h“
#include “GLmfc.h“
#include “mainDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// The one and only application object

CWinApp theApp;

using namespace std;

int _tmain(int argc TCHAR* argv[] TCHAR* envp[])
{
int nRetCode = 0;

// initialize MFC and print and error on failure
if (!AfxWinInit(::GetModuleHandle(NULL) NULL ::GetCommandLine() 0))
{
// TODO: change error code to suit your needs
cerr << _T(“Fatal Error: MFC initialization failed“) << endl;
nRetCode = 1;
}
else
{
// TODO: code your application‘s behavior here.
CString strHello;
strHello.LoadString(IDS_HELLO);
cout << (LPCTSTR)strHello << endl;
}
CmainDlg mainDlg;
mainDlg.DoModal();

return nRetCode;
}



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

     文件       6859  2011-10-31 17:00  白色的树\画树1.0 code\class.h

     文件      12344  2011-08-07 10:23  白色的树\画树1.0 code\data\leaf.bmp

     文件      12344  2011-08-07 10:25  白色的树\画树1.0 code\data\treeskin.bmp

     文件        246  2011-08-07 10:03  白色的树\画树1.0 code\data\white.bmp

     文件        327  2011-10-31 14:14  白色的树\画树1.0 code\func.h

     文件      17748  2016-12-27 11:24  白色的树\画树1.0 code\GLmfc.aps

     文件        674  2016-12-27 11:31  白色的树\画树1.0 code\GLmfc.clw

     文件        976  2010-10-22 15:37  白色的树\画树1.0 code\GLmfc.cpp

     文件       4702  2011-10-31 16:19  白色的树\画树1.0 code\GLmfc.dsp

     文件        535  2010-02-13 18:05  白色的树\画树1.0 code\GLmfc.dsw

     文件        323  2010-02-13 17:42  白色的树\画树1.0 code\GLmfc.h

     文件    1557504  2016-12-27 14:30  白色的树\画树1.0 code\GLmfc.ncb

     文件      51712  2016-12-27 14:30  白色的树\画树1.0 code\GLmfc.opt

     文件       4169  2016-12-27 11:24  白色的树\画树1.0 code\GLmfc.plg

     文件       2710  2011-10-31 16:51  白色的树\画树1.0 code\GLmfc.rc

     文件     237568  2001-11-08 02:27  白色的树\画树1.0 code\glut32.dll

     文件      11701  2011-10-31 17:04  白色的树\画树1.0 code\mainDlg.cpp

     文件       1787  2011-10-31 16:40  白色的树\画树1.0 code\mainDlg.h

     文件       5675  2011-10-31 16:15  白色的树\画树1.0 code\mathEx.h

     文件       1598  2010-02-13 17:42  白色的树\画树1.0 code\ReadMe.txt

     文件    3802112  2016-12-27 11:24  白色的树\画树1.0 code\Release\GLmfc.bsc

     文件      40960  2016-12-27 11:24  白色的树\画树1.0 code\Release\GLmfc.exe

     文件       4313  2016-12-27 11:24  白色的树\画树1.0 code\Release\GLmfc.obj

     文件    9673192  2016-12-27 11:24  白色的树\画树1.0 code\Release\GLmfc.pch

     文件        364  2016-12-27 11:24  白色的树\画树1.0 code\Release\GLmfc.res

     文件          0  2016-12-27 11:24  白色的树\画树1.0 code\Release\GLmfc.sbr

     文件      55547  2016-12-27 11:24  白色的树\画树1.0 code\Release\mainDlg.obj

     文件          0  2016-12-27 11:24  白色的树\画树1.0 code\Release\mainDlg.sbr

     文件       3171  2016-12-27 11:24  白色的树\画树1.0 code\Release\StdAfx.obj

     文件    1733827  2016-12-27 11:24  白色的树\画树1.0 code\Release\StdAfx.sbr

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

评论

共有 条评论