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
shape example
02 Mostrar valor de variable entera
asdfghjk
PRogram 3.2 - simple class
primitive datatypes objective c
enheritance
linear hybrid cellular automaton reversible random bit generator
Even and Odd numbers by Erick Benites
Objective C NSSet Declaration
floating in objective c