Programming in Objective-C and over one million other books are available for Amazon Kindle. Learn more

Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Start reading Programming in Objective-C on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming in Objective-C (5th Edition) [Paperback]

Stephen G. Kochan

List Price: CDN$ 51.99
Price: CDN$ 32.75 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 19.24 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Wednesday, May 22? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Kindle Edition CDN $18.18  
Paperback CDN $32.75  

Book Description

Dec 4 2012 032188728X 978-0321887283 5
Programming in Objective-C, Fifth Edition
Updated for OS X Mountain Lion, iOS 6, and Xcode 4.5

Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple's iOS and OS X platforms.

The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners 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 C programming language.

This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study.

This edition has been fully updated to incorporate new features in Objective-C programming introduced with Xcode 4.4 (OS X Mountain Lion) and Xcode 4.5 (iOS 6.)

“The best book on any programming language that I’ve ever read. If you want to learn Objective-C, buy it.”–Calvin Wolcott

“An excellent resource for a new programmer who wants to learn Objective-C as their first programming language–a woefully underserved market.”–Pat Hughes

Contents at a Glance

1 Introduction

Part I The Objective-C 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 and Automatic Reference Counting (ARC)
18 Copying Objects
19 Archiving

Part III Cocoa, Cocoa Touch, and the iOS SDK
20 Introduction to Cocoa and Cocoa Touch
21 Writing iOS Applications

Appendixes
A Glossary
B Address Book Program Source Code

Frequently Bought Together

Programming in Objective-C (5th Edition) + The Core iOS 6 Developer's Cookbook (4th Edition) + iOS Programming: The Big Nerd Ranch Guide (3rd Edition)
Price For All Three: CDN$ 94.80

Show availability and shipping details

  • In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • The Core iOS 6 Developer's Cookbook (4th Edition) CDN$ 29.46

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • iOS Programming: The Big Nerd Ranch Guide (3rd Edition) CDN$ 32.59

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Product Details


Product Description

From the Back Cover

Programming in Objective-C, Fifth Edition
Updated for OS X Mountain Lion, iOS 6, and Xcode 4.5

Objective-C has become the standard programming language for application development on the iOS and OS X platforms. A powerful yet simple object-oriented programming language that’s based on C, Objective-C is widely available not only on Apple platforms but across many operating systems, including Linux, Unix, and Windows.

Programming in Objective-C provides the new programmer a complete, step-by-step introduction to the Objective-C language. 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 programming needs.

The fifth edition of this book has been updated to cover the new features in Objective-C programming introduced with Xcode 4.4 (OS X Mountain Lion) and Xcode 4.5 (iOS 6). It also includes coverage of Automatic Reference Counting (ARC) and shows how to take advantage of the Foundation framework's rich built-in library of classes and provides an introduction to iOS programming.

About the Author

Stephen Kochan is the author and coauthor of several bestselling titles on the C language, including Programming in C (Sams, 2004), Programming in ANSI C (Sams, 1994), and Topics in C Programming (Wiley, 1991), and several UNIX titles, including Exploring the Unix System (Sams, 1992) and Unix Shell Programming (Sams, 2003). He has been programming on Macintosh computers since the introduction of the first Mac in 1984, and he wrote Programming C for the Mac as part of the Apple Press Library. In 2003, Kochan wrote Programming in Objective-C (Sams, 2003), and followed that with another Mac-related title, Beginning AppleScript (Wiley, 2004).


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon.ca
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.7 out of 5 stars  32 reviews
16 of 16 people found the following review helpful
5.0 out of 5 stars Struggled with other books, but this book starts at 0 which is the best way to learn any language imo. Jan 16 2013
By Darek Senkow - Published on Amazon.com
Format:Paperback
I've never really had a hard time learning a new programming language until I bumped into Objective-C. There was something about the code/messaging structure and general approach that was not as intuitive to my nature as other languages. I read several Objective-C/iOS/Cocoa books and struggled with their broad assumptions of previous Objective-C experience. I really needed to find a way to start with a clean slate and learn from the ground up. Luckily for me, Kochan's book does just that by stripping away the complexity of UI (for a while) and Xcode (more or less) in order to first focus on the code itself. I know several other OO languages so it quickly became a matter of syntax after the first few chapters and before I knew it I was off to the races- coding Objective-C to Apple standards and fully understanding nearly every Apple tutorial, YouTube tutorial, and Objective-C code snippet that I could get my hands on- where it was all Greek to me just a few days earlier. I went from weeks of frustation to grokking it in a matter of a few hours. That is when the book delves into Xcode for a bit and teaches the basics of IB outlets, etc. I've recommended this book to many others.

I've also never read a book that stays as current with new developments as this one does. A year ago I bought the 3rd edition, then the 4th. Now we're on the 5th and completely abreast with Xcode. Remarkable. And I was able to protect my investment in those other less effective books- because after this one, I actually knew what they were talking about.

So yeah- I owe a big thanks to this book. Thanks, book!
7 of 7 people found the following review helpful
5.0 out of 5 stars Just the right balance Jan 26 2013
By irishetcher - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
After reading several other books on objective oriented programming in the last year, this text book strikes the right balance for those of us how are new to this business and are just getting to grips with all the complex concepts of this area of IT. The author gives good clear descriptions for each topic discussed in the chapters and is good enough to instruct the reader to review paragraphs where he strays into the zone of strange computer science theory. The exercises have the right level of head wreck complexity but the student is always enticed enough to rise to the challenge.
6 of 6 people found the following review helpful
5.0 out of 5 stars Couldn't be happier Jan 10 2013
By Tim - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I've been working slowly throught the text on my own for the past month and so far I couldn't be happier. The author writes in a clear and concise manner that is easy to follow. Although, I'm not sure how much I like the Objective-C language yet, I have to say this is one of the best programming books that I've ever read.

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges