Re: Can I assume uninitialized variable's value to be nil or 0?
Re: Can I assume uninitialized variable's value to be nil or 0?
- Subject: Re: Can I assume uninitialized variable's value to be nil or 0?
- From: John Stiles <email@hidden>
- Date: Thu, 18 May 2006 15:12:26 -0700
On May 18, 2006, at 2:55 PM, Scott Ribe wrote:
All
other variables follow standard ANSI C initialization rules.
Which means mostly not initialized, but file-scoped statics are
zeroed...
Aren't statics of any scope zeroed (or constructed on first use for
[Objective-]C++)?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden