Penguin 64: geekish toys   In association with Amazon.com
 Location:  Home» OS X Books » Computers & Internet: Programming: C: General » Programming in Objective-C (Developer's Library)  
Categories
Apple Computers
Hard Drives
iPods
iMac
Keyboards
MacBook and MacBook Pro
Mac Games
Mac mini
Mac Pro
Mac Software
Photography
OS X Books
Mac TV
Other Penguins

Penguin CPU

Penguin Audio

Penguin Videos

Penguin Cameras

Penguin Kitchens

Top Sellers

iPod Nano 4GB Black

The Sims 2 (Mac)

Sims 2 University

OS X Missing Manual

15-inch PowerBook

Mac Mini 1.42G/80gb

Toast 7

Virtual PC w/XP

iLife '05 Family

Office '04 Pro Mac

Related Sites

OS X Mart

Macs Are Great!

Programming in Objective-C (Developer's Library)

Programming in Objective-C (Developer's Library)
Author: Stephen Kochan
Publisher: Sams
Category: Book

List Price: $39.99
Buy New: $26.39
You Save: $13.60 (34%)



Rating: 4.0 out of 5 stars 42 reviews
Sales Rank: 8175

Media: Paperback
Pages: 576
Number Of Items: 1
Shipping Weight (lbs): 2
Dimensions (in): 8.8 x 7 x 1.4

ISBN: 0672325861
Dewey Decimal Number: 005.133
UPC: 752063325865
EAN: 9780672325861
ASIN: 0672325861

Publication Date: December 18, 2003
Shipping: Eligible for Super Saver Shipping
Availability: Usually ships in 24 hours

Also Available In:

  • Digital - Programming in Objective-C (Developer's Library)

Editorial Reviews:

Product Description

Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming. The book makes no assumption about prior experience with object-oriented programming languages or with the C language (upon which Objective-C is based). And because of this, both novice and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying procedural language (C). This approach, combined with many small program examples and exercises at the end of each chapter, makes it ideally suited for either classroom use or self-study. Growth is expected in this language. At the January 2003 MacWorld, it was announced that there are 5 million Mac OS X users and each of their boxes ships with Objective-C built in.



Download Description
Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming. The book makes no assumption about prior experience with object-oriented programming languages or with the C language (upon which Objective-C is based). And because of this, both novice and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying procedural language (C). This approach, combined with many small program examples and exercises at the end of each chapter, makes it ideally suited for either classroom use or self-study. Growth is expected in this language. At the January 2003 MacWorld, it was announced that there are 5 million Mac OS X users and each of their boxes ships with Objective-C built in.


Customer Reviews:   Read 37 more reviews...

5 out of 5 stars iPhone Developers, Start Here!   June 25, 2008
Cesar Martinez (New York,New York)
2 out of 2 found this review helpful

If you want to develop applications for the iPhone, you'll need to learn how to program in Objective-C. This is the best resource for doing that. Kochan explains each feature of the language using clear, simple examples and a straightforward and concise writing style. Even if you're a relatively new programmer, you can learn how to write Objective-C programs from this text. Unlike other references on Objective-C, Kochan does not assume you know how to program in C as a prerequisite. This is a good thing and a key pedagogical point, as the foundation for object-oriented programming is laid right from the start. Instead of having to learn how the underlying procedural C language works first, you are instead taught from the beginning to think in terms of classes, instances, and methods.

Once you have learned Objective-C from this book, you'll be ready to move on and tackle Cocoa and the frameworks that Apple provides to write iPhone applications. This book makes that task that much easier. The bottom line is that this is a must-read for anyone who wants to learn Objective-C and who needs a clear, well-written tutorial to lead the way. Only very experienced object-oriented programmers need not apply!



1 out of 5 stars Assumes no programming experience   June 6, 2008
Oliver Moffat (Seattle)
1 out of 5 found this review helpful

This books assumes the reader has no programming experience at all. I can't imagine choosing Objective-C as a first language. And if you are, I would discourage you from doing so.

If you have some software programming experience at all, you will find most of this book a waste of time and space on your shelf.



4 out of 5 stars It's Ok   May 5, 2008
Enriquez Guillermo (Japan)
0 out of 2 found this review helpful

If you are beginning, and you have a little background of C, well this might be your book. Everything is very kindly explained just for beginners. But if you already know C and want to start from Objects and everything related with the Foundation framework, well you will see that half of the book is not for you. Because 300 pages are of C programming and not specifically of Objective-C programming.
But the examples are very good, and if you forgot something you can find it very easy because is very well organized.
As the super tiny title "Is an introduction."



3 out of 5 stars For programmers new to OO   May 3, 2008
Noah Miller (Asheville, NC)
0 out of 2 found this review helpful

This book is best for those new to Object-Oriented programming who want to learn Objective C. It is less useful to those who want a solid understanding of programming technique and OO design, as it tends to skim over both. It is also less useful to experienced programmers who want to switch to Objective C, as it spends many pages interweaving basic concepts with those specific to Objective C.

For programmers of several years, I recommend looking for a terser book. For new programmers, I recommend considering picking up an intro to programming book instead of or in addition to this one.

Also, this book tries to teach Objective C for all platforms, and as such spends its first hundred pages teaching memory management that appears to be at odds with Apple's preferred methods. Its second half teaches Apple's pre-Objective C 2.0 method (retaining and releasing), which as of 2007 has been somewhat displaced by garbage collection.



4 out of 5 stars A useful start book for all Mac OS X developers   May 3, 2008
Alberto Paderno (Brescia, BS Italy)
This book is useful for any Mac OS X developers who just started to make programs for this platform.
It not only teaches Objective-C, but also the programming basics, and the use of the base collections of the Foundation Framework.