C++ Programming and Technical

What operators can/cannot be overloaded?

Read Solution (Total 0)

C++ Other Question

But operator overloading makes my class look ugly; isn't it supposed to make my code
clearer?
Can I overload operator== so it lets me compare two char[] using a string comparison?