Programming in Objective-C, Sixth Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Programming in Objective-C, Sixth Edition

简体网页||繁体网页
Stephen G. Kochan 作者
Addison-Wesley Professional
译者
2013-12-15 出版日期
576 页数
USD 49.99 价格
Paperback
丛书系列
9780321967602 图书编码

Programming in Objective-C, Sixth Edition 在线电子书 图书标签: Objective-C  iOS  软件开发  计算机  编程语言  Apple  编程  程序设计   


喜欢 Programming in Objective-C, Sixth Edition 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-12-22


Programming in Objective-C, Sixth Edition 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Programming in Objective-C, Sixth Edition 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Programming in Objective-C, Sixth Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Programming in Objective-C, Sixth Edition 在线电子书 用户评价

评分

很基础的介绍了一下Objective-C的内容,有了C及C++的基础,能够很快的掌握。比较不一样的地方是Category,Protocol类似Java的接口,而Delegate其实就相当于是回调函数。

评分

小白入门Objective-C的新手书。很不错。听说有中文版了。

评分

不错的书

评分

缺乏深度 特别是obj-c的特点都没介绍

评分

直接从Objective C入门。学习一样的新事物,理解新事物的方式、风格和理念是非常重要的。大家应该看过C程序员写的Java代码,或是Java程序员写的C代码。 这样的代码,风格上一眼就能看出来。 如果说风格是不重要的,这样与圈子不一致的风格反映对圈子理解得不深入,是可以推断出代码可信任度不高的。 因为圈子里强调的风格中一致的部分实际上这个圈子里的老手去反复权衡思考传播的结果。个人推荐无论是否有C的基础都从这本书开始看。 如果觉得C的基础不够,可以Objective-C Programming http://book.douban.com/subject/24538385/ 作为辅助,Objective C主题的书能适度深度地讲解C。

Programming in Objective-C, Sixth Edition 在线电子书 著者简介

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).


Programming in Objective-C, Sixth Edition 在线电子书 图书目录


Programming in Objective-C, Sixth Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Programming in Objective-C, Sixth Edition 在线电子书 图书描述

Updated for OS X 10.9 Mavericks, iOS 7, and Xcode 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 Objective-C features and technologies introduced with Xcode 5, iOS 7, and Mac OS X Mavericks. "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

Programming in Objective-C, Sixth Edition 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Programming in Objective-C, Sixth Edition 在线电子书 读后感

评分

这本书是在京东做活动的时候,为了凑单就买上了,正好想学习一下objc。刚开始看前几章的时候,因为主要讲的是基本C语法,所以大致看一眼就过了,没觉得有什么不妥。从第7章开始讲面向对象的东西,慢慢读的就感觉不对劲了。 本人读翻译引进的技术书籍时,只要感觉到书中讲的概念...  

评分

只对新手推荐哦~ 是一本不错的手册,呵呵;这本书的确是少见的objective c的详解好书,就算一点C基础都没有的人也完全能看懂。 当然对于开发老鸟,就不推荐啰~ 作为一本较详细的“手册”,虽然有翻译上不准确等问题,不过对于新手还是不错的选择。推荐!  

评分

求课后答案! ,不知道讲的不清楚还是翻译不行...总之看到我很头晕,估计我太菜了吧.................... 引用来自“lovdin”的答案 我一般不怎么评论,一旦评论就没什么好事。 看了OSChina的活动决定买这本来学习objective-c,看了大概一星期,来这里说说自己的一些想...  

评分

很喜欢这本书. 内容很完整,也从最基本的循环,数组,指针讲起. 很适合初学者. 从头过了一遍书,oc基本知识点都覆盖到了。 进行ios开发还是需要对oc有一点的理解 之前看过objective--C,但有些东西还是需要多次体会和理解的, 这本书不错,一直是iOS开发的经典!  

评分

如果你对objective-c没有一点了解,也没有一点C的经验,那么还是建议先看看这本书,然后在看《objective-c基础教程》和《iphone开发基础教程》否则会看起来很吃力的 讲的很详细,不过有翻译上的不准确,不过还好了,不影响大局 不过有时候会很困惑,困惑翻译的语句怎么那么多...  

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

Programming in Objective-C, Sixth Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Programming in Objective-C, Sixth Edition 在线电子书 相关图书




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

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有