C++ Programming and Technical

Can I create a operator** for "to-the-power-of" operations?

Read Solution (Total 0)

C++ Other Question

Can I overload operator== so it lets me compare two char[] using a string comparison? Okay, that tells me the operators I can override; which operators should I override?