您的位置:首页 > 其它

error: invalid use of incomplete type 'XXXX' ;error: forward declaration of 'XXXX' 声明改为包含头文件

2012-05-17 13:59 746 查看
error: invalid use of incomplete type 'XXXX'

error: forward declaration of XXXX

声明改为包含头文件

class XXXX;

#include "XXXX.h"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐