Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
The community is reviewing whether to reopen this question as of 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
看来您正在使用此表达式中的结构名称
,而需要使用指向结构类型的对象的指针。例如
It seems you are using the structure name in this expression
Instead you need to use a pointer to an object of the structure type. For example