Programming in Objective-C, 4th Edition (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
544
Utgivningsdatum
2012-01-06
Upplaga
4
Förlag
ADDISON-WESLEY
Illustrationer
illustrations
Dimensioner
234 x 177 x 31 mm
Vikt
884 g
Antal komponenter
1
ISBN
9780321811905

Programming in Objective-C, 4th Edition

Updated for iOS 5 and Automatic Reference Counting (ARC)

(1 röst)  |  Läs 1 recension
Häftad,  Engelska, 2012-01-06

Slutsåld

Programming in Objective-C, Fourth Edition
An introduction to the Objective-C language for iOS and Mac OS X development

Objective-C has become the standard programming language for application development on the iOS and Mac OS X platforms. A powerful yet simple object-oriented programming language thats 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 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. It also shows how to take advantage of the Foundation frameworks rich built-in library of classes and provides an introduction to iOS programming.
Visa hela texten

Kundrecensioner

Det finns 1 recension av Programming in Objective-C, 4th Edition. Har du också läst boken? Om du har köpt den på Bokus.com vill vi gärna höra vad du tyckte om den! Sätt ditt betyg »
  1. Inte mycket kunskap för pengarna.
    Jungell, 1 oktober 2012

    Boken går otroligt långsamt fram och spenderar förvirrande mycket tid på varje moment. Pedagogiken är det inget större fel på. Men du kommer inte att lära dig mycket. Kanske är en bra nybörjarbok, men om du redan är bekant med programmering rekommenderar jag dig att inte köpa denna bok.

    För lite kunskap för pengarna helt enkelt!

Visa alla 1 recensioner

Fler böcker av Stephen G Kochan

Övrig information

Stephen Kochan is the author and co-author of several bestselling books on the C language -- including Programming in C, Programming in ANSI C, Topics in C Programming - and on Unix, including Exploring the Unix System and Unix Shell Programming. He has been programming on Macintosh computers since the introduction of the first Mac in 1984 and wrote Programming C for the Mac as part of the Apple Press Library.

Innehållsförteckning

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