在线笔记
全部博文(596)
发布时间:2014-12-10 17:36:14
1. 下载windows版本的安装包(Programmer Dvorak Keyboard Layouthttp://www.kaufmann.no/roland/dvorak/kbddvp-1_2_5-i386.exe2. 输入法-设置,添加,英语(美国),键盘,显示更多,programmer dvorak3. 编程时,使用alt(左)+shift切换......【阅读全文】
发布时间:2014-12-10 10:41:28
1. //基数student的析构函数不是vi#include <iostream>#include <stdio.h>using namespace std;class student{public: student(){ printf("%s co.........【阅读全文】
发布时间:2014-12-07 16:05:23
1、打开source insight,Project -> Open Project,browse (C:\Users\think\Documents\Source Insight\Projects\Base2、打开Utils.em文件,在该文件的末尾加入如下内容:macro switch_cpp_hpp() { hwnd = GetCurrentWnd() &nb.........【阅读全文】