c++
ecjtu_wanwenqing
嵌入式初学者,华东交通大学
展开
-
问题2
#include using namespace std; class a { public: int aaa; a() {} a(a &r) { cout } a operator=(a r)////////换成&r试试 { cout return r; } }; void main() { a a1,a2; a1=a2原创 2012-03-20 21:21:32 · 212 阅读 · 0 评论 -
注意类型
#include //#include //using namespace std; #define LMI(x) ((x)>0?(x):0) int main() { unsigned int x=5; printf("%d",LMI(x-7)); //cout return 0; } ///有兴趣可以试试原创 2012-05-19 01:43:54 · 290 阅读 · 0 评论 -
VC6.0 MS agent+win7
关于win7的office agent: 用原来的office 兼容包也不行,microsoft 打的win7补丁我试过也不行,后来下了个double agent 。 安装以后可以用agent 控件了。 加上如上代码,可以使用了。 #include "dactlcharacters.h" #include "dactlcharacter.h" #include "d原创 2012-12-19 16:00:49 · 729 阅读 · 0 评论