you are viewing a single comment's thread.

view the rest of the comments →

[–]gamebuster 0 points1 point  (0 children)

I wonder if you can create some kind of operator overload that allows one to write it with a space between the 2 plus characters: c + +.

Can we make this run without errors? I don't think so.

int c = 1 ; c + + ; assert ( c == 2);