How do I increment a NSUInteger variable?
Posted
by Beomseok
on Stack Overflow
See other posts from Stack Overflow
or by Beomseok
Published on 2010-03-11T21:40:27Z
Indexed on
2010/03/11
21:49 UTC
Read the original article
Hit count: 231
iphone
|nsuinteger
NSUInteger wordInt = sentence.length;
I want to add 1 like this -> wordInt = wordInt + 1 ;
But It doesn't work. I don't know....
Please!!
© Stack Overflow or respective owner