Lecture 4 - Slide 37 : 40 |
The left operand of the dot operator cannot be implicit converted.
The parameters of a friend function can, however, be implicit converted.
![]() | Class Point - implementation - including the implementation of operator<<. |
![]() | The program that use the operator. |