Properties no longer work?

Jarrett Billingsley kb3ctd2 at yahoo.com
Thu Jul 27 08:10:48 PDT 2006


"Don Clugston" <dac at nospam.com.au> wrote in message 
news:eaajnj$1mo4$1 at digitaldaemon.com...

> Function types are just bizarre. I only recently discovered that C has 
> them. Are you allowed to do anything with them, other than converting them 
> to a function pointer by taking their address?

I think they're mostly a "convenience" type for the compiler.  Most of the 
time it's so hard to actually get a function type that I don't know what 
you'd do with it.  I mean, you can't create variables of a function type; 
the only way you can do it is by declaring a function. 





More information about the Digitalmars-d-learn mailing list