This week's challenge is Objective-C.
Objective-C was developed in the 1980's as a means to incorporate Smalltalk's messaging system with C-like syntax to develop an Object-Oriented C language, though in a different way than C++. Objective-C is categorized a a strict superset of C. In fact, C syntax will compile on any Objective-C compiler and can be freely used in any Objective-C class. Like Smalltalk, Objective-C also supports dynamic typing. Apple has really taken off with Objective-C, with its Cocoa API for developing applications for the Macintosh OS, iPhone, and iPad.
Getting Started:
There are a number of IDE's for Objective-C including:
-Xcode
-Cocotron
-GNUStep
Resources:
-Apple's Tutorial
-DIC iPhone Tutorials
-DIC Objective-C Tutorials in the C++ Tutorials Section
Week #41- Objective-C
Page 1 of 15 Replies - 6580 Views - Last Post: 06 December 2010 - 12:15 AM
Replies To: Week #41- Objective-C
#2
Re: Week #41- Objective-C
Posted 25 November 2010 - 08:21 AM
#3
Re: Week #41- Objective-C
Posted 25 November 2010 - 04:22 PM
Probably going to have to skip this one as it's still an incredible pain to get any sort of ObjC development going on a windows machine.
#4
Re: Week #41- Objective-C
Posted 30 November 2010 - 07:20 AM
is that possible at all, with all those required frameworks?
#6
Re: Week #41- Objective-C
Posted 06 December 2010 - 12:15 AM
@Dormilich
Obj-C isn't define by the NeXTStep framework. If you install the Obj-C libraries on a Linux computer you get a very simple base class that is not associated with NSObject.
Obj-C isn't define by the NeXTStep framework. If you install the Obj-C libraries on a Linux computer you get a very simple base class that is not associated with NSObject.
Page 1 of 1
|
|

New Topic/Question
Reply





MultiQuote






|