TI中文支持网
TI专业的中文技术问题搜集分享网站

error: expression must have pointer-to-object type

for(j=0;j<8;j++)
{
for(i=0;i<4;i++)
{
sum11[j]+=in[i]*Lw1[j][i];
}
sum11[j]=sum11[j]-seita11[j];
}

总是报 error: expression must have pointer-to-object type

Terry Deng:

你的变量和数组的定义原型是什么格式,最好写上来看看。

而且怎么肯定error就是针对你写出来的这段代码而不是别的地方呢

赞(0)
未经允许不得转载:TI中文支持网 » error: expression must have pointer-to-object type
分享到: 更多 (0)