Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
02 Mostrar valor de variable entera
// Mostrar valor de variables #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int vnum=1; NSLog (@"La variable vnum tiene un valor de: %i", vnum); vnum = 2; NSLog (@"La variable vnum tiene un valor de: %i", vnum); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
nsset
geomatric operations in objective c
NSSet Program in objectice-c
Strings
enheritance
03 Muestra enteros y flotante
basic arithmatic Opreation in objective C
find maximum in objective c
NSMutableStringProgram
geomatric operations in objective c