objective c - What does UINT32_MAX mean? -


i seen uint32_max in multiple languages, in objective-c, it?

thank in advance.

it maximum number can store within unsigned 32 bit integer.

#define uint32_max   (4294967295u) 

Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -