开发者社区 问答 正文

遇到 ‘==’ : operator has no effect怎么解决?c报错

遇到 ‘==’ : operator has no effect怎么解决?c报错

在编写样例代码时出现这种问题。这种情况应该如何解决和避免那? warning C4553: ‘==’ : operator has no effect; did you intend ‘=’?

原因是什么,为什么会发生异常,以及下面到底发生了什么。如果有人能帮忙?提前谢谢

展开
收起
爱吃鱼的程序员 2020-05-29 09:53:29 1960 分享 版权
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    楼主。看了你的错误信息,很明显根据提示可以知道,错误,warning C4553: ‘==’ : operator has no effect; did you intend ‘=’?,(编译警告)“”运算符无效;是否为“=”?

    2020-05-29 11:41:28
    赞同 展开评论
问答地址: