三角形英语怎么读中文:VC++ 里的又一个错误 怎么解决

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/26 07:01:52
vc里的 指示的这行是 flt[n++]=pFlight;
error : binary '=' : no operator defined which takes a right-hand operand of type 'class Flight *' (or there is no acceptable conversion)

这可能是你的编译器的问题

class Flight 没有定义 = 操作,从字面上是这样理解的