Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Func Var and Ops ObjC
Obj C Program Structure
objective c find factorial
string replace
emp class
bookinheritence
Sum Example
if con boleanos 01
NSString & MutableNSString Examples in one
Interface implementation
Please log in to post a comment.