Cocoa Programming for Mac OS X pdf epub mobi txt 电子书 下载 2024


Cocoa Programming for Mac OS X

简体网页||繁体网页
Aaron Hillegass
Addison-Wesley Professional
2008-5-5
464
GBP 36.99
Paperback
9780321503619

图书标签: Cocoa  Mac  objective-c  programming  Apple  OSX  编程  计算机   


喜欢 Cocoa Programming for Mac OS X 的读者还喜欢




点击这里下载
    


想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-05

Cocoa Programming for Mac OS X epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

Cocoa Programming for Mac OS X epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

Cocoa Programming for Mac OS X pdf epub mobi txt 电子书 下载 2024



图书描述

Amazon.com

There's a reason that a large slice of the open-source movement has defected from running Linux on its laptops to running Mac OS X. The reason is the Unix core that underlies Mac OS X, and the development tools that run on that core. Cocoa makes it easy to create very slick Mac OS X interfaces for software (as well as to create applications in a hurry), and this new edition of Cocoa Programming for Mac OS X does an excellent job of teaching its readers how to put a Cocoa face on top of code (Objective-C code almost exclusively). If you know something about C and/or C++ programming and want to apply your skills to the Mac, this is precisely the book you want.

Author Aaron Hillegass teaches a Cocoa class, and his book reads like a demonstration-driven lecture in a computer lab. That is, the book takes a heavily example-centric approach to its subject, beginning with simple announcement windows and proceeding to cover the more advanced controls and object-oriented features of Cocoa and Objective-C. Throughout, he hops back and forth between descriptions of the goal to be accomplished, listings of the code that does the job, and instructions on how to use the Mac OS X development tools to speed the development process. --David Wall

Topics covered: How to write software for Mac OS X in Objective-C and, especially, with Cocoa. The new edition shows how to use NSUndoManager, add AppleScript capability to an application, do graphics work with OpenGL, and use Cocoa under Linux using GNUstep. As well, all the basic controls and design patterns are covered. --This text refers to the Paperback edition.

Book Info

The most comprehensive guide to developing Cocoa available. For the developer new to Cocoa, it provides an excellent introduction that will lead to success with the world's best object-oriented development tools. Softcover. --This text refers to an out of print or unavailable edition of this title.

From the Back Cover

The practical guide everyone says you need!

"The most comprehensive guide to developing Cocoa available. For the developer new to Cocoa, it provides an excellent introduction that will lead to success with the world's best object-oriented development tools. For those familiar with Cocoa, the excellent organization and presentation make the book invaluable as a reference tool."

--Bill Bumgarner, Cofounder, CodeFab

With the arrival of Mac OS X, Apple now has a modern operating system that calls for advanced programming capability. To take full advantage of the exciting and innovative features of OS X, Apple recommends a development framework known as Cocoa. Cocoa is a powerful collection of object-oriented tools and libraries that makes developing applications a much faster process. Mastery of Cocoa is absolutely essential for anyone doing serious development work for the Macintosh.

"Mac OS X and Cocoa are going to revolutionize the world of software development in the coming years... Aaron Hillegass's book is without a doubt the best aid to learning this technology."

--Erik J. Barzeski, Editor, CocoaDevCentral.com

New technologies often have a steep learning curve and do not always come with complete instructions on how to get started or how to overcome common obstacles. Enter Cocoa(R) Programming for Mac(R) OS X, which shows you precisely how to put Cocoa to work.

"Reading this book is the absolute best way to learn how to harness the power of this amazing technology."

--Andrew Stone, President, Stone Design, www.stone.com

Guiding programmers through the key features of Cocoa, this book emphasizes design patterns that enable you to predict the behavior of classes you have never used before. Using a tutorial format, it takes you, step-by-step, through five applications and an InterfaceBuilder palette. Each project introduces several new ideas, and as each concept or technique is discussed, the author, drawing on his own extensive experience, shows you the advantages of working with Cocoa in object-oriented software development environments.

0201726831B11262001 --This text refers to an out of print or unavailable edition of this title.

Excerpt. © Reprinted by permission. All rights reserved.

With the arrival of Mac OS X, Apple recommends that all new applications be written using Cocoa. Cocoa is a powerful collection of tools and libraries that will make writing new programs a much faster process.

The increased speed does not, however, come for free. The new technologies have a steep learning curve, and Apple's documentation leaves much to be desired. This book will guide you through the ideas and techniques that separate the great Cocoa programmers from the wanna-bes.

This book is written for programmers who already know C++ or Java and are curious about Cocoa. The reader is not expected to have any experience with Mac programming. It is a hands-on book and assumes that the reader has access to Mac OS X and the developer tools.

Cocoa Programming for Mac OS X 下载 mobi epub pdf txt 电子书

著者简介

Aaron Hillegas,曾就职于Next和Apple,现在在Big Nerd Ranch主讲Cocoa编程。第一套OpenStep(Cocoa的前身)教程即出自其手。本书基于Aaron在Big Nerd Ranch的教学内容,并融入了他在OpenStep和Cocoa方面15年的工作经验。


图书目录


Cocoa Programming for Mac OS X pdf epub mobi txt 电子书 下载
想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

还不错, 讲的基本比较到位,

评分

cocoa开发最好的入门书

评分

闲下来看看cocoa开发

评分

闲下来看看cocoa开发

评分

cocoa入门必备

读后感

评分

很欢乐的一本书。开头是A Litter History, 先扯点Apple的八卦 Once upon a time, two guys namedSteve started a company called Apple Computer in their garage. The company grew rapidly,so they hired an experienced executive named John Sculley to be its CEO. ...  

评分

还是挺不错的一本关于cocoa的书而不是ios,现在市面上都是关于iphone开发的,找了很久也只找到了两三本是关于cocoa的,作者讲解浅显易懂。 不过读这本书之前,最好是先看一本关于objective-c2.0的书。。不然,就杯具的。 。。 好吧,我是在网上看了17章,,可是现在网上很难买...  

评分

Amazon.com There's a reason that a large slice of the open-source movement has defected from running Linux on its laptops to running Mac OS X. The reason is the Unix core that underlies Mac OS X, and the development tools that run on that core. Cocoa makes ...  

评分

通过阅读这本书发现。由于cocoa构架自身采用了很多设计模式来实现代码的重用。如果一个初学者对设计模式不太熟悉,可能理解上会又问题。而书中涉及到一些细节,往往是之言片语,没有展开。所以难免在读后感觉到:知其然而不知所以然。 不过目前市面上也没多少可供选择的...  

评分

还是挺不错的一本关于cocoa的书而不是ios,现在市面上都是关于iphone开发的,找了很久也只找到了两三本是关于cocoa的,作者讲解浅显易懂。 不过读这本书之前,最好是先看一本关于objective-c2.0的书。。不然,就杯具的。 。。 好吧,我是在网上看了17章,,可是现在网上很难买...  

类似图书 点击查看全场最低价

Cocoa Programming for Mac OS X pdf epub mobi txt 电子书 下载 2024


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 qciss.net All Rights Reserved. 小哈图书下载中心 版权所有