Re: Can I write a recursive type definition ?
From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 10/04/04
- Next message: Dan Pop: "Re: Is this valid C statement?"
- Previous message: Dan Pop: "Re: invalid floating point value"
- In reply to: Timothy Madden: "Re: Can I write a recursive type definition ?"
- Next in thread: Timothy Madden: "Re: Can I write a recursive type definition ?"
- Reply: Timothy Madden: "Re: Can I write a recursive type definition ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Dan Pop: "Re: Is this valid C statement?"
- Previous message: Dan Pop: "Re: invalid floating point value"
- In reply to: Timothy Madden: "Re: Can I write a recursive type definition ?"
- Next in thread: Timothy Madden: "Re: Can I write a recursive type definition ?"
- Reply: Timothy Madden: "Re: Can I write a recursive type definition ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|