經安全檢測,此網站為安全網站,請放心前往原始網址!

Length of an Array in Objective C - Stack Overflow

There is no such thing as array.length in C. An int array in Objective-C is exactly the same as an int array in C. If it's statically defined like int foo[5], then you can do sizeof(foo) to get the size — but only in the same function foo is defined in (t

stackoverflow.com

網址安全性掃描由 google 提供