Operator Overloading
Operator overloading for user-defined Classes in C++, in particular :
- standard operators in C++, precedence and associativity
- internal and external overloading
- generalized use of
const, & and the friend keyword
- overloading output and input stream operator
Don't hesitate to checkout the Link to Lecture Slides ...