求助
我自己写的一个类的成员函数的实现代码如下:BOOL MyChannel::SetEndPoints(POINT p[])
{
m_EndPoints=p;
return TRUE;
}
调试程序时出现的错误如下:
error C2440: '=' : cannot convert from 'struct tagPOINT []' to 'struct tagPOINT [2]'
请问如何修改?
2008-05-07 19:37

2008-05-07 19:59
2008-05-08 11:13