iphone - how to get the bytes count of unsigned char datatype in iphonesdk -


wrote below code... how can count of bytes in byteptr variable.

unsigned char *byteptr = (unsigned char *)[imagedata bytes]; 

thanks.....in advance

the number of bytes given [ imagedata length ]


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -