Objective-C Pocket Reference

  Author:    Andrew Duncan
  ISBN:    0596004230
  Sales Rank:    63139
  Published:    2002-12-01
  Publisher:    O'Reilly
  # Pages:    128
  Binding:    Paperback
  Avg. Rating:    5.0 based on 5 reviews
  Used Offers:    8 from $4.64
  Amazon Price:    $9.95
  (Data above last updated:  2008-10-11 06:13:46 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Objective-C Pocket Reference
  
Objective-C is an exciting and dynamic approach to C-based object-oriented programming; it's the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating system gaining wide acceptance among programmers and other technologists. Objective-C is easy to learn and has a simple elegance that is a welcome breath of fresh air after the abstruse and confusing C++. To help you master the fundamentals of this language, you'll want to keep the Objective-C Pocket Reference close at hand. This small book contains a wealth of valuable information to speed you over the learning curve. In this pocket reference, author Andrew Duncan provides a quick and concise introduction to Objective-C for the experienced programmer. In addition to covering the essentials of Objective-C syntax, Andrew also covers important faces of the language such as memory management, the Objective-C runtime, dynamic loading, distributed objects, and exception handling. O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing important details in a succinct, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new Objective-C Pocket Reference is the book you'll want to have.
                  Reader Reviews 1 - 7 of 7                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
09-07-08 3 1\1
(Hide Review...)  This book has holes and needs edits
Reviewer Permalink
I'm attacking Objective-C from the perspective of a C# and former VB and Java developer, with some knowledge of C as well. I'm trying to actually read through the book as a fast jump-start into understanding the syntax, and although it does well for this, I found this book a bit frustrating at times. It leaves a few fundamental terms unexplained and then carries on using them as though the reader understands.

For example, what are namespaces in the context of Objective-C? In C#, they are simply explicitly declared container names. In Java, they are the same but also a file system hierarchy. In C, AFAIK, namespaces don't exist. But the book frequently says things like "classes are in the global namespace" and "categories are in their own namespace so they can have the same name as classes". What are namespaces in Obj-C? How on earth do you work with these namespaces??

Code examples from one to the next have nothing to do with the previous, so as you learn a new keyword, and you see a one-line syntax example, you have no other code to see it in context.. such as, hello, how on earth would I *use* that after invoking or declaring it?

It also failed to explain "field sections". One of the reasons I BOUGHT the book was because I didn't understand why some things are declared in braces in the interface declaration, and some things are not, but are still before @end. The book said nothing about these braces and what they're containing. It just said, oh hey, there's no semicolon after @end. (Over and over again, needlessly.) I only figured it out by inference--and am still not sure if I'm right--when I came across the "Category" sample code and where in sample code there's often an area in braces with fields there was instead the comment, "// No field section." Ah. So I guess whatever goes in braces is supposed to be fields.

The book is also obsolete. Objective-C 2.0 has since been released, and this book doesn't cover that. It's dated 2003.

So the book doesn't do a good job as a syntax tutorial like I hoped. But I'll admit that it came really, really close. If the book had these missing components, it would only be about 10-15% thicker I imagine, though, but I don't feel that there's any excuse as it's not just small, it's thin.
(Review Data Last Updated: 2008-10-10 07:21:29 EST)
09-07-08 3 (NA)
(Hide Review...)  This book has holes and needs edits
Reviewer Permalink
I'm attacking Objective-C from the perspective of a C# and former VB and Java developer, with some knowledge of C as well. I'm trying to actually read through the book as a fast jump-start into understanding the syntax, and although it does well for this, I found this book a bit frustrating at times. It leaves a few fundamental terms unexplained and then carries on using them as though the reader understands.

For example, what are namespaces in the context of Objective-C? In C#, they are simply explicitly declared container names. In Java, they are the same but also a file system hierarchy. In C, AFAIK, namespaces don't exist. But the book frequently says things like "classes are in the global namespace" and "categories are in their own namespace so they can have the same name as classes". What are namespaces in Obj-C? How on earth do you work with these namespaces??

Code examples from one to the next have nothing to do with the previous, so as you learn a new keyword, and you see a one-line syntax example, you have no other code to see it in context.. such as, hello, how on earth would I *use* that after invoking or declaring it?

It also failed to explain "field sections". One of the reasons I BOUGHT the book was because I didn't understand why some things are declared in braces in the interface declaration, and some things are not, but are still before @end. The book said nothing about these braces and what they're containing. It just said, oh hey, there's no semicolon after @end. (Over and over again, needlessly.) I only figured it out by inference--and am still not sure if I'm right--when I came across the "Category" sample code and where in sample code there's often an area in braces with fields there was instead the comment, "// No field section." Ah. So I guess whatever goes in braces is supposed to be fields.

So the book doesn't do a good job as a syntax tutorial like I hoped. But I'll admit that it came really, really close. If the book had these missing components, it would only be about 10-15% thicker I imagine, though, but I don't feel that there's any excuse as it's not just small, it's thin.
(Review Data Last Updated: 2008-09-07 05:43:18 EST)
05-10-04 5 4\4
(Hide Review...)  An excellent intro to Obj-C for those who need the depth
Reviewer Permalink
Probably the best book to read to learn Objective-C, if Apple's PDF on the language is not enough for you. Covers Objective-C both from Cocoa and non-Cocoa perspectives. Try Apple's PDF first, and if it's not enough to let you jump into one of the Cocoa programming books (which all mostly assume knowledge of C and Objective-C), then this book is recommended.
(Review Data Last Updated: 2008-09-07 05:43:18 EST)
05-09-04 5 4\4
(Hide Review...)  An excellent intro to Obj-C for those who need the depth
Reviewer Permalink
Probably the best book to read to learn Objective-C, if Apple's PDF on the language is not enough for you. Covers Objective-C both from Cocoa and non-Cocoa perspectives. Try Apple's PDF first, and if it's not enough to let you jump into one of the Cocoa programming books (which all mostly assume knowledge of C and Objective-C), then this book is recommended.
(Review Data Last Updated: 2007-04-11 11:08:40 EST)
11-14-03 5 7\7
(Hide Review...)  Handy, well written Objective-C Reference!
Reviewer Permalink
Andrew Duncan's Objective-C Pocket Reference is just the book that budding Cocoa programmers should have on their desk. It is well written, well indexed, and succinct enough to read in an evening if desired.

After reading it cover to cover, I think this will be a valuable resource for looking up any Objective-C related questions I have.

Note, you should have an understanding of C before trying to read this book. Also - it will probably make more sense to you if you already have some experience with Cocoa. This is a quick reference - probably not the best way to learn the language. However, the book contains a list at the end which recommends other books and websites which are more thorough.

I'd say it's well worth the cost.

(Review Data Last Updated: 2006-07-05 15:31:34 EST)
09-29-03 5 6\6
(Hide Review...)  A great resource for digging deeper into Objective-C
Reviewer Permalink
O'Reilly's OBJECTIVE-C POCKET REFERENCE follows in its line of slim booklets designed for quick reference while at the computer. I found it a very helpful book.

While titled "a pocket reference", the book is not something that should be put on the shelf right away and merely consulted from time to time. For a beginning Objective-C programmer, reading the book straight-through can be very enlightening. The basics of Obj-C are easy to grasp, and an Obj-C beginner can immediately start constructing solid applications without knowing about categories, protocols, or root objects. But O'Reilly's book is the best place to start becoming familiar with these obscure topics that might just help one solve a particularly tricky problem.

I have only a few complaints about the book. One is that it talks about the #import preprocessor directive, but nowhere does it mention the advantages of using #ifndef guards. Another problem is that in some parts it is Cocoa-specific; I would have preferred that it concentrate on the OpenStep standard in general so that other OpenStep implementations might not be left out (but the book does occasionally mention GNUstep, which is great).

O'Reilly proves itself the best publisher for developers again with this book, and any Objective-C programmer should invest in it.

(Review Data Last Updated: 2006-07-05 15:31:34 EST)
01-29-03 5 1\1
(Hide Review...)  Fantastic Fantastic Fantastic
Reviewer Permalink
I have three different books for objective C programming, which by the way are very hard to find. This book, which was published just recently, is the best objective c book I have read yet.

Objective C is a great language for all platforms, not just the Mac OS, and this book leads you to it. It gives you both Cocoa and standard C information. If you are interested in learning Objective C, this is the book for you! It's inexpensive, small concise and packed with information.

(Review Data Last Updated: 2006-07-05 15:31:34 EST)
  
                  Reader Reviews 1 - 7 of 7                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)