您的位置:首页 > 其它

error C2440: '=' : cannot convert from 'void *' to 'float (*)[3]'

2008-10-09 12:18 501 查看
错误显示: error C2440: '=' : cannot convert from 'void *' to 'float (*)[3]'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast

纠正:pCurrEpsd->pV = (float (*)[3])malloc( sizeof(pCurrEpsd->pV[0]) * nEntries );
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐