Re: More questions about casting function pointers ..
- From: Alfonso Morra <sweet-science@xxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 09:49:56 +0000 (UTC)
Barry Schwarz wrote:
On Wed, 31 Aug 2005 00:47:06 +0000 (UTC), Alfonso Morra <sweet-science@xxxxxxxxxxxx> wrote:
Hi,
I have two func ptr prototypes declared as :
typedef void (*VFP)(void) ; typedef int(MyCallback*)(enum_1, enum2, int, void*) ;
I hope you meant (*MyCallback).
Yup. Typo. sorry about that should be :
typedef int (*MyCallback)(enum_1, enum2, int, void*) ;
<<Remove the del for email>>
.
- References:
- More questions about casting function pointers ..
- From: Alfonso Morra
- Re: More questions about casting function pointers ..
- From: Barry Schwarz
- More questions about casting function pointers ..
- Prev by Date: Re: Why C/C++ errors are SO obscure/devious??
- Next by Date: Re: Style isn't always religious
- Previous by thread: Re: More questions about casting function pointers ..
- Next by thread: Code consolidation
- Index(es):