Re: More memory allocation questions
Re: More memory allocation questions
- Subject: Re: More memory allocation questions
- From: Ondra Cada <email@hidden>
- Date: Tue, 30 Jul 2002 14:44:23 +0200
On Tuesday, July 30, 2002, at 04:19 , Andy wrote:
+initialize ?
I've seen some people recommend using it, and it seems to be used in
GNUStep.
As a newbie, you don't need it ;)
Otherwise, I believe it is very nicely documented: a method automatically
(by the runtime) sent to a class just before the class gets its first
message. In plain ObjC it's a very good place for initialization; in
OpenStep/Cocoa with its plethora of awakeFromNibs and
applicationDidFinishLaunchings and so forth it's more or less unused today.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.