08 2012 档案
摘要:// NeNe_lesson_object.cpp : Defines the entry point for the console application.//// NeNe_lesson2.cpp : Defines the entry point for the console applic...
阅读全文
摘要:#include "stdafx.h"#include // Windows的头文件#include//#include // 包含最新的gl.h,glu.h库//#include // 包含OpenGL实用库#include // GLaux库的头文件//#include...
阅读全文
摘要:编译环境:Microsoft Visual c++ 2010 Express将上一课中的代码做如下修改:int DrawGLScene(GLvoid) // 从这里开始进行所有的绘制{ //glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BI...
阅读全文
摘要:首先,我们知道VC的三种Dll分别是1.non_MFC Dll2.MFC Regular Dll3.MFC Extension Dll平时我们使用在代码中的:#pragma comment(lib,"Test_of_dll.lib")的意思是指文中生成的obj文件应该与Test_of_dll.lib...
阅读全文
摘要:// setup.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include // Windows的头文件#include // 包含最新的gl.h,glu.h库#includ...
阅读全文