gpt4 book ai didi

c++ - 错误 : no match for 'operator>>'

转载 作者:行者123 更新时间:2023-11-30 04:03:10 25 4
gpt4 key购买 nike

<分区>

当我来到这部分时,我正在阅读 C++ Primer 5th Edition。这是我必须使用的代码,但我一直在使用它

error: no match for 'operator>>' (operand types are std::istream {aka std::basic_istream<char>} and Sales_item)

在线 std::cin >> book;

我尝试查找它并重写代码,但我无法让它工作,所以我需要帮助来解决这个问题。

#include <iostream>
#include "Sales_item.h"


int main()
{
Sales_item book;
// read ISBN, number of copes sold, and sales price
std::cin >> book;
// write ISBN, number of copies sold, total revenue, and average price
std::cout << book << std::endl;
return 0;
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com