Programming in Objective-C, Sixth Edition

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

出版者:Addison-Wesley Professional
作者:Stephen G. Kochan
出品人:
页数:576
译者:
出版时间:2013-12-15
价格:USD 49.99
装帧:Paperback
isbn号码:9780321967602
丛书系列:
图书标签:
  • Objective-C
  • iOS
  • 软件开发
  • 计算机
  • 编程语言
  • Apple
  • 编程
  • 程序设计
  • Objective-C
  • Programming
  • iOS
  • macOS
  • Cocoa
  • Apple
  • Software Development
  • Computer Science
  • Programming Language
  • Sixth Edition
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

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

作者简介

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

目录信息

1 Introduction PART I - The Objective-C Language 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 PART II - The Foundation Framework 14 Introduction to the Foundation Framework 15 Numbers, Strings, and Collections 16 Working with Files 17 Memory Management and Automatic Reference Counting (ARC) 18 Copying Objects 19 Archiving PART III - Cocoa, Cocoa Touch, and the iOS SDK 20 Introduction to Cocoa and Cocoa Touch 21 Writing iOS Applications Appendixes A Glossary B Address Book Program Source Code
· · · · · · (收起)

读后感

评分

什么鬼翻译,看的那叫一个吃力, 鉴于已经买了 只能简单过一遍,换书, 有时间还是看Objective-C 编程 意会加看代码自己理解, 不懂问百度, 不能跟这傻逼翻译较劲了, 妈的!!!!垃圾!!!! 连习题答案都找不到对照! 在国外还要翻墙!! 如此垃圾的书请不要祸害初学者了...  

评分

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

评分

看这种翻译烂的书,简直就是浪费时间。真心不知道为什么那么多人推荐!!你们真的读过这本书吗? 首先就是语言晦涩难懂, 其次就是无聊,看起来跟教科书一样无聊,真心浪费时间 还好我是从图书馆借来的第六版,下回赶紧还掉!!!  

评分

直接从Objective C入门。学习一样的新事物,理解新事物的方式、风格和理念是非常重要的。大家应该看过C程序员写的Java代码,或是Java程序员写的C代码。 这样的代码,风格上一眼就能看出来。 如果说风格是不重要的,这样与圈子不一致的风格反映对圈子理解得不深入,是可以推断出...  

评分

看这种翻译烂的书,简直就是浪费时间。真心不知道为什么那么多人推荐!!你们真的读过这本书吗? 首先就是语言晦涩难懂, 其次就是无聊,看起来跟教科书一样无聊,真心浪费时间 还好我是从图书馆借来的第六版,下回赶紧还掉!!!  

用户评价

评分

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

评分

上手 iOS编程 就iOS 咱不碰Mac OS ^ ^

评分

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

评分

不错的书

评分

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

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

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有