Skip to content

Objective-C Programming The Big Nerd Ranch Guide

Best in textbook rentals since 2012!

ISBN-10: 0321706285

ISBN-13: 9780321706287

Edition: 2012

Authors: Aaron Hillegass, Mark Fenoglio

List price: $39.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Customers also bought

Book details

List price: $39.99
Copyright year: 2012
Publisher: Pearson Education
Publication date: 10/18/2011
Binding: Paperback
Pages: 288
Size: 6.00" wide x 10.00" long x 0.75" tall
Weight: 1.298
Language: English

Mark Fenogliohas over 12 years of experience in database and web-based application development in technologies ranging from SQL Server and PostgreSQL to PHP, Ajax, Cocoa, Objective-C, and ASP. He was hired by The Big Nerd Ranch in September 2005 after asking too many annoying questions at the Cocoa Bootcamp that March. To support his PHP development efforts, he has crafted his own PHP application framework.Aaron Hillegass, CEO of Big Nerd Ranch, has more than 18 years of experience as a software engineer and trainer. He is author ofCocoa Programming for Mac OS X, the definitive Cocoa programming guide.

Getting Started
You and This Book
Your First Program
How Programming Works
Variables and Types
if/else
Functions
Numbers
Loops
Addresses and Pointers
Pass By Reference
Structs
The Heap
Objective-C and Foundation
Objects
More Messages
NSString
NSArray
Developer Documentation
Your First Class
Inheritance
Object Instance Variables
Preventing Memory Leaks
Collection Classes
Constants
Writing Files with NSString and NSData
Callbacks
Protocols
Property Lists
Event-Driven Applications
Your First iOS Application
Your First Cocoa Application
Advanced Objective-C
init
Properties
Categories
Blocks
Advanced C
Bitwise Operations
C Strings
C Arrays
Command-Line Arguments
Switch Statements