Re: Functions in Cocoa
Re: Functions in Cocoa
- Subject: Re: Functions in Cocoa
- From: j o a r <email@hidden>
- Date: Wed, 5 Mar 2003 11:33:18 +0100
Hej,
This is the whole idea of Objective C and the Cocoa frameworks. You can
still use plain C, and plain functions, whenever you want - but most of
the time you'll leverage the Cocoa frameworks via ObjC messages to
Cocoa objects. This is the preffered way, since this is what the
framework is all about.
That said, to understand what Objective C is I think you should start
out with this PDF (that is installed with the developer tools):
/Developer/Documentation/Cocoa/ObjectiveC/ObjC.pdf
j o a r
On Wednesday, Mar 5, 2003, at 11:16 Europe/Stockholm, Peter Karlsson
wrote:
Is it possible to NOT use functions at all in Cocoa and is this maybe
the preffered way? If I am right we can do the same thing with classes
and methods. Can someone please sort this out for me?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.