I could use some help understanding the following in C++, particularly the difference between an operator and a function:
There is no meaningful difference between operators and functions, except that operators have a different syntax. Primitive operators however are not functions.