Thread: ostream
View Single Post
Old Nov 10th, 2005, 11:08 AM   #1
-=PARADOX=-
Programmer
 
-=PARADOX=-'s Avatar
 
Join Date: Oct 2005
Location: Portugal
Posts: 53
Rep Power: 3 -=PARADOX=- is on a distinguished road
ostream

Hello to all...

I'm trying to redefine the output << and input >> operators, the prototype of the function in the class looks like this:

ostream& operator<<( ostream &stream, const CString );

When I compile ( i'm using c++ builder 6 ) it gives this errors on the above function:

Type name expected
Declaration missing

What i'm doing wrong???
-=PARADOX=- is offline   Reply With Quote