Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Datasource
Material
Language
Subjects(RVK)
  • 1
    Book
    Book
    Reading, Mass. u.a. : Addison-Wesley
    Associated volumes
    ISBN: 0201177315 , 0201177323 , 0201177331
    Language: Undetermined
    RVK:
    Keywords: Macintosh ; Macintosh
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Book
    Book
    Reading, Mass. u.a. : Addison-Wesley
    Associated volumes
    In:  6
    Language: English
    Pages: Getr. Zählung , graph. Darst.
    Edition: 2. printing
    Angaben zur Quelle: 6
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Book
    Book
    Reading, Mass. [u.a.] : Addison-Wesley
    Associated volumes
    In:  1-3
    ISBN: 0201177374
    Language: English
    Pages: 530, 408, 260, 21 S. , graph. Darst.
    Edition: 9. print.
    Angaben zur Quelle: 1-3
    DDC: 005.265
    Keywords: Macintosh II (Computer) ; Macintosh SE (Computer)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Book
    Book
    Reading, Mass. [u.a.] : Addison-Wesley
    Associated volumes
    In:  4
    ISBN: 0201054094
    Language: English
    Pages: 326 S. , graph. Darst.
    Edition: 6. print.
    Angaben zur Quelle: 4
    DDC: 004.165
    Keywords: Macintosh (Computer)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Book
    Book
    Reading, Mass. [u.a.] : Addison-Wesley
    Associated volumes
    In:  1-3
    ISBN: 0201177374
    Language: English
    Pages: getr. Zählung , graph. Darst.
    Edition: 3. print.
    Angaben zur Quelle: 1-3
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Book
    Book
    Reading, Mass. u.a. : Addison-Wesley
    Associated volumes
    In:  1
    ISBN: 0201177315
    Language: Undetermined
    Pages: 550 S. , graph. Darst.
    Edition: 12. print.
    Angaben zur Quelle: 1
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Book
    Book
    Reading, Mass. u.a. : Addison-Wesley
    Associated volumes
    In:  6
    ISBN: 0201192659
    Language: Undetermined
    Pages: 112 S.
    Edition: 2. print.
    Angaben zur Quelle: 6
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Book
    Book
    Reading, Mass. [u.a.] : Addison-Wesley
    Associated volumes
    Language: English
    RVK:
    Keywords: Macintosh ; Macintosh
    Note: Reg. u.d.T.: Inside Macintosh X-Ref
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Beijing ; : O'Reilly | Boston, MA :Safari,
    Language: English
    Pages: xxii, 358 p. , ill. ; , 24 cm. +
    Edition: 2nd ed.
    DDC: 005.26/8
    Keywords: Mac OS ; Application program interfaces (Computer software) ; C (Computer program language) ; Cocoa (Application development environment) ; Object-oriented programming (Computer science) ; Electronic books ; local
    Abstract: Learning Cocoa with Objective-C is the "must-have" book for people who want to develop applications for Mac OS X, and is the only book approved and reviewed by Apple engineers. Based on the Jaguar release of Mac OS X 10.2, this edition of Learning Cocoa includes examples that use the Address Book and Universal Access APIs. Also included is a handy quick reference card, charting Cocoa's Foundation and AppKit frameworks, along with an Appendix that includes a listing of resources essential to any Cocoa developer--beginning or advanced.Completely revised and updated, this 2nd edition begins with some simple examples to familiarize you with the basic elements of Cocoa programming as well Apple's Developer Tools, including Project Builder and Interface Builder.After introducing you to Project Builder and Interface Builder, it brings you quickly up to speed on the concepts of object-oriented programming with Objective-C, the language of choice for building Cocoa applications. From there, each chapter presents a different sample program for you to build, with easy to follow, step-by-step instructions to teach you the fundamentals of Cocoa programming. The techniques you will learn in each chapter lay the foundation for more advanced techniques and concepts presented in later chapters.You'll learn how to: Effectively use Apple's suite of Developer Tools, including Project Builder and Interface Builder Build single- and multiple-window document-based applications Manipulate text data using Cocoa's text handling capabilities Draw with Cocoa Add scripting functionality to your applications Localize your application for multiple language support Polish off your application by adding an icon for use in the Dock, provide Help, and package your program for distribution Each chapter ends with a series of Examples, challenging you to test your newly-learned skills by tweaking the application you've just built, or to go back to an earlier example and add to it some new functionality. Solutions are provided in the Appendix, but you're encouraged to learn by trying.Extensive programming experience is not required to complete the examples in the book, though experience with the C programming language will be helpful. If you are familiar with an object-oriented programming language such as Java or Smalltalk, you will rapidly come up to speed with the Objective-C language. Otherwise, basic object-oriented and language concepts are covered where needed.
    Note: "A/D/C/ Apple Developer Connection recommended title"--Cover. - "Covers Mac OS X 10.2"--Cover. - Earlier ed. titled: Learning Cocoa. Sebastopol, Calif. : O'Reilly, 2001. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly | Boston, MA :Safari,
    Language: English
    Pages: xiv, 341 p. , ill. ; , 24 cm
    Edition: 1st ed.
    Keywords: Mac OS ; Application program interfaces (Computer software) ; C (Computer program language) ; User interfaces (Computer systems) ; Electronic books ; local
    Abstract: Learning Carbon is designed to get you programming right away in Carbon™, one of two APIs (Application Programmer Interfaces) Macintosh® programmers can use to write applications that run native in Mac® OS X. Using Carbon, you don't have to rewrite your Mac OS programs entirely to get them to take advantage of the new features in Mac OS X. Instead, all you have to rewrite is the 10 to 20 percent of the code that can't be translated to OS X. For C programmers, Apple's Carbon is the essential building block for applications on Mac OS X. With Carbon, you can use simple, traditional C interfaces to create world-class applications for a world-class operating system. After orienting you with a detailed tour of a Carbon application, Learning Carbon walks you through the entire process of designing and creating a complete Carbon application called Moon Travel Planner. Along the way, you'll be introduced to two pivotal development tools: Project Builder and Interface Builder. You'll learn key concepts about Carbon and Mac OS X programming, including event management, resource handling, and bundle anatomy. And you'll get direct, hands-on instruction on how to implement essential application tasks, such as managing windows, printing documents, opening and saving files, creating and responding to menu commands, providing user help, and organizing your application for easy localization in multiple countries and languages. After finishing this book, you'll be ready to start writing your own Carbon applications. Written by Apple insiders with access to engineers deeply involved in creating Mac OS X, Learning Carbon brings you information that's not available anywhere else, to get you in on the ground floor of the exciting new Mac OS X application development market.
    Note: "A/D/C, Apple Developer Connection recommended title"--Cover. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...