Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
nsset
//gcc 5.0.4 #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSSet *stationary=[NSSet setWithObjects:@"pen",@"book",@"pencil",@"marchar",nil]; NSSet *stationary=[NSSet setWithObjects:@"gun",@"bum",@"gola",@"barud",nil]; NSLog(@"%@",stationary); NSLog(@"the statinory item %li",[stationary count]); for(id item in stationary) { NSLog(@"%@",item); } [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
fullname
Az Flights Optimization
NSMutable Chirag
datatype
objective c fibonanci
Even numbers are at the beginning and all the Odd numbers
NSString & MutableNSString Examples in one
Inheritance Example
NSMutableStringProgram
Etudiant.h