由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问个C++的问题 friend operator
相关主题
为什么在overloading中,friend <<不能读取private值呢?C++ template question
Why should i include .cpp instead of .hreturn Triangular_iterator( _beg_pos );意思
overriding operator<<why copy assignment operator returns non-const type?
c++小问题C++中怎么传递std::hex这样的参数啊
请问关于overloading <<子类的assignment operator 怎么访问父类的private member
问个c++的template的问题C++重载<<错误?
问个 std::vector 的基本问题ostream& operator << (ostream& s, int cnt) error
请问这是什么错误呀please help debug this code
相关话题的讨论汇总
话题: operator话题: friend话题: ostream
进入Programming版参与讨论
1 (共1页)
g*******s
发帖数: 59
1
friend ostream& operator<<(ostream &, const Counter &);
为什么要加个const before class name?
X****r
发帖数: 3557
2
和friend无关,因为这个函数不改变它的第二个参数所引用的Counter对象。

【在 g*******s 的大作中提到】
: friend ostream& operator<<(ostream &, const Counter &);
: 为什么要加个const before class name?

1 (共1页)
进入Programming版参与讨论
相关主题
please help debug this code请问关于overloading <<
能否对某个库进行操作符重载?问个c++的template的问题
size不固定的struct怎么定义呀?问个 std::vector 的基本问题
why use static function here?请问这是什么错误呀
为什么在overloading中,friend <<不能读取private值呢?C++ template question
Why should i include .cpp instead of .hreturn Triangular_iterator( _beg_pos );意思
overriding operator<<why copy assignment operator returns non-const type?
c++小问题C++中怎么传递std::hex这样的参数啊
相关话题的讨论汇总
话题: operator话题: friend话题: ostream