Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
asdfghjk
//gcc 5.0.4 #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; int a=10,b=20; int c=a+b; NSLog(@"sum=%d",c); int d=b-a; NSLog(@"sub=%d",d); int e=a*b; NSLog(@"mul=%d",e); float f=b/a; NSLog(@"div=%f",f); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
Convert String to NSData Json Object
Interface implementation
arary
Book NSSet
NSMutable Exercise
nsset
NSSet ex
HAL is IBM
01 Hola mundo
Func Var and Ops ObjC