++value;
and
value++;
i know that the ++ before the variable is supposed to increment the variables value "before an operation"(i think thats the right way to word it) and ++ after the variable means "after an operation".
i tend to use value++ instead of writting value += 1. So what exactly is the difference? Maybe i just havent ran into a situation where it mattered. I dont know.
So thanks in advance for your time and help, have a great day.

New Topic/Question
Reply



MultiQuote








|