Lab 8: Operator Overloading
In this lab you will:
- Learn how to overload C++ operators to work on objects of your own class.
- Learn the special needs of overloading the "<<" operator to output your own objects
[an error occurred while processing this directive]
In this lab you will: