Is this true

It is possible to change the number of operands an operator takes?

I think it is false. Am I right?
It depends on the operator. Most operators have a preset number of operands (and some operators use the same symbol but are still considered different operators) as well as what is post, pre, infix, etc. - but you can have any number of arguments and even overload the functor operator ().
Topic archived. No new replies allowed.