Re: typedef func *func();
- From: dcorbit@xxxxxxxxx
- Date: 13 Dec 2006 11:54:14 -0800
Till Backhaus wrote:
Hi comp.lang.c,
sorry for the subject of this message not being valid c, anyway this
is the shortest and cleanest way to describe my problem.
To put in other words:
I'm searching for a way to declare functions that return function
pointers of it's own type.
(Yes, I know of void-pointers, I just don't wan't loose type-checking if
I don't have to.)
Cheers,
Till Backhaus
Maybe RTTI in C++ would help. There is nothing like that in C.
What exactly is the problem you are trying to solve? Maybe there is a
simple solution in the C language from anther track.
.
- References:
- typedef func *func();
- From: Till Backhaus
- typedef func *func();
- Prev by Date: Re: File Size Limit Exceeded - How to handle work around this?
- Next by Date: Re: File Size Limit Exceeded - How to handle work around this?
- Previous by thread: Re: typedef func *func();
- Next by thread: Re: typedef func *func();
- Index(es):
Relevant Pages
|