Excel Bookstore
 Location:  Home » Access Books » Programming in Objective-C 2.0 (2nd Edition)  
Other Locales
  • Canada
  • U.K.
  • USA
  • Categories
    Bill Jelen Books
    Excel Books
    Excel 2007 Books
    VBA Books
    Pivot Table Books
    Charting Books
    Access Books
    Office Books
    Holy Macro! Books
    Office Software
    Computers
    Kindle
    Subcategories
    Paperback
    Mass Market
    Trade
    Related Categories
    • Textbook Buyback
    Specialty Stores
    Books
    • C & C++ Windows Programming
    Development
    Microsoft
    Computers & Internet
    Subjects
    • MacOS
    Operating Systems
    Computers & Internet
    Subjects
    Books
    • Object-Oriented Design
    Software Design, Testing & Engineering
    Programming
    Computers & Internet
    Subjects
    • Paperback
    Binding (binding)
    Refinements
    Books
    • Printed Books
    Format (feature_browse-bin)
    Refinements
    Books

    Programming in Objective-C 2.0 (2nd Edition)

    Programming in Objective-C 2.0 (2nd Edition)Author: Stephen G. Kochan
    Publisher: Addison-Wesley Professional
    Category: Book

    List Price: $44.99
    Buy New: $27.45
    as of 9/6/2010 20:27 EDT details
    You Save: $17.54 (39%)



    New (44) Used (31) from $24.45

    Seller: booksXpress
    Rating: 4.5 out of 5 stars 112 reviews
    Sales Rank: 3629

    Media: Paperback
    Edition: 2
    Pages: 624
    Number Of Items: 1
    Shipping Weight (lbs): 2.1
    Dimensions (in): 9 x 6.9 x 1.5

    ISBN: 0321566157
    Dewey Decimal Number: 005.117
    EAN: 9780321566157
    ASIN: 0321566157

    Publication Date: January 8, 2009
    Availability: Usually ships in 1-2 business days

    Features:
      • ISBN13: 9780321566157
      • Condition: New
      • Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed

    Also Available In:

      • Kindle Edition - Programming in Objective-C 2.0, 2/e

    Accessories:


    Similar Items:


    Editorial Reviews:

    Product Description

    THE #1 BESTSELLING BOOK ON OBJECTIVE-C 2.0


    Programming in Objective-C 2.0 provides the new programmer a complete, step-by-step introduction to Objective-C, the primary language used to develop applications for the iPhone, iPad, and Mac OS X platforms.

    The book does not assume previous experience with either C or object-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in your everyday iPhone/iPad or Mac OS X programming tasks.


    A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on OS X and the iPhone/iPad platform but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.

    The second edition of this book thoroughly covers the latest version of the language, Objective-C 2.0. And it shows not only how to take advantage of the Foundation framework’s rich built-in library of classes but also how to use the iPhone SDK to develop programs designed for the iPhone/iPad platform.

    Table of Contents


    1 Introduction

    Part I: The Objective-C 2.0 Language

    2 Programming in Objective-C

    3 Classes, Objects, and Methods

    4 Data Types and Expressions

    5 Program Looping

    6 Making Decisions

    7 More on Classes

    8 Inheritance

    9 Polymorphism, Dynamic Typing, and Dynamic Binding

    10 More on Variables and Data Types

    11 Categories and Protocols

    12 The Preprocessor

    13 Underlying C Language Features

    Part II: The Foundation Framework

    14 Introduction to the Foundation Framework

    15 Numbers, Strings, and Collections

    16 Working with Files

    17 Memory Management

    18 Copying Objects

    19 Archiving

    Part III: Cocoa and the iPhone SDK

    20 Introduction to Cocoa

    21 Writing iPhone Applications

    Part IV: Appendixes

    A Glossary

    B Objective-C 2.0 Language Summary

    C Address Book Source Code

    D Resources





    Customer Reviews:
    Showing reviews 1-5 of 112
    1 2 3 4 5 6 ...23Next »



    4 out of 5 stars A good book for the beginner and as a resource   August 23, 2010
    MrDivine
    I am new to objective C, and I found this book to be quite informative. It starts from the beginning, assuming no knowledge of objective C and very little knowledge of C and C++. It is a very comprehensive book, and therefore I can see it as being a good reference. The examples are nice and short, but cumulative and well explained. At the end of the book you get to build an iphone fraction calculator that you developed throughout the book. At the end of each chapter are questions to test your knowledge, and

    The book does not touch on Xcode. It only shows you enough information to get the code to running. Like the cover says, it is only about the language. The book got four stars out of five because I am not in love with it; however, I would recommend it.



    5 out of 5 stars The best you can get !!!   August 22, 2010
    Dvir Cohen Julius (Israel)
    1 out of 1 found this review helpful

    Well my review is not English native and even when my English is not native I can rate this book as 5 stars which means that EVERY one can read learn and implement code in Objective c when reading this book. If "classes", "object oriented programming" and such terms make you dizzy and sick, this book is certainty for you. This book is well written, flows and everything is understandable, amazing job. On chapter 3 you will start your object oriented programming (classes) and after completing this chapter you will actually code in object oriented, again amazing. Thank you Mr. KOCHAN.


    5 out of 5 stars Very good book for beginner   August 18, 2010
    Sim Thean Yiong (Penang, Malaysia)
    1 out of 1 found this review helpful

    I was a developer knowing C and C++. I have never known how to program in Objective C. I am interested to learn developing iPhone applications. Reading from blogs and reviews, I learned that the first step is to build a solid foundation on Objective C, and this is how I came to purchase this book. I must say this book has enabled me to achieve my goal. It starts with programming basics, leading to concept of OOP, and eventually dive deep into the foundation framework. I want to give this book a 5 stars. If you are in same situation as me, I strongly recommend this book


    4 out of 5 stars A book with pedagogical support   July 19, 2010
    pierre
    A very well written book which requires, but deserves, a serious effort, especially from novice programmers. It provides a solid foundation in Objective-C. After reading it I felt ready for any Cocoa tutorial.
    You buy not only an excellent book but also a nearly unlimited pedagogical support through the forum [...].



    2 out of 5 stars For newbies only: not very clear and incomplete source code   July 17, 2010
    dhovel
    6 out of 7 found this review helpful

    I'm a very experienced developer and have written in more languages that I care to list. The book, while relatively straightforward in its presentation, is not for knowledgeable developers. Many important issues are avoided in the desire to keep things "simple" for beginners. Also, no complete source code is available for the book. I haven't seen a book like this without free, downloadable source code examples in many years; I never would have bought it if I had known of this limitation. There are several subtle and not-so-subtle issues in Objective-C, but this book spends lots of space on overly basics concepts while glossing over key issues in its efforts to appeal to newbies. The book studiously avoids the subtleties of "self", "super" and reference counting, call by reference vs. call by value, selectors vs. class members, class vs. instance selectors and other issues that can cause crashes and leaks for unwary programmers.

    What was it Einstein said about keeping things as simple as possible but no simpler?


    Showing reviews 1-5 of 112
    1 2 3 4 5 6 ...23Next »


    CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.
    Thank you for browsing ExcelBookstore.com!