C++ Programming and Technical

Can I overload operator== so it lets me compare two char[] using a string comparison?

Read Solution (Total 0)

C++ Other Question

What operators can/cannot be overloaded? Can I create a operator** for "to-the-power-of" operations?