
Top : Computers : Programming : Languages :
Objective-C
Websites
Links on Objects, Components and Objective-C. Provides links on tutorial, newsletter, books, software and libraries.
site exerpt
Cetus Links: 16604 Links on Objects and Components Objective-C C is fully compatible with C (a plain C program can be compiled with an Objective-C compiler but Objective-C is also extending the C base language with a few constructs, such as classes, messages and inheritance. Those Objective-C specific extensions...A full-fledged manual to the Objective-C language extension.
http://www.toodarkpark.org/computers/objc/
Some introductory notes and examples of Objective-C.
site exerpt
Object Oriented Programming in Objective-C These documents provide a brief introduction to Object Oriented Programming in the Objective-C language. The first two documents were developed from class notes written by Gerrit Huizenga for the course Introduction to Objective-C on the NeXT Machine at Purdue University...Includes tutorials, reference material and downloads.
http://www.toodarkpark.org/computers/programs/objc.html
Overview, language comparisons, history, compilers (platform chart and feature chart), project links.
http://www.dekorte.com/Objective-C/index.html
Articles and samples to help you get maximum performance from your Objective-C code.
site exerpt
Mulle kybernetiK: Optimizing Objective-C code This article series explores ways how to make your Objective-C code run faster. The series covers exclusively Objective-C and Foundation specifica. Optimizing code in general is not part of the agenda. Copyright (c) 2000-2004 Mulle kybernetiK text by Nat! Come...Article by Noah Roberts.
site exerpt
C and not use one single thing that you would not in C. But that would be a waste of the language. Objective C uses everything in C, and then adds some language syntax to make it more Object Oriented....Directory Objective-C resources.
site exerpt
Objective-C Pantomime provides a set of Objective-C classes which model a mail system. CURLHandle (wrapper around CURL, a multi-protocol file download library) GNOME-ObjC (Objective-C bindings for GNOME) EyeStep framework (libraries for UN*X and the X Window system) Applications, tools and projects...Frequently asked questions about Objective-C.
ftp://rtfm.mit.edu/pub/faqs/computer-lang/Objective-C/faq
Tutorials and examples including hello world, stacks and queues.
http://burks.bton.ac.uk/burks/la...bjc/dekorte/5_sample/samples.htm
At the Portland Pattern Repository Wiki.
site exerpt
Objective Cee It is an object oriented extension to the CeeLanguage created at a time when CeePlusPlus was virtually unknown. It is basically C with blocks of SmalltalkLanguage in it (but no automatic GarbageCollection or blocks Very early implementations earned a reputation...A simple introduction to Objective-C, from the GNUstep project. By Adam Fedor.
site exerpt
GNUstep: Fun with Objective-C This article originally appeared in cscene) Objective-C is Fun by Adam Fedor Objective-C is a language based upon C, with a few additions that make it a complete, object-oriented language. Why do I think Objective-C is fun? Precisely because of...A detailed introduction to object-oriented programming in the context of the Objective-C programming language.
site exerpt
The Objective-C Programming Language This document set is best viewed in a browser that supports frames. To access the first page Click here...Tutorial in text and code samples. English, Chinese.
site exerpt
Objective-C Beginner's Guide Downloading this tutorial Setting up the environment Preamble Making hello world Creating Classes @interface @implementation Piecing it together The Details Multiple Parameters Constructors Access Privledges Class level access Exceptions Inheritance, Polymorphism, and other OOP features The id type Inheritance Dynamic...Article from Stepwise on the merits of Objective-C categories, with examples.
http://www.stepwise.com/Articles...nical/CategoricallySpeaking.html