什么意思?为什么错?

来源:6-4 先打一拳的循环:do while 循环

cao

2024-05-18 20:09

b = a - b<<endl;
[Error] invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<<'

写回答 关注

1回答

  • cao
    2024-05-18 20:11:32

    意思是:[错误]int和<未解析的重载函数类型>的操作数对二进制操作符<<
    错了,因为不能加<<endl

趣味 C++ 入门

C++ 入门,开启趣味学习之旅,揭开 C++ 的神秘面纱,让你不再望而生畏。

30496 学习 · 184 问题

查看课程

相似问题