Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
01 Hola mundo
// informaticadeguatemala.com // Hola mundo con Objective-C #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { //solicita memoria a la computadora NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; //muestra texto en pantalla NSLog (@"Hello, World!"); //libera la memoria [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
size of datatypes in objective c
acquire-lock
Program 2.2
basic objective c
book
Sum Example
array
NSMutable Example
fullname
Objective C Class and Object example