2012年8月21日

简单的动态连接库,例子

摘要: 首先,我们知道VC的三种Dll分别是 1.non_MFC Dll 2.MFC Regular Dll 3.MFC Extension Dll 平时我们使用在代码中的: #pragma comment(lib,"Test_of_dll.lib") 的意思是指文中生成的obj文件应该与Test... 阅读全文

posted @ 2012-08-21 17:29 吴一达 阅读(147) 评论(0) 推荐(0)

.vimrc Vim的配置文件及配置方法

摘要: """""""""""""""""""""""""""""""""""""""""""""""""" 阅读全文

posted @ 2012-08-21 16:27 吴一达 阅读(153) 评论(0) 推荐(0)

opengl NENE 教程第一课代码

摘要: // setup.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include // Windows的头文件 #include // 包含最新的gl.h,glu.h库... 阅读全文

posted @ 2012-08-21 10:10 吴一达 阅读(150) 评论(0) 推荐(0)

导航