iphone - What is difference between NSUInteger myID and int myID? -


@interface myobject : nsobject {  nsuinteger myid; }  @property (nonatomic) nsuinteger myid; 

nsuinteger unsigned integer , int signed integer


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -