Objective-C Literals

This tutorial will teach you how to program more efficiently using object literals! Literals & Literal Expressions In programming, a literal is simply a fixed value that a programmer enters into a source code file. A few examples from C include: int year = 2012; char initial = ‘M’; In the above, ’2012′ is an […]

{excerpt}
Read More

Leave a Reply

Your email address will not be published. Required fields are marked *