Re: static *char myStringArray[] init problem?
Re: static *char myStringArray[] init problem?
- Subject: Re: static *char myStringArray[] init problem?
- From: Chris Espinosa <email@hidden>
- Date: Tue, 20 Sep 2005 07:26:43 -0700
On Sep 20, 2005, at 5:43 AM, lbland wrote:
static *char myStringArray[] = {"a", "b", "c", (char *)0};
You have declared an array of string pointers, and assigned one bytes'
worth of data to each 32-bit pointer.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden