Tagged Questions

1
vote
4answers
890 views

C++ Symmetric Binary Operators with Different Types

I am learning C++ and I was wondering if I could gain some insight into the preferred way of creating binary operators that work on instances of two different types. Here is an example that I've made ...