
無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません。
ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。
携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。
Programming in Objective-c: Updated for IOS 5 and Automatic Reference Counting (Arc) (Developer's Library) ペーパーバック – 2011/12/16
購入オプションとあわせ買い
Programming in Objective-C, Fourth Edition
Updated for iOS 5 and ARC
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 Mac 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.
The fourth edition of this book has been updated to cover the significant changes that first appeared in iOS 5 and Xcode 4.2, including the use of Automatic Reference Counting (ARC) to improve and simplify memory management in Objective-C programs.
The best book on any programming language that Ive 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 languagea woefully underserved market.Pat Hughes
Table of Contents
1 Introduction
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
14 Introduction to the Foundation Framework
15 Numbers, Strings, and Collections
16 Working with Files
17 Memory Management and Automatic Reference Counting
18 Copying Objects
19 Archiving
20 Introduction to Cocoa and Cocoa Touch
21 Writing iOS Applications
A Glossary
B Address Book Example Source Code
- 本の長さ600ページ
- 言語英語
- 出版社Addison-Wesley Professional
- 発売日2011/12/16
- 寸法17.78 x 3.18 x 23.5 cm
- ISBN-100321811909
- ISBN-13978-0321811905
商品の説明
著者について
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).
著者について

著者の本をもっと発見したり、よく似た著者を見つけたり、著者のブログを読んだりしましょう
他の国からのトップレビュー




Besonders gelungen finde ich die Übungen zu jedem Kapitel die jeweils ansteigenden Schwierigkeitsgrad haben. Lösungen finden sich in einer Community auf die im Buch verwiesen wird.
Am besten arbeitet man sich kapitelweise vor, nimmt dann den Mac auf den Schoss und arbeitet sich durch die Übungen vor dem nächsten Thema. Die aktuelle Auflage orientiert sich an Apples aktueller XCode 4 Umgebung. Wer mit dem Englischen keine Probleme hat, dem würde ich immer zur englischen Ausgabe raten. Diese ist aktueller was die XCode Version anbelangt und geht auf die aktuellen Konzepte ein.

Anyways, I can honestly say that this book is worth every cent for those seeking to gain a good solid grip on the Objective-C programming language. The author does a great job explaining each concept covered in great detail. In addition, the example programs (code) provided throughout the chapters are well explained and well thought out.
I do want to point out that this might not be the best book for absolute beginners. The book breezes through certain topics like variable declarations, which is essential to any programming language.
For absolute beginners who have never written a single line of code, I recommend starting your quest into programming by learning the C programming language first. This book may leave you scratching your head if you do not have at least a basic understanding of general C concepts.
I've been writing code ever since I was 13, and I can honestly say learning the C programming language is a definately must for those absolute beginners wanting to program in many advance languages like C++ and Objective-C. While it isn't required, it will make learning these languages easier because Many C concepts are adopted by these programming languages.