Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
size of datatypes in objective c
//gcc 4.8.4 #import <Foundation/Foundation.h> void main() { NSLog(@"Size of char: %zu", sizeof(char)); // This will always be 1 NSLog(@"Size of short: %zu", sizeof(short)); NSLog(@"Size of int: %zu", sizeof(int)); NSLog(@"Size of long: %zu", sizeof(long)); NSLog(@"Size of long long: %zu", sizeof(long long)); NSLog(@"Size of float: %zu", sizeof(float)); NSLog(@"Size of double: %zu", sizeof(double)); NSLog(@"Size of size_t: %zu", sizeof(size_t)); }
run
|
edit
|
history
|
help
0
enheritance
NSMutableset(add/remove,Etraction,Intersect)
NSString Examples in one
basic objective c
HAL is IBM
Func Var and Ops ObjC
Uso de else if
string replace
03 Muestra enteros y flotante
string divison