Cantitate/Preț
Produs

Programming in Objective-C: Developer's Library

Autor Stephen G. Kochan
en Limba Engleză Paperback – 3 dec 2013
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. 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 classroom use. 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.
Citește tot Restrânge

Din seria Developer's Library

Preț: 29465 lei

Puncte Express: 442

Preț estimativ în valută:
5645 6115$ 4841£

Carte disponibilă

Livrare economică 19 aprilie-03 mai
Livrare express 04-10 aprilie pentru 4942 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780321967602
ISBN-10: 0321967607
Pagini: 532
Ilustrații: illustrations
Dimensiuni: 182 x 228 x 28 mm
Greutate: 0.83 kg
Ediția:6th revised edition.
Editura: Addison-Wesley Professional
Seria Developer's Library


Notă biografică


Cuprins

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