Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Programming in Objective C

Programming in Objective C

List Price: $34.99
Your Price: $23.79
Product Info Reviews

<< 1 >>

Rating: 4 stars
Summary: At last! At Last!
Review: A book on programming Objective C that doesn't require you to know C first! This one is long overdue. It's well organized. It's very clear and it's loaded with sample code you can enter as you learn. Here's the important thing, it teaches you how to write code in Objective C while avoiding the construction of interfaces. As odd as that may seem, this really does make life simpler in the beginning. What is really nice is that it shows you how do this while using X-Tools or Project Builder editors so you do not have to be a "command-line cowboy" to program the Mac.

Great stuff!

Rating: 5 stars
Summary: Finally!!! a book that teaches how to write Objective-C
Review: Finally!!!Finally a book that teaches how to write Objective-C programs without knowing C or having to learn Cocoa. I've been waiting for a book like this for a long time. Kochan explains all of the concepts of Objective-C and OOP so clearly using lots of examples. The second part of the book, which covers the Foundation Framework justifies the price of the book alone. I particularly liked the chapter on memory management, which clearly explains the autorelease pool and how it works. This book is a must read for anyone who wants to learn how to write programs in Objective-C, even if you already know C. Now I'm ready to learn how to write Cocoa programs!

Rating: 5 stars
Summary: Finally!!! a book that teaches how to write Objective-C
Review: Finally!!!Finally a book that teaches how to write Objective-C programs without knowing C or having to learn Cocoa. I've been waiting for a book like this for a long time. Kochan explains all of the concepts of Objective-C and OOP so clearly using lots of examples. The second part of the book, which covers the Foundation Framework justifies the price of the book alone. I particularly liked the chapter on memory management, which clearly explains the autorelease pool and how it works. This book is a must read for anyone who wants to learn how to write programs in Objective-C, even if you already know C. Now I'm ready to learn how to write Cocoa programs!

Rating: 4 stars
Summary: good prequel to all the cocoa books
Review: I suggest reading this book as a prelude to a book on programming using Cocoa and objective C. I think an especially good match is to read this book (or even the 1st half of it) and then start in with Hillegass' book, then possibly supplement that with "Cocoa Programming" by Anguish, et al. The main strength of Kochan's book is that he teaches Objective C, just Objective C, and that the only tool you need to confront is the commandline. This is much simpler than cranking up Xcode and Interface builder to tackle full-blown Mac Cocoa applications.

My only gripe with this book is the use of "free" rather than retain/release for memory management. This is completely foreign to how things work in Cocoa, and I think it was a mistake to do it this, since you'll just learn to do it differently once you move on to Cocoa, and the point of this book, for me at least, was to get an Objective C grounding for Cocoa. SInce the logical role for this book is to get beginners ready for Cocoa, I think the memory management should have followed standard Cocoa procedures.

Despite this gripe, this is a very useful book for starting in with Objective C and a very reasonable introduction to object oriented programming.

Rating: 5 stars
Summary: Great Book
Review: Stephen Kochan books are always clear and concise and deliver all the material you need to know in a straight forward way. While I have been programming in ObjectiveC for since 1990, I bought this book to add to my library. To my surprise I realized that I also own a very worn 1988's copy of Programming in C.

One interesting twist on this book, is that it doesn't presume that you know how to program in C so it covers the C underpinnings of the language.

Rating: 4 stars
Summary: Solid book if you know at least some programming
Review: The introduction states (page 2): This book does not assume much, if any, previous programming experience. In fact, if you're a novice programmer, you should be able to learn Objective-C as your first programming language from this text.

These sentences are utterly incorrect. Bitwise operations and non decimal math (octal and hexadecimal), in particular, are not explained well. If you know these terms, you will be able to muddle through however. I took away no stars for this issue.

The book is chock full of errors that unfortunately seems typical of so many technical books published currently. (Be sure to get the errata.) Some errors are easily understood typos, while others are confusing. I took one star away for these errors.

Overall, the book has helped me learn Objective-C.

Rating: 5 stars
Summary: If only there were more programming books like this one...
Review: This book is the most lucid book on programming I have ever read. Having a little (self-taught) experience in C, this book was recommended to me as a good foundation before trying to learn Cocoa for programming on Max OS X. I fully expected to be confronted with the sort of doorstopper that I would never finish, as has been the case with several C++ books; instead, I found a straightforward, uncluttered guide, written by somebody with a genuine talent for teaching.

The author takes the approach of not trying to teach you C first, and this has two advantages: first, if you have no C experience, you get started immediately learning Objective-C, so you don't get taught one thing only to be told to forget it later; second, if you do have some C experience, you are thrown into object-oriented programming right from the start. The explanations are consistently concise but clear, and I found myself getting through a chapter or two every night after work and feeling that I was learning something significant on every page. I read someone describe it elsewhere as "Teach Yourself Objective-C in 21 Days," except that this book really could live up to such a title. I wholeheartedly agree - it took me only three weeks to work through the whole book, including nearly all of the exercises. If, like me, you have seen terms such as "polymorphism", "inheritance", "instance method" and "subclassing" bandied around only to stare at them in mute incomprehension, this book is a revelation. The author introduces all such major concepts very gently - in fact they seem to creep up on you, so that by the time you are presented with the proper terminology you either already know what it means or find yourself exclaiming - as I did - "Oh, so that's all polymorphism is!"

My only gripe - and it is very minor - is that the explanations of bitwise operators and bitfields are near incomprehensible to anybody who doesn't have a programming background (or rather, they are explained well, but there is no indication of when you would ever use them), and the author does occasionally (though rarely) seem to assume that the reader has a solid maths background (when there are those of us out there from humanities and arts backgrounds who want to learn to program, too). These topics take up little more than several paragraphs of the 500 or so pages, though, so if you're a novice, don't let them daunt you as they are the exception rather than the rule.

One thing I appreciated about this book was that full code is provided for 99% of the examples - you are never left with an example that won't compile because the author assumed you could guess the rest yourself. Moreover, whilst the examples and exercises do develop on code from previous chapters - in particular, you will develop a Calculator, Fraction, and Rectangle class in the first part of the book, and AddressCard and AddressBook classes in the second part - the author wisely avoids the build-one-big-program approach that some books adopt. This keeps things fresh and lively - you have to type in different examples, meaning you become familiar with the language through repetition, but at the same time you are doing different things in the examples themselves. Moreover the exercises at the end of each chapter are well judged - you are forced to think and look back through the book to recap on what you have learned, and they are difficult without being too difficult. (Don't skip them!)

In the second part of the book, the author moves on to the Foundation framework, which forms half of Cocoa (Cocoa also uses the AppKit for creating GUI's). You will learn how to use NSString, NSArray, NSDictionary (and their mutable counterparts) and a lot more. It builds on everything you've learned in Part One and provides a bridge between the basics of Objective-C and moving on to Cocoa. I expect that this part of the book especially will become dog-eared very quickly. To sum up, this book took me from knowing nothing about Ojbective-C to feeling as though I could write all the background code for the app I have in mind (ie. everything except the GUI). I am now just hoping that Hillegass's book on Cocoa is half as good.

A word of advice: I urge anybody who buys this book to print off the errata on the author's website (the address is given in the book), as there are a few minor errors that might stump you if you don't. Also, if you use Xcode instead of the command-line tools, you will need to delete the contents of the automatically-generated ..._Prefix.pch file as well as the #import line at the top of main.m each time you start a project (the book only specifies the latter). The prefix file caused me some headaches in one of the later chapters.

A lot of people on various forums say that this is the only book from which to learn Objective-C, and I can see why. In short, if you are reading this review you are probably thinking about learning Objective-C, either for its own sake or as groundwork for moving on to Cocoa. Which means that if you are reading this review, you should buy this book.

Rating: 4 stars
Summary: Good for self-education or for a training course
Review: While I am a veteran C programmer and trainer, I had never had the time to investigate Objective-C. Even though I had encountered many references to it over the years, and had a few people tell me I needed to check it out, I just never got around to looking at it. Part of the reason was that I never was able to find a book that I really wanted to read, until now.
This book takes you from the start, but wastes little time in stepping through the fundamentals of the language. If you do not know C, it will bring you up to speed quickly. If you are experienced in C, but not in object-oriented programming, then you can easily skim through the introductory material to extract the points of interest. For those who have a higher level of experience, there is an extensive treatment of some of the foundation framework set classes. A small set of exercises is at the end of each chapter, so it could be used as a textbook.
A good solid introduction to a version of C that is object-oriented and that has some syntactical features different from standard K & R C, this book will serve you well if your interest is either self-education or using it as a textbook.

Rating: 5 stars
Summary: Read this book. Then learn Cocoa
Review: Yes! Yes! Yes! Finally a book that teaches how to write Objective-C programs. Now I will become an expert on Cocoa.


<< 1 >>

© 2004, ReviewFocus or its affiliates