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???
