11 2012 档案

摘要:#include <iostream>using namespace std;template <typename T>class A {public: T x, y;public: A<T> operator-(const A<T> &t); template<typename T> friend A<T> operator+(const A<T> &x, const A<T> &y);public: A(); A(T t);};template <typename 阅读全文
posted @ 2012-11-27 15:53 litstrong 阅读(128) 评论(0) 推荐(0) 编辑
摘要:实验室的机器不知道什么原因,总觉得用起来没有SL400那台笔记本好用。实验室SL400AirCPUE6800T5670显卡G41Mobile intel 4系列HD3000从上面的参数来看,实验室的机器在cpu和显卡上是不会输给SL400的,会是什么原因呢? 阅读全文
posted @ 2012-11-21 16:49 litstrong 阅读(133) 评论(0) 推荐(0) 编辑
摘要:用CxImage处理MFC下的图片读取、OpenGL显示、保存等操作,试了官网上的6.0.0以及7.0.1版本都不能用VS2010正常编译通过(cximage会对应分别编译出crt与mfc版本,mfc版本不能编译通过,原因是vs的环境不一致导致stdafx.h中的版本定义不一致),然而在这里若仅仅是对stdafx.h中相应宏的修改也不能使它编译通过。 后来在这看到,CxImage7.0.2版本的下载,该版本有vs2010的sln,照着作者的方法就可以编译成功,需要注意的是,若采用动态链接的话,debug下仅仅使用cximaged.lib,不需要把那些lib都加进来,release的话同理... 阅读全文
posted @ 2012-11-19 17:19 litstrong 阅读(697) 评论(0) 推荐(0) 编辑
摘要:Visual Assist X + VsVimVisual Assist X常用快捷键见这。studiostyles vs配色方案 阅读全文
posted @ 2012-11-15 10:50 litstrong 阅读(183) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示