error C2223: left of '->_flag' must point to struct/union怎样修改
答案:2 悬赏:20 手机版
解决时间 2021-04-11 04:13
- 提问者网友:浩歌待明月
- 2021-04-10 13:25
error C2223: left of '->_flag' must point to struct/union怎样修改
最佳答案
- 五星知识达人网友:逐風
- 2021-04-10 14:50
-> 左边必须是个结构体的指针类型。。
如
struct time
{
int day;
int month;
int year;
}
time * pTime;
你才可以 pTime->day 这样写
如
struct time
{
int day;
int month;
int year;
}
time * pTime;
你才可以 pTime->day 这样写
全部回答
- 1楼网友:北方的南先生
- 2021-04-10 15:49
左边的操作符'->_flag'必须指向联合或者接口体。
再看看别人怎么说的。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯