come from a Java background to this Objective-c compiler error. Why can't I specify the length of the byte array?
NSUInteger length = modul.length;
Byte d[length] = {0};//compiler error: Variable-sized object may not be initialized
come from a Java background to this Objective-c compiler error. Why can't I specify the length of the byte array?
NSUInteger length = modul.length;
Byte d[length] = {0};//compiler error: Variable-sized object may not be initialized