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

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
27 used & new from CDN$ 5.24

Have one to sell? Sell yours here
 
   
Beginning Mac OS X Programming
 
 

Beginning Mac OS X Programming (Paperback)

by Michael Trent (Author), Drew McCormack (Author) "Welcome to the wonderful world of Mac OS X, the next-generation operating system from Apple Computer! ..." (more)
3.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 47.99
Price: CDN$ 30.23 & eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details
You Save: CDN$ 17.76 (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.

Only 1 left in stock--order soon (more on the way).

14 new from CDN$ 5.27 13 used from CDN$ 5.24

Frequently Bought Together

Customers buy this book with Cocoa(R) Programming for Mac(R) OS X by Aaron Hillegass

Beginning Mac OS X Programming + Cocoa(R) Programming for Mac(R) OS X
Price For Both: CDN$ 64.87

Show availability and shipping details

  • This item: Beginning Mac OS X Programming by Michael Trent

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details

  • Cocoa(R) Programming for Mac(R) OS X by Aaron Hillegass

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details


Product Details


Product Description

Product Description

Beginning Mac OS X Programming

Every Mac OS X system comes with all the essentials required for programming: free development tools, resources, and utilities. However, finding the place to begin may be challenging, especially if you have no prior development knowledge. This comprehensive guide offers you an ideal starting point to writing programs on Mac OS X, with coverage of the latest release - 1.4 "Tiger."

With its hands-on approach, the book examines a particular element and then presents step-by-step instructions that walk you through how to use that element when programming. You'll quickly learn how to efficiently start writing programs on Mac OS X using languages such as C, Objective-C(r), and AppleScript(r), technologies such as Carbon(r) and Cocoa(r), and other Unix tools. In addition, you'll discover techniques for incorporating the languages in order to create seamless applications. All the while, you can follow along on your own system so that you'll be prepared to apply your new Mac OS X skills to real-world projects.

What you will learn from this book

  • The major role the new Xcode plays in streamlining Mac OS X development
  • The process for designing a graphical user interface on Mac OS X that conforms to Apple's guidelines
  • How to write programs in the C and Objective-C programming languages
  • The various scripting languages available on the Mac OS X system and what tasks each one is best suited to perform
  • How to write shell scripts that interact with pre-installed command-line tools

Who this book is for

This book is for novice programmers who want to get started writing programs that run on Mac OS X. Experienced programmers who are new to the Mac will also find this book to be a useful overview of the Mac development environment.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.



From the Back Cover

Beginning Mac OS X Programming

Every Mac OS X system comes with all the essentials required for programming: free development tools, resources, and utilities. However, finding the place to begin may be challenging, especially if you have no prior development knowledge. This comprehensive guide offers you an ideal starting point to writing programs on Mac OS X, with coverage of the latest release — 1.4 "Tiger."

With its hands-on approach, the book examines a particular element and then presents step-by-step instructions that walk you through how to use that element when programming. You'll quickly learn how to efficiently start writing programs on Mac OS X using languages such as C, Objective-C®, and AppleScript®, technologies such as Carbon® and Cocoa®, and other Unix tools. In addition, you'll discover techniques for incorporating the languages in order to create seamless applications. All the while, you can follow along on your own system so that you'll be prepared to apply your new Mac OS X skills to real-world projects.

What you will learn from this book

  • The major role the new Xcode plays in streamlining Mac OS X development
  • The process for designing a graphical user interface on Mac OS X that conforms to Apple's guidelines
  • How to write programs in the C and Objective-C programming languages
  • The various scripting languages available on the Mac OS X system and what tasks each one is best suited to perform
  • How to write shell scripts that interact with pre-installed command-line tools

Who this book is for

This book is for novice programmers who want to get started writing programs that run on Mac OS X. Experienced programmers who are new to the Mac will also find this book to be a useful overview of the Mac development environment.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.


Inside This Book (Learn More)
First Sentence
Welcome to the wonderful world of Mac OS X, the next-generation operating system from Apple Computer! Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

What do customers ultimately buy after viewing this item?

Cocoa(R) Programming for Mac(R) OS X
83% buy
Cocoa(R) Programming for Mac(R) OS X 4.4 out of 5 stars (53)
CDN$ 34.64
Beginning Mac OS X Programming
17% buy the item featured on this page:
Beginning Mac OS X Programming 3.0 out of 5 stars (1)
CDN$ 30.23

 

Customer Reviews

1 Review
5 star:    (0)
4 star:    (0)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

 
3.0 out of 5 stars Information Overload, Jan 24 2006
By A Customer
Trying to cover C, Objective-C with its Cocoa and Carbon frameworks, bash, and Applescript in roughly 700 pages is a tall order. While I can appreciate the need for such an overview, the temptation is to try to cover too much material in too little depth, leaving a reader quite frustrated and confused.

My impression of the C and Objective-C sections: The back cover says this book is for novice programmers as well as for experienced programmers. Having taught first-year programming courses, I don't think that this book is suitable for novices. A good introductory text to C, for example, can easily turn out to be a 500 page book. For experienced programmers who have never seen either of the two languages, however, the pace seemed appropriate.

The Cocoa Section: Cocoa is quite complex, and trying to cover it in about 100 pages left me quite frustrated. I wish there had been more examples, or a lengthier explanation. I ended up buying Aaron Hillegass' "Cocoa Programming for Mac OS X (2nd Edition)" to help me write Cocoa programs. After reading Hillegass' book, however, Trent & McCormack's book provided me with some additional insights into Cocoa.

Having bought this book, I plan to keep it as a reference. However, I am not sure I would recommend it to others.

Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Only search this product's reviews



Look for similar items by category


Look for similar items by subject


Feedback


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.