31.03.2013, 08:47
Quote:
|
++i will increment the value of i, and then return the incremented value.
i++ will return the pre-incremented value and then increment the value of i. http://stackoverflow.com/questions/2...etween-i-and-i |
|
++i will increment the value of i, and then return the incremented value.
i++ will return the pre-incremented value and then increment the value of i. http://stackoverflow.com/questions/2...etween-i-and-i |