C++ Programming and Technical

Okay, that tells me the operators I can override; which operators should I override?

Read Solution (Total 1)

C++ Other Question

Can I create a operator** for "to-the-power-of" operations? What are some guidelines / "rules of thumb" for overloading operators?