Difference between revisions of "Objective-C"

From Wikicliki
Jump to: navigation, search
Line 1: Line 1:
 +
Objective-C is a superset of C language and it is called objective-c because it is a object-oriented language.
  
 
=== What one needs in order to program in Objective-C ===
 
=== What one needs in order to program in Objective-C ===

Revision as of 02:49, 21 February 2013

Objective-C is a superset of C language and it is called objective-c because it is a object-oriented language.

What one needs in order to program in Objective-C

  • Source Code Editor (Xcode)
  • Compiler (Xcode)
  • Program to design the interface (Interface Builder - which is now built into Xcode)
  • Debuggers (Instruments)

Get Xcode

See also