пере гружаю в классе оператор вывода cout
.......
friend ostream& operator<<(ostream & r,longint& t);
.......
на что он мне ругается:
/mnt/data/univer/crupt/rsa/src/longint.h:28: error: ISO C++ forbids declaration of 'ostream' with no type
/mnt/data/univer/crupt/rsa/src/longint.h:28: error: 'ostream' is neither function nor member function; cannot be declared friend
/mnt/data/univer/crupt/rsa/src/longint.h:28: error: expected ';' before '&' token
погуглил - понял что там нужно что-то вроде
а что в этих треугольных скобках писать и в каком виде - не нашел. подскажите кто знает