2014年11月30日

QT常用代码之加载动态库和弹出对话框

摘要: 作者:朱金灿来源:http://blog.csdn.net/clever101 加载动态库的代码: typedef void (*Execute)(); // 定义导出函数类型 QString strConfigPath ="D:\\Debug... 阅读全文

posted @ 2014-11-30 23:13 岚之山 阅读(611) 评论(0) 推荐(0)

C++运算符重载笔记

摘要: 今天看了c++中的运算符重载,记录一下,以备后面查看:#include using namespace std;class F{ int n; int d; void reduce(){ int mcd = maxcd(n d = -this->d; this->n = -this->n; ... 阅读全文

posted @ 2014-11-30 21:26 岚之山 阅读(205) 评论(0) 推荐(0)

导航