Changes

Jump to: navigation, search

Understanding Objective-C Number Objects

60 bytes added, 19:03, 24 November 2009
no edit summary
<hr>
<google>BUY_OBJC</google>
In [[Objective-C 2.0 Data Types]] we looked at the basic data types supported by Objective-C including a range of types for working with numbers. These data types are what are known as ''primitive types'' in that they simply allow values to be stored in memory and are not objects.
NSLog (@"Number as string is %@", myString);
</pre>
 
<google>BUY_OBJC_BOTTOM</google>
<hr>

Navigation menu