I was working on a project when I thought that maybe a ::. operator would look funny in some code. Just for fun I typed that into the global scope area like this:
::.
int main()
{
//etc...
and my code completion software said too many results to display. My question is what results could it be talking about? Is it possible to define global operators?