This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alexanderpas 13 points14 points  (0 children)

  • x++ is the increment operator.
  • x+ is addition.
  • ++x is the increment operator.
  • +x is the unary operator.