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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -