Difference between revisions of "Objective-C"

From GNUstepWiki
Jump to navigation Jump to search
m (Linked language to use in GNUstep)
(www.objc.info no longer exists, removed from list.)
Line 5: Line 5:
  
 
Some resources:
 
Some resources:
# [http://www.objc.info Objective-C portal]
 
 
# Apple Site: [http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ The Objective-C Programming Language]
 
# Apple Site: [http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ The Objective-C Programming Language]
 
# [http://www.toodarkpark.org/computers/objc/ Object-Oriented Programming and the Objective-C Language]
 
# [http://www.toodarkpark.org/computers/objc/ Object-Oriented Programming and the Objective-C Language]
 
# [http://www.faqs.org/faqs/computer-lang/Objective-C/faq/ Objective-C FAQ]
 
# [http://www.faqs.org/faqs/computer-lang/Objective-C/faq/ Objective-C FAQ]

Revision as of 16:45, 8 September 2006

Objective-C consists of a set of object-oriented extensions to the C language, featuring things like dynamic binding and a powerful runtime system. That makes Objective-C a superset of C. It is the main programming language used to program with GNUstep.

Objective-C was created by Brad Cox.


Some resources:

  1. Apple Site: The Objective-C Programming Language
  2. Object-Oriented Programming and the Objective-C Language
  3. Objective-C FAQ