Produkt zum Begriff Objective-C:
-
Objective-C Phrasebook
Objective-C Phrasebook gives you the code phrases you need to quickly and effectively complete your programming projects with Objective-C, on systems including iOS and Mac OS X. Concise and Accessible Easy to carry and easy to use–lets you ditch all those bulky books for one portable pocket guide Flexible and Functional Packed with more than 100 customizable code snippets–so you can readily code elegant Objective-C in just about any situation
Preis: 13.9 € | Versand*: 0 € -
Programming in Objective-C
Programming in Objective-C, Fourth Edition Updated for iOS 5 and ARC 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 Mac 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. The fourth edition of this book has been updated to cover the significant changes that first appeared in iOS 5 and Xcode 4.2, including the use of Automatic Reference Counting (ARC) to improve and simplify memory management in Objective-C programs. “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 Table of Contents 1 Introduction 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 14 Introduction to the Foundation Framework 15 Numbers, Strings, and Collections 16 Working with Files 17 Memory Management and Automatic Reference Counting 18 Copying Objects 19 Archiving 20 Introduction to Cocoa and Cocoa Touch 21 Writing iOS Applications A Glossary B Address Book Example Source Code
Preis: 26.74 € | Versand*: 0 € -
Programming in Objective-C 2.0
This is an eBook version of a printed book. If the print book includes a CD-ROM, this content is not included within the eBook version. Objective-C has become the standard programming language for application development on the Mac OS X and iOS platforms. A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on Apple platforms but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems. ¿ Programming in Objective-C 2.0 provides the new programmer a complete, step-by-step introduction to the Objective-C language. The book does not assume previous experience with either C or object-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in your everyday programming needs. ¿ The second edition of this book covers Objective-C 2.0. It shows not only how to take advantage of the Foundation framework’s rich built-in library of classes but also how to use the iOS SDK to develop programs designed specifically for iOS devices like the iPhone.¿
Preis: 23.53 € | Versand*: 0 € -
Objective-C Programming: The Big Nerd Ranch Guide
Want to write iOS apps or desktop Mac applications? This introduction to programming and the Objective-C language is your first step on the journey from someone who uses apps to someone who writes them. Based on Big Nerd Ranch's popular Objective-C Bootcamp, Objective-C Programming: The Big Nerd Ranch Guide covers C, Objective-C, and the common programming idioms that enable developers to make the most of Apple technologies. Compatible with Xcode 5, iOS 7, and OS X Mavericks (10.9), this guide features short chapters and an engaging style to keep you motivated and moving forward. At the same time, it encourages you to think critically as a programmer. Here are some of the topics covered: Using Xcode, Apple’s documentation, and other tools Programming basics: variables, loops, functions, etc. Objects, classes, methods, and messages Pointers, addresses, and memory management with ARC Properties and Key-Value Coding (KVC) Class extensions Categories Classes from the Foundation framework Blocks Delegation, target-action, and notification design patterns Key-Value Observing (KVO) Runtime basics
Preis: 24.6 € | Versand*: 0 €
-
Welche Bücher muss man als Literatur-Germanistikstudent lesen?
Als Literatur-Germanistikstudent gibt es keine festgelegte Liste von Büchern, die man unbedingt lesen muss. Der Studiengang umfasst ein breites Spektrum an literarischen Werken aus verschiedenen Epochen und Genres. Es wird erwartet, dass die Studierenden sich mit einer Vielzahl von Texten auseinandersetzen und ihre eigenen Schwerpunkte setzen. Es ist jedoch ratsam, sich mit den Klassikern der deutschen Literatur wie Goethe, Schiller, Kafka oder Thomas Mann vertraut zu machen.
-
Ist es möglich, mit C eine CD/DVD zu lesen?
Ja, es ist möglich, mit C eine CD/DVD zu lesen. Dafür gibt es verschiedene Bibliotheken und APIs, wie zum Beispiel die "CDIO Library" oder die "Windows API". Mit diesen kann man auf die Inhalte der CD/DVD zugreifen und sie lesen.
-
Welche Bücher eignen sich für das Selbststudium des C-Programmierens?
Es gibt viele gute Bücher, die sich für das Selbststudium des C-Programmierens eignen. Einige beliebte Optionen sind "C Programming Absolute Beginner's Guide" von Greg Perry und Dean Miller, "The C Programming Language" von Brian W. Kernighan und Dennis M. Ritchie, sowie "C Programming for the Absolute Beginner" von Michael Vine. Diese Bücher bieten eine umfassende Einführung in die Grundlagen der C-Programmierung und enthalten viele praktische Beispiele und Übungen, um das Gelernte anzuwenden.
-
Hat jemand Ahnung von C und C++?
Ja, es gibt viele Menschen, die Kenntnisse in C und C++ haben. C und C++ sind weit verbreitete Programmiersprachen, die in vielen Bereichen der Softwareentwicklung eingesetzt werden. Es gibt viele Ressourcen, Bücher und Online-Kurse, die helfen können, diese Sprachen zu erlernen und zu beherrschen.
Ähnliche Suchbegriffe für Objective-C:
-
iOS and macOS Performance Tuning: Cocoa, Cocoa Touch, Objective-C, and Swift
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.In iOS and macOS™ Performance Tuning, Marcel Weiher drills down to the code level to help you systematically optimize CPU, memory, I/O, graphics, and program responsiveness in any Objective-C, Cocoa, or CocoaTouch program. This up-to-date guide focuses entirely on performance optimization for macOS and iOS. Drawing on 25 years of experience optimizing Apple device software, Weiher identifies concrete performance problems that can be discovered empirically via measurement. Then, based on a deep understanding of fundamental principles, he presents specific techniques for solving them. Weiher presents insights you won’t find anywhere else, most of them applying to both macOS and iOS development. Throughout, he reveals common pitfalls and misconceptions about Apple device performance, explains the realities, and helps you reflect those realities in code that performs beautifully. Understand optimization principles, measurement, tools, pitfalls, and techniques Recognize when to carefully optimize, and when it isn’t worth your timeBalance performance and encapsulation to create efficient object representations, communication, data access, and computationAvoid mistakes that slow down Objective-C programs and hinder later optimizationFix leaks and other problems with memory and resource managementAddress I/O issues associated with drives, networking, serialization, and SQLiteCode graphics and UIs that don’t overwhelm limited iOS device resourcesLearn what all developers need to know about Swift performance
Preis: 31.02 € | Versand*: 0 € -
Effective Objective-C 2.0: 52 Specific Ways to Improve Your iOS and OS X Programs
Write Truly Great iOS and OS X Code with Objective-C 2.0! Effective Objective-C 2.0 will help you harness all of Objective-C’s expressive power to write OS X or iOS code that works superbly well in production environments. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and realistic code examples that are available nowhere else. Through real-world examples, Galloway uncovers little-known Objective-C quirks, pitfalls, and intricacies that powerfully impact code behavior and performance. You’ll learn how to choose the most efficient and effective way to accomplish key tasks when multiple options exist, and how to write code that’s easier to understand, maintain, and improve. Galloway goes far beyond the core language, helping you integrate and leverage key Foundation framework classes and modern system libraries, such as Grand Central Dispatch. Coverage includes Optimizing interactions and relationships between Objective-C objectsMastering interface and API design: writing classes that feel “right at home”Using protocols and categories to write maintainable, bug-resistant codeAvoiding memory leaks that can still occur even with Automatic Reference Counting (ARC)Writing modular, powerful code with Blocks and Grand Central DispatchLeveraging differences between Objective-C protocols and multiple inheritance in other languagesImproving code by more effectively using arrays, dictionaries, and setsUncovering surprising power in the Cocoa and Cocoa Touch frameworks
Preis: 20.32 € | Versand*: 0 € -
Objective-C Phrasebook
Objective-C Phrasebook gives you the code phrases you need to quickly and effectively complete your programming projects with Objective-C, on systems including iOS and Mac OS X. Concise and Accessible Easy to carry and easy to use–lets you ditch all those bulky books for one portable pocket guide Flexible and Functional Packed with more than 100 customizable code snippets–so you can readily code elegant Objective-C in just about any situation
Preis: 18.18 € | Versand*: 0 € -
Programming in Objective-C
Updated for OS X 10.9 Mavericks, iOS 7, and Xcode 5Programming 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
Preis: 29.95 € | Versand*: 0 €
-
Was ist der Unterschied zwischen c und c?
Es gibt keinen Unterschied zwischen "c" und "c". Es handelt sich um den gleichen Buchstaben im Alphabet.
-
Python oder C#?
Die Wahl zwischen Python und C# hängt von verschiedenen Faktoren ab. Python ist eine interpretierte Sprache, die für ihre Einfachheit und Lesbarkeit bekannt ist und in vielen Bereichen wie Webentwicklung, Datenanalyse und künstliche Intelligenz eingesetzt wird. C# hingegen ist eine kompilierte Sprache, die hauptsächlich für die Entwicklung von Windows-Anwendungen und Spiele verwendet wird. Die Wahl hängt also von den spezifischen Anforderungen des Projekts und den persönlichen Vorlieben des Entwicklers ab.
-
Sollte man für schnelle neuronale Netze C oder C++ verwenden?
Es hängt von verschiedenen Faktoren ab. C++ bietet eine höhere Abstraktionsebene und kann die Entwicklung von neuronalen Netzen erleichtern. C hingegen bietet eine bessere Kontrolle über die Hardware und kann in einigen Fällen eine bessere Leistung erzielen. Letztendlich sollte die Wahl von der spezifischen Anwendung und den Anforderungen abhängen.
-
Warum siedet Wasser bei 98°C und nicht bei 100°C?
Wasser siedet normalerweise bei 100°C, aber dies ist abhängig vom Umgebungsdruck. Bei höheren Drücken, wie zum Beispiel in höheren Höhenlagen, kann der Siedepunkt von Wasser niedriger sein. In diesem Fall könnte Wasser bei etwa 98°C sieden.
* Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.