智能车制作
标题:
程序有错误,怎办
[打印本页]
作者:
誉,
时间:
2013-6-9 15:49
标题:
程序有错误,怎办
Error :c1842:[ incompatible types 该怎么解决啊?谢谢了
作者:
Neozoic
时间:
2013-6-9 19:38
Example
struct A {
int j;
int operator [] (A a);
};
void main() {
A a;
int i;
int b[3];
i=a[a]; // ok
i=b[a]; // error
}
复制代码
作者:
小挺挺
时间:
2013-6-10 11:23
矛盾定义,不能同时成立
欢迎光临 智能车制作 (http://dns.znczz.com/)
Powered by Discuz! X3.2