Re: [OT] A bit confused on pointers...
Re: [OT] A bit confused on pointers...
- Subject: Re: [OT] A bit confused on pointers...
- From: Scott Ribe <email@hidden>
- Date: Fri, 30 Dec 2005 13:30:49 -0700
- Thread-topic: [OT] A bit confused on pointers...
>
but I can't get gcc to give
>
me anything but an error about declaring an array of functions.
Well, there's a perverse surprise regarding precedence of type modifiers:
static int (*f4[])() = { f1 };
Sort of the opposite of the last one...
BTW, FYI, I use typedefs for clarity ;-)
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice
_______________________________________________
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