Multi-Dimensional Operator Overloading Example
Look at a multi-dimensional operator overloading example.
We'll cover the following...
Matrix example
The following Matrix
example demonstrates how these operators can be overloaded for a two-dimensional type. ...