Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
shape example
//gcc 5.0.4 #import <Foundation/Foundation.h> @interface Shape :NSObject { NsString *color } -(void)getArea; @end @implementation Shape -(void)getArea { } @end @interface Rectangle : Shape { NsString *color } -(void)getArea; @end @implementation Shape -(void)getArea { } @end int main (int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSLog (@"Hello, World!"); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
emp class
objective-c size of datatypes
floating in objective c
Func Var and Ops ObjC
represent value
02 Mostrar valor de variable entera
First Program : (+,-,*,/)
if con boleanos 01
NSMutable Example
array