Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
abc
Interface implementation
represent value
Inheritance Example
Obj C Program Structure
NSString Examples in one
Ex Srting Methods
add
Etudiant.m
string type cast
Please log in to post a comment.