Changes

Jump to: navigation, search

Objective-C Enumerators

60 bytes added, 19:01, 24 November 2009
no edit summary
<hr>
<google>BUY_OBJC</google>
Objective-C Enumerators allow variables to be declared with a predefined list of valid values, each of which is assigned a name that can be used when setting the variable. This has the advantage of making the code easier to read and understand.
temp.m:10: error: previous definition of 'hot' was here
</pre>
 
<google>BUY_OBJC_BOTTOM</google>
<hr>

Navigation menu