帮我看一段C++代码

[复制链接]
查看11 | 回复2 | 2009-5-26 14:23:07 | 显示全部楼层 |阅读模式
Sales_item 如果是你自定义的类型需要重载 std::cin 和 std::cout给你一个例子:#include using namespace std; class CA{ int x; int y;public: CA() {x = 0;y = 0; }friend istream& operator >>( istream&, CA&); friend ostream& operator >( istream& is, CA& ...
回复

使用道具 举报

千问 | 2009-5-26 14:23:07 | 显示全部楼层
#include "Sales_item.h" 里面是什麼有没有重载>...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行