Static variable intiialization (Was: Re: EXC_BAD_ACCESS in an strange place)
Static variable intiialization (Was: Re: EXC_BAD_ACCESS in an strange place)
- Subject: Static variable intiialization (Was: Re: EXC_BAD_ACCESS in an strange place)
- From: Bill Bumgarner <email@hidden>
- Date: Fri, 23 Aug 2002 15:44:17 -0400
That is incorrect -- static variables and instance variables are, by
definition, always initialized to zero.
b.bum
On Friday, August 23, 2002, at 01:20 PM,
email@hidden wrote:
static id files = nil; // make the assigment because static will not
be niled automatically.
_______________________________________________
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.