问答详情
源自:6-4 先打一拳的循环:do while 循环

什么意思?为什么错?

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

提问者:cao 2024-05-18 20:09

个回答

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

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