![]() ostream &operator<< (ostream &output, const Array &obj) - что означает эта строка? - C++ - Обсуждение 793039 |
|
Обсуждение
Всего сообщений: 2
|
||||
Имя | Дата | Сообщение | ||
Читать обсуждение полностью: ostream &operator<< (ostream &output, const Array &obj) - что означает эта строка? |
||||
shax624 | 23.02.2013 14:46 |
https://www.cyberforum.ru/post4170557.html
void Array::getArray() // вывод массива
{
for (int ix...
|
||
The_bolT | 23.02.2013 15:25 |
https://www.cyberforum.ru/post4170723.html
void Array::getArray() Это отдельная функция для вывода,...
|
||
|
||||
Similar |
Friend ostream& operator<<(ostream& stream, CArr& obj); Почему friend ostrem& operator <<(ostream& outs, const Rational&); - invalid function declaration? friend ostream &operator<<(ostream &stream, MyClass o); ostream& output |
|||
Ads |
|
|||
MoreAnswers |
Ошибка undefined reference to `operator<<(std::ostream&, Account)'
Создайте класс, в котором есть ostream& operator<<. Класс должен содержать очередь с приоритетом Что это bool operator== (const CLASS&) const; |
|||