S'ware Metrics Home

Book Store PMP Books PDAs
S'ware Metrics Six Sigma LCD Monitors
Requirements Management PMBOK Books
Team Building Use Case DVD Players

Programming in Objective-C (Developer's Library)


Programming in Objective-C (Developer's Library)

Programming in Objective-C (Developer's Library)

List Price: $39.99
Our Price:
$26.39
Availability: Usually ships in 24 hours


Manufacturer: Sams
Author: Stephen Kochan
Binding: Paperback
Publication Date: 2003-12-18
Publisher: Sams
Label: Sams
Number Of Pages: 576
Features:


Editorial Review:

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.


Cached date: AWS Called=true

You may also be interested in these products:
Cocoa(R) Programming for Mac(R) OS X (3rd Edition)
Cocoa(R) Programming for Mac(R) OS X (3rd Edition)
Beginning Xcode (Programmer to Programmer)
Beginning Xcode (Programmer to Programmer)
iPhone Open Application Development: Write Native Objective-C Applications for the iPhone
iPhone Open Application Development: Write Native Objective-C Applications for the iPhone
Advanced Mac OS X Programming (2nd Edition of Core Mac OS X & Unix Programming)
Advanced Mac OS X Programming (2nd Edition of Core Mac OS X & Unix Programming)
Beginning Mac OS X Programming
Beginning Mac OS X Programming


These categories may also be of interest to you:


Customer Reviews
Average Customer Rating: 4.0

iPhone Developers, Start Here! 2008-06-25
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!



Assumes no programming experience 2008-06-06
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.



It's Ok 2008-05-05
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."


For programmers new to OO 2008-05-03
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.


A useful start book for all Mac OS X developers 2008-05-03
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.