Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Program 2.1
//gcc 4.8.4 #import <stdio.h> #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; NSInteger i; i = 1; NSLog (@"The variable i has a value of %d", i); i = 2; NSLog (@"The variable i now has a value of %d", i); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
Objective C Class and Object example
string replace
acquire-lock
NSSet Program in objectice-c
NSSet(Create,Enumrate,Compare,Checking,Combine)
NSNumber
string search
book
Obj C Program Structure
geomatric operations in objective c