Re: Can I write a recursive type definition ?

From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 10/04/04


Date: Mon, 04 Oct 2004 09:32:41 -0400

Timothy Madden wrote:
> [...]
> Does anyone think that there should be a special class of "void code
> pointes" in C/C++ ?
> A kind of pointer that could only be assigned function addresses, without
> the pointer being of a specific function type.
>

What problem would you solve with it that cannot otherwise be solved
with what C++ already has?

V



Relevant Pages

  • Re: Can I write a recursive type definition ?
    ... > Does anyone think that there should be a special class of "void code ... > A kind of pointer that could only be assigned function addresses, ... > the pointer being of a specific function type. ...
    (comp.lang.c)
  • Re: Can I write a recursive type definition ?
    ... >> A kind of pointer that could only be assigned function addresses, ... >> the pointer being of a specific function type. ... I think this could help making things clear in a good program ... And I don't wanna miss a thing ...
    (comp.lang.c)
  • Re: Can I write a recursive type definition ?
    ... >> A kind of pointer that could only be assigned function addresses, ... >> the pointer being of a specific function type. ... I think this could help making things clear in a good program ... And I don't wanna miss a thing ...
    (comp.lang.cpp)